2018-09-01 00:36:24,333 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-266 | | 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-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-01 00:36:24,336 - 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.23,192.30.9.3 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.23:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=7tPLGIdxoWUJllLslfdtyfVY1 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=82385a1db3524c2f9b0afe851a76008c export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=8RVuXZap63EpZPncGa82h16Vj export OS_REGION_NAME=regionOne 2018-09-01 00:36:24,336 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-01 00:36:24,337 - 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 00:36:24,360 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-01 00:36:24,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:36:24,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:36:24,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:36:24,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:36:24,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:36:24,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:36:24,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:36:24,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:36:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:36:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:36:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:36:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:36:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:36:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:36:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:36:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:36:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:36:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:36:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:36:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:36:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:36:24,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:36:24,646 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-01 00:36:24,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-01 00:36:24,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:36:24,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4abf80bc-7fd1-4208-9b7f-6257f38aea79 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:36:24,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4abf80bc-7fd1-4208-9b7f-6257f38aea79 2018-09-01 00:36:24,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:36:25,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04fa0466cabf412bae8b52a52856f734", "name": "admin"}, {"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:36:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82385a1db3524c2f9b0afe851a76008c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c1e3ed7585964a61bb487b909cdc21f1"}, "audit_ids": ["7KIKvZEQQ_SW7jWYR27o_Q"], "issued_at": "2018-09-01T00:36:25.000000Z"}} 2018-09-01 00:36:25,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:26,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36: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-989a693b-67eb-4b7f-97b9-48c59757fdcf x-compute-request-id: req-989a693b-67eb-4b7f-97b9-48c59757fdcf Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-01 00:36:26,234 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-989a693b-67eb-4b7f-97b9-48c59757fdcf 2018-09-01 00:36:26,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.58798217773s 2018-09-01 00:36:26,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-989a693b-67eb-4b7f-97b9-48c59757fdcf 2018-09-01 00:36:26,235 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-01 00:36:26,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:36:26,243 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 00:36:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-305b6cc5-7663-4484-8cf5-a4657f33eae7 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.23:5000/v3/", "rel": "self"}]}]}} 2018-09-01 00:36:26,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-305b6cc5-7663-4484-8cf5-a4657f33eae7 2018-09-01 00:36:26,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 00:36:26,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:26,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4edb5560-3420-42e9-9235-6b76cae60164 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/e9f4e5d3e25e437fbbc5bdfc422dbea3"}, "tags": [], "enabled": true, "id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "name": "heat_stack"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 00:36:26,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-4edb5560-3420-42e9-9235-6b76cae60164 2018-09-01 00:36:26,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.225117206573s 2018-09-01 00:36:26,470 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-4edb5560-3420-42e9-9235-6b76cae60164 2018-09-01 00:36:26,471 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'}), Munch({'description': u'', 'enabled': True, 'id': u'e9f4e5d3e25e437fbbc5bdfc422dbea3', 'name': u'heat_stack'})] 2018-09-01 00:36:26,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-01 00:36:26,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:26,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ba862fa-1cc6-4121-9a95-63eaec237a20 Content-Encoding: gzip Content-Length: 1960 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/057905ec641c4c62a822b62a53defcef"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c16847a17dca4179ada1156cee592c5d", "id": "057905ec641c4c62a822b62a53defcef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/08f12b7bd3df4f6d84f4c0366c909d05"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fcc308bddead4d608998b63c1c696a09", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1b34b131529d4c708acc79cb0a31bcbb"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1b664e08189d4715ba056bbf12adeed6"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c16847a17dca4179ada1156cee592c5d", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1b7573b5a9f7466085e5227a5989ca9b"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3aa399081b634f46818db536c3837b5e", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/21cf06ab7c5d4d19b3625edefb5aaa7b"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6d9793753bd4d8bbd7b85e418bef5aa", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/24bbd2c52da64447afd58db6f9b63a4b"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "90d648956cf2423db6a90d3f91833f84", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/29dd59f65d73492096035e9aae11e475"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "id": "29dd59f65d73492096035e9aae11e475"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2abe284f2210482da904176ce9f993a1"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3aa399081b634f46818db536c3837b5e", "id": "2abe284f2210482da904176ce9f993a1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2e1fdc3557844e5b9f410070937d54da"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f9d4ee940e0946408d8782fe5dac10fb", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2e80eb3e95b94f6d8c77e8adaf20e02b"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "38453999187f4aed812c333ddad27e0b", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2f0d204f78364e4795c9597f8de5e36c"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b1a652c83d314e5e8dfeacfb39310c6e", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/32edad736a174ae59cfb5adb83d43a7b"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b932ee52873445edbda7bb4794ea6f45", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3bd0c69efde74032866f582f595d2a93"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3d7cc6df53474e3683f112a730b7f341", "id": "3bd0c69efde74032866f582f595d2a93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4134bcbc5d0843d8b446bd687f9406af"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1fa000d01834465ab759d841d625a525", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4b3d922f8cd847fc97795e2b76ef65e0"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1fa000d01834465ab759d841d625a525", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4b5901014df849c7ab53fa0c304d476b"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b1a652c83d314e5e8dfeacfb39310c6e", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/57d9beb643c4486585f95a34b974b066"}, "url": "http://12.0.0.33:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6d9793753bd4d8bbd7b85e418bef5aa", "id": "57d9beb643c4486585f95a34b974b066"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/57e68f17a7704dffb820be62697534a9"}, "url": "http://12.0.0.33:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6d9793753bd4d8bbd7b85e418bef5aa", "id": "57e68f17a7704dffb820be62697534a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6288dca6086f463fb43b755fea789af1"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b932ee52873445edbda7bb4794ea6f45", "id": "6288dca6086f463fb43b755fea789af1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/66283bdff9554dbfa01a17dbdfd8174c"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fcc308bddead4d608998b63c1c696a09", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/67c8c7e641ec460e84e11abea9038fe3"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b932ee52873445edbda7bb4794ea6f45", "id": "67c8c7e641ec460e84e11abea9038fe3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6d38916ef64041bf8daf3012f7ce167d"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c16847a17dca4179ada1156cee592c5d", "id": "6d38916ef64041bf8daf3012f7ce167d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/728e7c826d4f4994865455c2483bb16c"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "38453999187f4aed812c333ddad27e0b", "id": "728e7c826d4f4994865455c2483bb16c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/764f20cd77b54c1a8a3abc39d0c12330"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fcc308bddead4d608998b63c1c696a09", "id": "764f20cd77b54c1a8a3abc39d0c12330"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7a63f7a479ca4c4db7434ec2f16734a7"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6ea0f09a42dc4d008661ca9c111fdd4a", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7e4e06756a3f474d8a6322590267bd84"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "90d648956cf2423db6a90d3f91833f84", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8971c0da2cb442d1826b144d942dfd71"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "38453999187f4aed812c333ddad27e0b", "id": "8971c0da2cb442d1826b144d942dfd71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8ad6dd19976c402a93a57d5df064c0d2"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "90d648956cf2423db6a90d3f91833f84", "id": "8ad6dd19976c402a93a57d5df064c0d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8b20f2c29d9f4220a50bb12287b339c9"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0e65ca44fae8471aa94b9d30b24048a9", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/93e01c6b9a424511a20aac097e2b415f"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6ea0f09a42dc4d008661ca9c111fdd4a", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a7db5b4fec474c0e89eece31e31e5c51"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f9d4ee940e0946408d8782fe5dac10fb", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b25c22f0eff04c69b937ece3231533a8"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1fa000d01834465ab759d841d625a525", "id": "b25c22f0eff04c69b937ece3231533a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b8fd1b9150ca4d458a4be5f29417fc30"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b1a652c83d314e5e8dfeacfb39310c6e", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ba2612b918704a8d94069a149e93f4a8"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f9d4ee940e0946408d8782fe5dac10fb", "id": "ba2612b918704a8d94069a149e93f4a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c76d8719e6d3491daaeba7bd9f845d12"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3aa399081b634f46818db536c3837b5e", "id": "c76d8719e6d3491daaeba7bd9f845d12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d3069f20c71246f68cd14ced338e89bb"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0e65ca44fae8471aa94b9d30b24048a9", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e749ba03068445448b0d285cc302e034"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3d7cc6df53474e3683f112a730b7f341", "id": "e749ba03068445448b0d285cc302e034"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e890b12b0e7049a59298a847d9e9eb6c"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "id": "e890b12b0e7049a59298a847d9e9eb6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e8fac3788a9d49afbf4ad5f42627b59d"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6ea0f09a42dc4d008661ca9c111fdd4a", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f02e840646b74c47be1d0e7e778a2d02"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0e65ca44fae8471aa94b9d30b24048a9", "id": "f02e840646b74c47be1d0e7e778a2d02"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f10c5f40d8f8480280dc075c3f03834c"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3d7cc6df53474e3683f112a730b7f341", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-01 00:36:26,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-3ba862fa-1cc6-4121-9a95-63eaec237a20 2018-09-01 00:36:26,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.205760955811s 2018-09-01 00:36:26,680 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-3ba862fa-1cc6-4121-9a95-63eaec237a20 2018-09-01 00:36:26,687 - 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.23:5000/v3/endpoints/057905ec641c4c62a822b62a53defcef'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c16847a17dca4179ada1156cee592c5d', u'id': u'057905ec641c4c62a822b62a53defcef'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/08f12b7bd3df4f6d84f4c0366c909d05'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'fcc308bddead4d608998b63c1c696a09', u'id': u'08f12b7bd3df4f6d84f4c0366c909d05'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1b34b131529d4c708acc79cb0a31bcbb'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7f2f4e50b3184d5cacb7c5ca5e86c03e', u'id': u'1b34b131529d4c708acc79cb0a31bcbb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1b664e08189d4715ba056bbf12adeed6'}, u'url': u'http://172.30.9.23:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c16847a17dca4179ada1156cee592c5d', u'id': u'1b664e08189d4715ba056bbf12adeed6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1b7573b5a9f7466085e5227a5989ca9b'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3aa399081b634f46818db536c3837b5e', u'id': u'1b7573b5a9f7466085e5227a5989ca9b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/21cf06ab7c5d4d19b3625edefb5aaa7b'}, u'url': u'http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a6d9793753bd4d8bbd7b85e418bef5aa', u'id': u'21cf06ab7c5d4d19b3625edefb5aaa7b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/24bbd2c52da64447afd58db6f9b63a4b'}, u'url': u'http://172.30.9.23:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'90d648956cf2423db6a90d3f91833f84', u'id': u'24bbd2c52da64447afd58db6f9b63a4b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/29dd59f65d73492096035e9aae11e475'}, u'url': u'http://172.30.9.23:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7f2f4e50b3184d5cacb7c5ca5e86c03e', u'id': u'29dd59f65d73492096035e9aae11e475'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/2abe284f2210482da904176ce9f993a1'}, u'url': u'http://172.30.9.23:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3aa399081b634f46818db536c3837b5e', u'id': u'2abe284f2210482da904176ce9f993a1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/2e1fdc3557844e5b9f410070937d54da'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f9d4ee940e0946408d8782fe5dac10fb', u'id': u'2e1fdc3557844e5b9f410070937d54da'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/2e80eb3e95b94f6d8c77e8adaf20e02b'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'38453999187f4aed812c333ddad27e0b', u'id': u'2e80eb3e95b94f6d8c77e8adaf20e02b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/2f0d204f78364e4795c9597f8de5e36c'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b1a652c83d314e5e8dfeacfb39310c6e', u'id': u'2f0d204f78364e4795c9597f8de5e36c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/32edad736a174ae59cfb5adb83d43a7b'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b932ee52873445edbda7bb4794ea6f45', u'id': u'32edad736a174ae59cfb5adb83d43a7b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/3bd0c69efde74032866f582f595d2a93'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3d7cc6df53474e3683f112a730b7f341', u'id': u'3bd0c69efde74032866f582f595d2a93'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4134bcbc5d0843d8b446bd687f9406af'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1fa000d01834465ab759d841d625a525', u'id': u'4134bcbc5d0843d8b446bd687f9406af'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4b3d922f8cd847fc97795e2b76ef65e0'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1fa000d01834465ab759d841d625a525', u'id': u'4b3d922f8cd847fc97795e2b76ef65e0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4b5901014df849c7ab53fa0c304d476b'}, u'url': u'http://172.30.9.23:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b1a652c83d314e5e8dfeacfb39310c6e', u'id': u'4b5901014df849c7ab53fa0c304d476b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/57d9beb643c4486585f95a34b974b066'}, u'url': u'http://12.0.0.33:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a6d9793753bd4d8bbd7b85e418bef5aa', u'id': u'57d9beb643c4486585f95a34b974b066'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/57e68f17a7704dffb820be62697534a9'}, u'url': u'http://12.0.0.33:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a6d9793753bd4d8bbd7b85e418bef5aa', u'id': u'57e68f17a7704dffb820be62697534a9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/6288dca6086f463fb43b755fea789af1'}, u'url': u'http://172.30.9.23:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b932ee52873445edbda7bb4794ea6f45', u'id': u'6288dca6086f463fb43b755fea789af1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/66283bdff9554dbfa01a17dbdfd8174c'}, u'url': u'http://172.30.9.23:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'fcc308bddead4d608998b63c1c696a09', u'id': u'66283bdff9554dbfa01a17dbdfd8174c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/67c8c7e641ec460e84e11abea9038fe3'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b932ee52873445edbda7bb4794ea6f45', u'id': u'67c8c7e641ec460e84e11abea9038fe3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/6d38916ef64041bf8daf3012f7ce167d'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c16847a17dca4179ada1156cee592c5d', u'id': u'6d38916ef64041bf8daf3012f7ce167d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/728e7c826d4f4994865455c2483bb16c'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'38453999187f4aed812c333ddad27e0b', u'id': u'728e7c826d4f4994865455c2483bb16c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/764f20cd77b54c1a8a3abc39d0c12330'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'fcc308bddead4d608998b63c1c696a09', u'id': u'764f20cd77b54c1a8a3abc39d0c12330'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/7a63f7a479ca4c4db7434ec2f16734a7'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6ea0f09a42dc4d008661ca9c111fdd4a', u'id': u'7a63f7a479ca4c4db7434ec2f16734a7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/7e4e06756a3f474d8a6322590267bd84'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'90d648956cf2423db6a90d3f91833f84', u'id': u'7e4e06756a3f474d8a6322590267bd84'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8971c0da2cb442d1826b144d942dfd71'}, u'url': u'http://172.30.9.23:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'38453999187f4aed812c333ddad27e0b', u'id': u'8971c0da2cb442d1826b144d942dfd71'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8ad6dd19976c402a93a57d5df064c0d2'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'90d648956cf2423db6a90d3f91833f84', u'id': u'8ad6dd19976c402a93a57d5df064c0d2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8b20f2c29d9f4220a50bb12287b339c9'}, u'url': u'http://172.30.9.23:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0e65ca44fae8471aa94b9d30b24048a9', u'id': u'8b20f2c29d9f4220a50bb12287b339c9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/93e01c6b9a424511a20aac097e2b415f'}, u'url': u'http://172.30.9.23:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6ea0f09a42dc4d008661ca9c111fdd4a', u'id': u'93e01c6b9a424511a20aac097e2b415f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/a7db5b4fec474c0e89eece31e31e5c51'}, u'url': u'http://172.30.9.23:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f9d4ee940e0946408d8782fe5dac10fb', u'id': u'a7db5b4fec474c0e89eece31e31e5c51'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/b25c22f0eff04c69b937ece3231533a8'}, u'url': u'http://172.30.9.23:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1fa000d01834465ab759d841d625a525', u'id': u'b25c22f0eff04c69b937ece3231533a8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/b8fd1b9150ca4d458a4be5f29417fc30'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b1a652c83d314e5e8dfeacfb39310c6e', u'id': u'b8fd1b9150ca4d458a4be5f29417fc30'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/ba2612b918704a8d94069a149e93f4a8'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f9d4ee940e0946408d8782fe5dac10fb', u'id': u'ba2612b918704a8d94069a149e93f4a8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c76d8719e6d3491daaeba7bd9f845d12'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3aa399081b634f46818db536c3837b5e', u'id': u'c76d8719e6d3491daaeba7bd9f845d12'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/d3069f20c71246f68cd14ced338e89bb'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0e65ca44fae8471aa94b9d30b24048a9', u'id': u'd3069f20c71246f68cd14ced338e89bb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e749ba03068445448b0d285cc302e034'}, u'url': u'http://172.30.9.23:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3d7cc6df53474e3683f112a730b7f341', u'id': u'e749ba03068445448b0d285cc302e034'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e890b12b0e7049a59298a847d9e9eb6c'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7f2f4e50b3184d5cacb7c5ca5e86c03e', u'id': u'e890b12b0e7049a59298a847d9e9eb6c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e8fac3788a9d49afbf4ad5f42627b59d'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6ea0f09a42dc4d008661ca9c111fdd4a', u'id': u'e8fac3788a9d49afbf4ad5f42627b59d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/f02e840646b74c47be1d0e7e778a2d02'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0e65ca44fae8471aa94b9d30b24048a9', u'id': u'f02e840646b74c47be1d0e7e778a2d02'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/f10c5f40d8f8480280dc075c3f03834c'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3d7cc6df53474e3683f112a730b7f341', u'id': u'f10c5f40d8f8480280dc075c3f03834c'})] 2018-09-01 00:36:26,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-01 00:36:26,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:26,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36: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-251155ca-2feb-4e82-8f7c-a870ed7a1686 x-compute-request-id: req-251155ca-2feb-4e82-8f7c-a870ed7a1686 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 00:36:26,807 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-251155ca-2feb-4e82-8f7c-a870ed7a1686 2018-09-01 00:36:26,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.118345975876s 2018-09-01 00:36:26,808 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-251155ca-2feb-4e82-8f7c-a870ed7a1686 2018-09-01 00:36:26,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-01 00:36:26,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:28,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-77346baf-714d-44ac-9905-63bb6b31168d x-compute-request-id: req-77346baf-714d-44ac-9905-63bb6b31168d Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-01 00:36:28,211 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-77346baf-714d-44ac-9905-63bb6b31168d 2018-09-01 00:36:28,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.38835287094s 2018-09-01 00:36:28,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-77346baf-714d-44ac-9905-63bb6b31168d 2018-09-01 00:36:28,212 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-01 00:36:28,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:36:28,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:29,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-98302668-dc1b-4180-ae91-2a24e2ef51a8 Date: Sat, 01 Sep 2018 00:36:29 GMT RESP BODY: {"floatingips": []} 2018-09-01 00:36:29,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-98302668-dc1b-4180-ae91-2a24e2ef51a8 2018-09-01 00:36:29,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.41247487068s 2018-09-01 00:36:29,630 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-98302668-dc1b-4180-ae91-2a24e2ef51a8 2018-09-01 00:36:29,630 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-01 00:36:29,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-01 00:36:29,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:29,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36: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-efd3779e-0b6f-4656-aac5-552680cc3186 x-compute-request-id: req-efd3779e-0b6f-4656-aac5-552680cc3186 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 278}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2359, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 281}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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 00:36:29,713 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-efd3779e-0b6f-4656-aac5-552680cc3186 2018-09-01 00:36:29,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0828700065613s 2018-09-01 00:36:29,714 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-efd3779e-0b6f-4656-aac5-552680cc3186 2018-09-01 00:36:29,715 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.5', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 278}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 2359, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.10', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 281}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-09-01 00:36:29,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-01 00:36:29,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:29,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36: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-e285706d-0006-4c59-83f0-25ce05be7aee x-compute-request-id: req-e285706d-0006-4c59-83f0-25ce05be7aee Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-01 00:36:29,741 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-e285706d-0006-4c59-83f0-25ce05be7aee 2018-09-01 00:36:29,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0257911682129s 2018-09-01 00:36:29,741 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-e285706d-0006-4c59-83f0-25ce05be7aee 2018-09-01 00:36:29,742 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-01 00:36:29,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:36:29,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:31,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7fee764c-38f7-4415-b0e5-eafa81905c1f Date: Sat, 01 Sep 2018 00:36:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:36:31,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7fee764c-38f7-4415-b0e5-eafa81905c1f 2018-09-01 00:36:31,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.40835118294s 2018-09-01 00:36:31,151 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7fee764c-38f7-4415-b0e5-eafa81905c1f 2018-09-01 00:36:31,151 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'b8d15748-1221-4d39-8b04-bf36c4f12d33'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-01T00:33:26Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', 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'124aad9de364486f8e974ab17ceaff0b', u'created_at': u'2018-09-01T00:33:19Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'124aad9de364486f8e974ab17ceaff0b'})] 2018-09-01 00:36:31,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:36:31,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:32,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b2039f0c-9544-4b5a-9a44-a63e5e933b53 Date: Sat, 01 Sep 2018 00:36:32 GMT RESP BODY: {"ports":[]} 2018-09-01 00:36:32,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-b2039f0c-9544-4b5a-9a44-a63e5e933b53 2018-09-01 00:36:32,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.04493308067s 2018-09-01 00:36:32,197 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-b2039f0c-9544-4b5a-9a44-a63e5e933b53 2018-09-01 00:36:32,197 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-01 00:36:32,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 00:36:32,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:32,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ca0547-878d-4b18-b3ae-2e04c2978e84 Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "124aad9de364486f8e974ab17ceaff0b"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "09616bbc3d7d47f7bf356facf9604904"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b/users/09616bbc3d7d47f7bf356facf9604904/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"project": {"id": "124aad9de364486f8e974ab17ceaff0b"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "1b7d7499248f4b1ab3e2c3eafd6884e3"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b/users/1b7d7499248f4b1ab3e2c3eafd6884e3/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"project": {"id": "124aad9de364486f8e974ab17ceaff0b"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "39f008d4ed9b46e88df6661386fb834c"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b/users/39f008d4ed9b46e88df6661386fb834c/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"project": {"id": "124aad9de364486f8e974ab17ceaff0b"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "5755fbc5e3f149d286b38eab1592f2cd"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b/users/5755fbc5e3f149d286b38eab1592f2cd/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"project": {"id": "124aad9de364486f8e974ab17ceaff0b"}}, "role": {"id": "a39c5bd26bbe40249fc89638f38f8f47"}, "user": {"id": "5755fbc5e3f149d286b38eab1592f2cd"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b/users/5755fbc5e3f149d286b38eab1592f2cd/roles/a39c5bd26bbe40249fc89638f38f8f47"}}, {"scope": {"project": {"id": "124aad9de364486f8e974ab17ceaff0b"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "5a7473fb7a3d483bad8691aca2f3945e"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b/users/5a7473fb7a3d483bad8691aca2f3945e/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"project": {"id": "124aad9de364486f8e974ab17ceaff0b"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "5a775d82f5b040388bd9b234b406b8cf"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b/users/5a775d82f5b040388bd9b234b406b8cf/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"project": {"id": "124aad9de364486f8e974ab17ceaff0b"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "71e10b6e83144e6480810c69dc4f4357"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b/users/71e10b6e83144e6480810c69dc4f4357/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"project": {"id": "124aad9de364486f8e974ab17ceaff0b"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "790e0ffa6b2f4654a159933f6bb087b2"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b/users/790e0ffa6b2f4654a159933f6bb087b2/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"project": {"id": "124aad9de364486f8e974ab17ceaff0b"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "8b0b26cb19d94b42b2053081018c0256"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b/users/8b0b26cb19d94b42b2053081018c0256/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"project": {"id": "124aad9de364486f8e974ab17ceaff0b"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "ab9e44a845b446c5ad7c6f7aa89c7b00"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b/users/ab9e44a845b446c5ad7c6f7aa89c7b00/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"project": {"id": "82385a1db3524c2f9b0afe851a76008c"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "c1e3ed7585964a61bb487b909cdc21f1"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82385a1db3524c2f9b0afe851a76008c/users/c1e3ed7585964a61bb487b909cdc21f1/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"project": {"id": "124aad9de364486f8e974ab17ceaff0b"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "c397b2a20dde4a928a000743315a1d4d"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b/users/c397b2a20dde4a928a000743315a1d4d/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"project": {"id": "124aad9de364486f8e974ab17ceaff0b"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "c7a220b02e39464182c785f083b70399"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b/users/c7a220b02e39464182c785f083b70399/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"domain": {"id": "e9f4e5d3e25e437fbbc5bdfc422dbea3"}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "4f1efd27b815414c80bafafd80b0a731"}, "links": {"assignment": "http://172.30.9.23:5000/v3/domains/e9f4e5d3e25e437fbbc5bdfc422dbea3/users/4f1efd27b815414c80bafafd80b0a731/roles/04fa0466cabf412bae8b52a52856f734"}}, {"scope": {"system": {"all": true}}, "role": {"id": "04fa0466cabf412bae8b52a52856f734"}, "user": {"id": "c1e3ed7585964a61bb487b909cdc21f1"}, "links": {"assignment": "http://172.30.9.23:5000/v3/system/users/c1e3ed7585964a61bb487b909cdc21f1/roles/04fa0466cabf412bae8b52a52856f734"}}], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-01 00:36:32,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-d5ca0547-878d-4b18-b3ae-2e04c2978e84 2018-09-01 00:36:32,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.189150094986s 2018-09-01 00:36:32,391 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-d5ca0547-878d-4b18-b3ae-2e04c2978e84 2018-09-01 00:36:32,394 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'124aad9de364486f8e974ab17ceaff0b', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'09616bbc3d7d47f7bf356facf9604904'}), Munch({'project': u'124aad9de364486f8e974ab17ceaff0b', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'1b7d7499248f4b1ab3e2c3eafd6884e3'}), Munch({'project': u'124aad9de364486f8e974ab17ceaff0b', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'39f008d4ed9b46e88df6661386fb834c'}), Munch({'project': u'124aad9de364486f8e974ab17ceaff0b', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'5755fbc5e3f149d286b38eab1592f2cd'}), Munch({'project': u'124aad9de364486f8e974ab17ceaff0b', 'id': u'a39c5bd26bbe40249fc89638f38f8f47', 'user': u'5755fbc5e3f149d286b38eab1592f2cd'}), Munch({'project': u'124aad9de364486f8e974ab17ceaff0b', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'5a7473fb7a3d483bad8691aca2f3945e'}), Munch({'project': u'124aad9de364486f8e974ab17ceaff0b', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'5a775d82f5b040388bd9b234b406b8cf'}), Munch({'project': u'124aad9de364486f8e974ab17ceaff0b', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'71e10b6e83144e6480810c69dc4f4357'}), Munch({'project': u'124aad9de364486f8e974ab17ceaff0b', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'790e0ffa6b2f4654a159933f6bb087b2'}), Munch({'project': u'124aad9de364486f8e974ab17ceaff0b', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'8b0b26cb19d94b42b2053081018c0256'}), Munch({'project': u'124aad9de364486f8e974ab17ceaff0b', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'ab9e44a845b446c5ad7c6f7aa89c7b00'}), Munch({'project': u'82385a1db3524c2f9b0afe851a76008c', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'c1e3ed7585964a61bb487b909cdc21f1'}), Munch({'project': u'124aad9de364486f8e974ab17ceaff0b', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'c397b2a20dde4a928a000743315a1d4d'}), Munch({'project': u'124aad9de364486f8e974ab17ceaff0b', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'c7a220b02e39464182c785f083b70399'}), Munch({'domain': u'e9f4e5d3e25e437fbbc5bdfc422dbea3', 'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'4f1efd27b815414c80bafafd80b0a731'}), Munch({'id': u'04fa0466cabf412bae8b52a52856f734', 'user': u'c1e3ed7585964a61bb487b909cdc21f1'})] 2018-09-01 00:36:32,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:36:32,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:32,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18d07acd-b99f-447c-a554-3fbc420478f7 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:36:32,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-18d07acd-b99f-447c-a554-3fbc420478f7 2018-09-01 00:36:32,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.212663888931s 2018-09-01 00:36:32,611 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-18d07acd-b99f-447c-a554-3fbc420478f7 2018-09-01 00:36:32,612 - 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'admin', 'id': u'04fa0466cabf412bae8b52a52856f734'}), 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'1f2bde3e8e224213861d11fb61c4b749'}), 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'79d9c5123beb4833a200bf73c3bc89f3'}), 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'8a5975637fd044bc8615303cfeee2ac0'}), 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'a39c5bd26bbe40249fc89638f38f8f47'}), 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'fd6a0eb8cedb4cd2965986c097b2285d'})] 2018-09-01 00:36:32,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 00:36:32,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:33,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-299b5359-076e-40ad-b97e-ed05f527f60e Date: Sat, 01 Sep 2018 00:36:33 GMT RESP BODY: {"routers": []} 2018-09-01 00:36:33,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-299b5359-076e-40ad-b97e-ed05f527f60e 2018-09-01 00:36:33,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.26331400871s 2018-09-01 00:36:33,877 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-299b5359-076e-40ad-b97e-ed05f527f60e 2018-09-01 00:36:33,877 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-01 00:36:33,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:36:33,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:34,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d139dfe8-c9ab-4945-91b9-26ef3b9c3ca8 x-compute-request-id: req-d139dfe8-c9ab-4945-91b9-26ef3b9c3ca8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 00:36:34,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d139dfe8-c9ab-4945-91b9-26ef3b9c3ca8 2018-09-01 00:36:34,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.231310129166s 2018-09-01 00:36:34,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d139dfe8-c9ab-4945-91b9-26ef3b9c3ca8 2018-09-01 00:36:34,109 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-01 00:36:34,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-01 00:36:34,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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 00:36:34,122 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 00:36:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7fb3530-8da2-4f4f-8bca-76cabc7e7eff Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-09-01 00:36:34,123 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-e7fb3530-8da2-4f4f-8bca-76cabc7e7eff 2018-09-01 00:36:34,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:34,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c821ca1-3c08-4f4d-a1bc-ae3f5cc426ab Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0e65ca44fae8471aa94b9d30b24048a9"}, "enabled": true, "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1fa000d01834465ab759d841d625a525"}, "enabled": true, "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/38453999187f4aed812c333ddad27e0b"}, "enabled": true, "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3aa399081b634f46818db536c3837b5e"}, "enabled": true, "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3d7cc6df53474e3683f112a730b7f341"}, "enabled": true, "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6ea0f09a42dc4d008661ca9c111fdd4a"}, "enabled": true, "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/71b03113d0c443798a95f3da1829ad0c"}, "enabled": true, "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/7f2f4e50b3184d5cacb7c5ca5e86c03e"}, "enabled": true, "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/90d648956cf2423db6a90d3f91833f84"}, "enabled": true, "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a6d9793753bd4d8bbd7b85e418bef5aa"}, "enabled": true, "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b1a652c83d314e5e8dfeacfb39310c6e"}, "enabled": true, "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/b932ee52873445edbda7bb4794ea6f45"}, "enabled": true, "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c16847a17dca4179ada1156cee592c5d"}, "enabled": true, "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f9d4ee940e0946408d8782fe5dac10fb"}, "enabled": true, "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/fcc308bddead4d608998b63c1c696a09"}, "enabled": true, "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-09-01 00:36:34,228 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-5c821ca1-3c08-4f4d-a1bc-ae3f5cc426ab 2018-09-01 00:36:34,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.115858078003s 2018-09-01 00:36:34,229 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-5c821ca1-3c08-4f4d-a1bc-ae3f5cc426ab 2018-09-01 00:36:34,234 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'0e65ca44fae8471aa94b9d30b24048a9', 'name': u'neutron'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'1fa000d01834465ab759d841d625a525', 'name': u'glance'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'38453999187f4aed812c333ddad27e0b', 'name': u'nova'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'3aa399081b634f46818db536c3837b5e', 'name': u'aodh'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'3d7cc6df53474e3683f112a730b7f341', 'name': u'gnocchi'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'6ea0f09a42dc4d008661ca9c111fdd4a', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'71b03113d0c443798a95f3da1829ad0c', 'name': u'ceilometer'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'7f2f4e50b3184d5cacb7c5ca5e86c03e', 'name': u'cinderv3'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'90d648956cf2423db6a90d3f91833f84', 'name': u'cinder'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'a6d9793753bd4d8bbd7b85e418bef5aa', 'name': u'swift'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'b1a652c83d314e5e8dfeacfb39310c6e', 'name': u'keystone'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'b932ee52873445edbda7bb4794ea6f45', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'c16847a17dca4179ada1156cee592c5d', 'name': u'panko'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'f9d4ee940e0946408d8782fe5dac10fb', 'name': u'heat'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'fcc308bddead4d608998b63c1c696a09', 'name': u'placement'})] 2018-09-01 00:36:34,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:36:34,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}09673ef76b6e0124ee069324af2472b68e29de66" 2018-09-01 00:36:34,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3d4f2e5d-866b-45bf-a3bb-6b25231036ed Date: Sat, 01 Sep 2018 00:36:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5947624d-2604-4eb8-9ac2-b3c2573254db","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:26Z","dns_nameservers":[],"updated_at":"2018-09-01T00:33:26Z","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":"124aad9de364486f8e974ab17ceaff0b","id":"b8d15748-1221-4d39-8b04-bf36c4f12d33","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 00:36:34,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3d4f2e5d-866b-45bf-a3bb-6b25231036ed 2018-09-01 00:36:34,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0420110225677s 2018-09-01 00:36:34,277 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3d4f2e5d-866b-45bf-a3bb-6b25231036ed 2018-09-01 00:36:34,278 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:33:26Z', 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'b8d15748-1221-4d39-8b04-bf36c4f12d33', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', u'tenant_id': u'124aad9de364486f8e974ab17ceaff0b', u'created_at': u'2018-09-01T00:33:26Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'124aad9de364486f8e974ab17ceaff0b'})] 2018-09-01 00:36:34,401 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 00:36:34,401 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-01 00:36:34,463 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-01 00:36:34,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:36:34,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:36:34,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:36:34,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:36:34,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:36:34,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:36:34,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfa3185e-ebda-4d91-90d4-60a5ebbbf706 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:36:34,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dfa3185e-ebda-4d91-90d4-60a5ebbbf706 2018-09-01 00:36:34,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:36:35,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04fa0466cabf412bae8b52a52856f734", "name": "admin"}, {"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:36:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82385a1db3524c2f9b0afe851a76008c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c1e3ed7585964a61bb487b909cdc21f1"}, "audit_ids": ["mBnRlGDlTmSPB_7UnCOnfQ"], "issued_at": "2018-09-01T00:36:35.000000Z"}} 2018-09-01 00:36:35,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:36:35,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}6ee0b2208ba839ea984b6128567fc7ebc00e08dc" 2018-09-01 00:36:35,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2fac45ac-97c1-41dd-95b9-919bbbeccf01 Date: Sat, 01 Sep 2018 00:36:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:36:35,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2fac45ac-97c1-41dd-95b9-919bbbeccf01 2018-09-01 00:36:35,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.542663097382s 2018-09-01 00:36:35,679 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2fac45ac-97c1-41dd-95b9-919bbbeccf01 2018-09-01 00:36:35,680 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-01 00:36:35,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 00:36:35,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}6ee0b2208ba839ea984b6128567fc7ebc00e08dc" -d '{"network": {"name": "tenantnetwork1-net_ffd0df06-6480-4dcb-9acb-862e111fb530", "admin_state_up": true}}' 2018-09-01 00:36:37,304 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-94224c65-cc7d-4039-8a46-0ae2dffc0f7d Date: Sat, 01 Sep 2018 00:36:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"62a81d5f-6f22-4afb-ab88-9ac0fb1647eb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T00:36:37Z","is_default":false,"provider:segmentation_id":19,"name":"tenantnetwork1-net_ffd0df06-6480-4dcb-9acb-862e111fb530","admin_state_up":true,"tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:36:37Z","mtu":1450}} 2018-09-01 00:36:37,304 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-94224c65-cc7d-4039-8a46-0ae2dffc0f7d 2018-09-01 00:36:37,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.62365913391s 2018-09-01 00:36:37,305 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-94224c65-cc7d-4039-8a46-0ae2dffc0f7d 2018-09-01 00:36:37,305 - 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-01T00:36:37Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'62a81d5f-6f22-4afb-ab88-9ac0fb1647eb', u'provider:segmentation_id': 19, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_ffd0df06-6480-4dcb-9acb-862e111fb530', u'admin_state_up': True, u'tenant_id': u'82385a1db3524c2f9b0afe851a76008c', u'created_at': u'2018-09-01T00:36:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'82385a1db3524c2f9b0afe851a76008c'}) 2018-09-01 00:36:37,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:36:37,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6ee0b2208ba839ea984b6128567fc7ebc00e08dc" 2018-09-01 00:36:38,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-d97663e9-712e-4299-b512-b5a0a31b1a3e Date: Sat, 01 Sep 2018 00:36:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"62a81d5f-6f22-4afb-ab88-9ac0fb1647eb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T00:36:37Z","provider:segmentation_id":19,"name":"tenantnetwork1-net_ffd0df06-6480-4dcb-9acb-862e111fb530","admin_state_up":true,"tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:36:37Z","provider:network_type":"vxlan"}]} 2018-09-01 00:36:38,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d97663e9-712e-4299-b512-b5a0a31b1a3e 2018-09-01 00:36:38,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.22940397263s 2018-09-01 00:36:38,536 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d97663e9-712e-4299-b512-b5a0a31b1a3e 2018-09-01 00:36:38,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 00:36:38,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}6ee0b2208ba839ea984b6128567fc7ebc00e08dc" -d '{"subnet": {"name": "tenantnetwork1-subnet_ffd0df06-6480-4dcb-9acb-862e111fb530", "enable_dhcp": true, "network_id": "62a81d5f-6f22-4afb-ab88-9ac0fb1647eb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 00:36:39,257 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8f493029-718a-4f7d-adda-81205073135e Date: Sat, 01 Sep 2018 00:36:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62a81d5f-6f22-4afb-ab88-9ac0fb1647eb","tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:36:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:36:38Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"82385a1db3524c2f9b0afe851a76008c","id":"b6101ad4-38c7-4d3d-8126-44a23a936af9","subnetpool_id":null,"name":"tenantnetwork1-subnet_ffd0df06-6480-4dcb-9acb-862e111fb530"}} 2018-09-01 00:36:39,257 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-8f493029-718a-4f7d-adda-81205073135e 2018-09-01 00:36:39,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.71911406517s 2018-09-01 00:36:39,258 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-8f493029-718a-4f7d-adda-81205073135e 2018-09-01 00:36:39,258 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:36:38Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b6101ad4-38c7-4d3d-8126-44a23a936af9', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_ffd0df06-6480-4dcb-9acb-862e111fb530', u'enable_dhcp': True, u'network_id': u'62a81d5f-6f22-4afb-ab88-9ac0fb1647eb', u'tenant_id': u'82385a1db3524c2f9b0afe851a76008c', u'created_at': u'2018-09-01T00:36:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'82385a1db3524c2f9b0afe851a76008c'}) 2018-09-01 00:36:39,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 00:36:39,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}6ee0b2208ba839ea984b6128567fc7ebc00e08dc" -d '{"router": {"external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db"}, "name": "tenantnetwork1-router_ffd0df06-6480-4dcb-9acb-862e111fb530", "admin_state_up": true}}' 2018-09-01 00:36:41,972 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-aa3f3898-5411-41e1-a6a9-7cb3f435a5ac Date: Sat, 01 Sep 2018 00:36:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:36:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T00:36:41Z", "revision_number": 2, "routes": [], "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "533041e8-7a9a-4c3e-9edb-8c27d925c4f7", "name": "tenantnetwork1-router_ffd0df06-6480-4dcb-9acb-862e111fb530"}} 2018-09-01 00:36:41,972 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-aa3f3898-5411-41e1-a6a9-7cb3f435a5ac 2018-09-01 00:36:41,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.71341490746s 2018-09-01 00:36:41,973 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-aa3f3898-5411-41e1-a6a9-7cb3f435a5ac 2018-09-01 00:36:41,973 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b8d15748-1221-4d39-8b04-bf36c4f12d33', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'82385a1db3524c2f9b0afe851a76008c', u'created_at': u'2018-09-01T00:36:40Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T00:36:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'82385a1db3524c2f9b0afe851a76008c', u'id': u'533041e8-7a9a-4c3e-9edb-8c27d925c4f7', u'name': u'tenantnetwork1-router_ffd0df06-6480-4dcb-9acb-862e111fb530'}) 2018-09-01 00:36:41,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 00:36:41,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/533041e8-7a9a-4c3e-9edb-8c27d925c4f7/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}6ee0b2208ba839ea984b6128567fc7ebc00e08dc" -d '{"subnet_id": "b6101ad4-38c7-4d3d-8126-44a23a936af9"}' 2018-09-01 00:36:45,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-428c8852-5da1-420c-b2b6-7b921d6828f0 Date: Sat, 01 Sep 2018 00:36:45 GMT RESP BODY: {"network_id": "62a81d5f-6f22-4afb-ab88-9ac0fb1647eb", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "subnet_id": "b6101ad4-38c7-4d3d-8126-44a23a936af9", "subnet_ids": ["b6101ad4-38c7-4d3d-8126-44a23a936af9"], "port_id": "85538bce-7a2e-459d-838b-e4c1d1457209", "id": "533041e8-7a9a-4c3e-9edb-8c27d925c4f7"} 2018-09-01 00:36:45,268 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/533041e8-7a9a-4c3e-9edb-8c27d925c4f7/add_router_interface.json used request id req-428c8852-5da1-420c-b2b6-7b921d6828f0 2018-09-01 00:36:45,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.29408884048s 2018-09-01 00:36:45,268 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/533041e8-7a9a-4c3e-9edb-8c27d925c4f7/add_router_interface.json used request id req-428c8852-5da1-420c-b2b6-7b921d6828f0 returning object 533041e8-7a9a-4c3e-9edb-8c27d925c4f7 2018-09-01 00:36:45,376 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 00:36:45,376 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:10 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 00:36:45,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 00:36:45,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/533041e8-7a9a-4c3e-9edb-8c27d925c4f7/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}6ee0b2208ba839ea984b6128567fc7ebc00e08dc" -d '{"subnet_id": "b6101ad4-38c7-4d3d-8126-44a23a936af9"}' 2018-09-01 00:36:47,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5eee3340-645e-474a-ad84-60bcd10ea30a Date: Sat, 01 Sep 2018 00:36:47 GMT RESP BODY: {"network_id": "62a81d5f-6f22-4afb-ab88-9ac0fb1647eb", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "subnet_id": "b6101ad4-38c7-4d3d-8126-44a23a936af9", "subnet_ids": ["b6101ad4-38c7-4d3d-8126-44a23a936af9"], "port_id": "85538bce-7a2e-459d-838b-e4c1d1457209", "id": "533041e8-7a9a-4c3e-9edb-8c27d925c4f7"} 2018-09-01 00:36:47,582 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/533041e8-7a9a-4c3e-9edb-8c27d925c4f7/remove_router_interface.json used request id req-5eee3340-645e-474a-ad84-60bcd10ea30a 2018-09-01 00:36:47,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.20022106171s 2018-09-01 00:36:47,583 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/533041e8-7a9a-4c3e-9edb-8c27d925c4f7/remove_router_interface.json used request id req-5eee3340-645e-474a-ad84-60bcd10ea30a returning object 533041e8-7a9a-4c3e-9edb-8c27d925c4f7 2018-09-01 00:36:47,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 00:36:47,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6ee0b2208ba839ea984b6128567fc7ebc00e08dc" 2018-09-01 00:36:47,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-116bb00d-806d-4d1d-9646-2c43893deb52 Date: Sat, 01 Sep 2018 00:36:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:36:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T00:36:46Z", "revision_number": 4, "routes": [], "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "533041e8-7a9a-4c3e-9edb-8c27d925c4f7", "name": "tenantnetwork1-router_ffd0df06-6480-4dcb-9acb-862e111fb530"}]} 2018-09-01 00:36:47,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-116bb00d-806d-4d1d-9646-2c43893deb52 2018-09-01 00:36:47,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.138707876205s 2018-09-01 00:36:47,723 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-116bb00d-806d-4d1d-9646-2c43893deb52 2018-09-01 00:36:47,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 00:36:47,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/533041e8-7a9a-4c3e-9edb-8c27d925c4f7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ee0b2208ba839ea984b6128567fc7ebc00e08dc" 2018-09-01 00:36:50,520 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0cd79638-7114-4481-aef7-9f0da64fd38e Content-Length: 0 Date: Sat, 01 Sep 2018 00:36:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:36:50,521 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/533041e8-7a9a-4c3e-9edb-8c27d925c4f7.json used request id req-0cd79638-7114-4481-aef7-9f0da64fd38e 2018-09-01 00:36:50,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.79664802551s 2018-09-01 00:36:50,521 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/533041e8-7a9a-4c3e-9edb-8c27d925c4f7.json used request id req-0cd79638-7114-4481-aef7-9f0da64fd38e 2018-09-01 00:36:50,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:36:50,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6ee0b2208ba839ea984b6128567fc7ebc00e08dc" 2018-09-01 00:36:51,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-aacabd57-a25f-4bba-9d76-e4ae63183929 Date: Sat, 01 Sep 2018 00:36:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62a81d5f-6f22-4afb-ab88-9ac0fb1647eb","tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:36:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:36:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"82385a1db3524c2f9b0afe851a76008c","id":"b6101ad4-38c7-4d3d-8126-44a23a936af9","subnetpool_id":null,"name":"tenantnetwork1-subnet_ffd0df06-6480-4dcb-9acb-862e111fb530"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5947624d-2604-4eb8-9ac2-b3c2573254db","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:26Z","dns_nameservers":[],"updated_at":"2018-09-01T00:33:26Z","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":"124aad9de364486f8e974ab17ceaff0b","id":"b8d15748-1221-4d39-8b04-bf36c4f12d33","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 00:36:51,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-aacabd57-a25f-4bba-9d76-e4ae63183929 2018-09-01 00:36:51,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.04893708229s 2018-09-01 00:36:51,571 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-aacabd57-a25f-4bba-9d76-e4ae63183929 2018-09-01 00:36:51,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 00:36:51,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/b6101ad4-38c7-4d3d-8126-44a23a936af9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ee0b2208ba839ea984b6128567fc7ebc00e08dc" 2018-09-01 00:36:54,739 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-26190091-933d-4c15-9764-b0b008bb7403 Date: Sat, 01 Sep 2018 00:36:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:36:54,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/b6101ad4-38c7-4d3d-8126-44a23a936af9.json used request id req-26190091-933d-4c15-9764-b0b008bb7403 2018-09-01 00:36:54,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.16632199287s 2018-09-01 00:36:54,739 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/b6101ad4-38c7-4d3d-8126-44a23a936af9.json used request id req-26190091-933d-4c15-9764-b0b008bb7403 2018-09-01 00:36:54,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:36:54,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6ee0b2208ba839ea984b6128567fc7ebc00e08dc" 2018-09-01 00:36:55,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-7217d0a9-80bd-4982-9893-9cc2b8f943b7 Date: Sat, 01 Sep 2018 00:36:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"62a81d5f-6f22-4afb-ab88-9ac0fb1647eb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T00:36:54Z","provider:segmentation_id":19,"name":"tenantnetwork1-net_ffd0df06-6480-4dcb-9acb-862e111fb530","admin_state_up":true,"tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:36:37Z","provider:network_type":"vxlan"}]} 2018-09-01 00:36:55,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7217d0a9-80bd-4982-9893-9cc2b8f943b7 2018-09-01 00:36:55,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.631158828735s 2018-09-01 00:36:55,372 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7217d0a9-80bd-4982-9893-9cc2b8f943b7 2018-09-01 00:36:55,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 00:36:55,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/62a81d5f-6f22-4afb-ab88-9ac0fb1647eb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ee0b2208ba839ea984b6128567fc7ebc00e08dc" 2018-09-01 00:36:57,009 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8963fb39-0830-4bc8-80bf-e74ed0dd3c28 Date: Sat, 01 Sep 2018 00:36:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:36:57,009 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/62a81d5f-6f22-4afb-ab88-9ac0fb1647eb.json used request id req-8963fb39-0830-4bc8-80bf-e74ed0dd3c28 2018-09-01 00:36:57,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.6365840435s 2018-09-01 00:36:57,010 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/62a81d5f-6f22-4afb-ab88-9ac0fb1647eb.json used request id req-8963fb39-0830-4bc8-80bf-e74ed0dd3c28 2018-09-01 00:36:57,062 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-01 00:36:57,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:36:57,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:36:57,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:36:57,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:36:57,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:36:57,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:36:57,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:36:57,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:36:57,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:36:57,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:36:57,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:36:57,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:36:57,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:36:57,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:36:57,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:36:57,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:36:57,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:36:57,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:36:57,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:36:57,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:36:57,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:36:57,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:36:57,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:36:57,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26f7cbba-3ff0-49f7-9b33-a2daa10b6ba5 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:36:57,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-26f7cbba-3ff0-49f7-9b33-a2daa10b6ba5 2018-09-01 00:36:57,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:36:57,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04fa0466cabf412bae8b52a52856f734", "name": "admin"}, {"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:36:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82385a1db3524c2f9b0afe851a76008c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c1e3ed7585964a61bb487b909cdc21f1"}, "audit_ids": ["QAH1VOl2T-SA7Lr_sqTeWA"], "issued_at": "2018-09-01T00:36:57.000000Z"}} 2018-09-01 00:36:57,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:36:57,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:36:58,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f1f819a9-f60d-46b0-af4f-45caf05b9652 Date: Sat, 01 Sep 2018 00:36:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:36:58,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f1f819a9-f60d-46b0-af4f-45caf05b9652 2018-09-01 00:36:58,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.542004108429s 2018-09-01 00:36:58,077 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f1f819a9-f60d-46b0-af4f-45caf05b9652 2018-09-01 00:36:58,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:36:58,086 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 00:36:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9931831-3f35-4d93-b81e-2ea7c3b337e7 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.23:5000/v3/", "rel": "self"}]}]}} 2018-09-01 00:36:58,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-a9931831-3f35-4d93-b81e-2ea7c3b337e7 2018-09-01 00:36:58,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 00:36:58,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:36:58,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1488b682-3d64-4a88-aec3-1b785676edbf Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/e9f4e5d3e25e437fbbc5bdfc422dbea3"}, "tags": [], "enabled": true, "id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "name": "heat_stack"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 00:36:58,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-1488b682-3d64-4a88-aec3-1b785676edbf 2018-09-01 00:36:58,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183907985687s 2018-09-01 00:36:58,272 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-1488b682-3d64-4a88-aec3-1b785676edbf 2018-09-01 00:36:58,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 00:36:58,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}8997b916531067bce1e56725957f1545aaf73224" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_66fdf0f6-e994-4e16-87dc-a50335054bd2"}}' 2018-09-01 00:36:58,648 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 00:36:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d5c4db4-d2e8-44ce-8fed-971999063148 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.23:5000/v3/projects/746fe1ddda014e3095b8a2313f7d8557"}, "tags": [], "enabled": true, "id": "746fe1ddda014e3095b8a2313f7d8557", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_66fdf0f6-e994-4e16-87dc-a50335054bd2"}} 2018-09-01 00:36:58,648 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-6d5c4db4-d2e8-44ce-8fed-971999063148 2018-09-01 00:36:58,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.369087934494s 2018-09-01 00:36:58,648 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-6d5c4db4-d2e8-44ce-8fed-971999063148 2018-09-01 00:36:58,649 - 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'746fe1ddda014e3095b8a2313f7d8557', '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_66fdf0f6-e994-4e16-87dc-a50335054bd2'}) 2018-09-01 00:36:58,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 00:36:58,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}8997b916531067bce1e56725957f1545aaf73224" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f6c59be5-dcda-4dce-abb4-6985e9af57ce", "email": null, "name": "tenantnetwork2-user_66fdf0f6-e994-4e16-87dc-a50335054bd2"}}' 2018-09-01 00:36:59,176 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 00:36:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-813d1eb3-a5a3-47ac-8c91-8c7fbcc34cdb Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_66fdf0f6-e994-4e16-87dc-a50335054bd2", "links": {"self": "http://172.30.9.23:5000/v3/users/2071d79bc7b6495ba23ac8a139b78af8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2071d79bc7b6495ba23ac8a139b78af8", "domain_id": "default", "password_expires_at": null}} 2018-09-01 00:36:59,177 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-813d1eb3-a5a3-47ac-8c91-8c7fbcc34cdb 2018-09-01 00:36:59,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.521244049072s 2018-09-01 00:36:59,177 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-813d1eb3-a5a3-47ac-8c91-8c7fbcc34cdb 2018-09-01 00:36:59,178 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2071d79bc7b6495ba23ac8a139b78af8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_66fdf0f6-e994-4e16-87dc-a50335054bd2'}) 2018-09-01 00:36:59,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:36:59,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:36:59,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fab55b33-44e2-4b67-9e64-e48efceb3ca3 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:36:59,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fab55b33-44e2-4b67-9e64-e48efceb3ca3 2018-09-01 00:36:59,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.310158014297s 2018-09-01 00:36:59,492 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fab55b33-44e2-4b67-9e64-e48efceb3ca3 2018-09-01 00:36:59,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:36:59,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:36:59,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caad99f4-32d1-446d-889f-ead6b35d3e8e Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:36:59,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-caad99f4-32d1-446d-889f-ead6b35d3e8e 2018-09-01 00:36:59,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.304051876068s 2018-09-01 00:36:59,801 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-caad99f4-32d1-446d-889f-ead6b35d3e8e 2018-09-01 00:36:59,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:36:59,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:37:00,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233f0a97-9c57-46ea-a486-5cce7bb3a9a0 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:37:00,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-233f0a97-9c57-46ea-a486-5cce7bb3a9a0 2018-09-01 00:37:00,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.284472942352s 2018-09-01 00:37:00,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-233f0a97-9c57-46ea-a486-5cce7bb3a9a0 2018-09-01 00:37:00,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 00:37:00,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:37:00,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f85eb943-79a9-485c-aff3-e975a566171b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 00:37:00,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-f85eb943-79a9-485c-aff3-e975a566171b 2018-09-01 00:37:00,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.304684877396s 2018-09-01 00:37:00,401 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-f85eb943-79a9-485c-aff3-e975a566171b 2018-09-01 00:37:00,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:37:00,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:37:00,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cd13c85-8e32-436b-9dd7-19450e653b0e Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/09616bbc3d7d47f7bf356facf9604904"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09616bbc3d7d47f7bf356facf9604904", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/1b7d7499248f4b1ab3e2c3eafd6884e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b7d7499248f4b1ab3e2c3eafd6884e3", "email": "nova@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_66fdf0f6-e994-4e16-87dc-a50335054bd2", "links": {"self": "http://172.30.9.23:5000/v3/users/2071d79bc7b6495ba23ac8a139b78af8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2071d79bc7b6495ba23ac8a139b78af8", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/39f008d4ed9b46e88df6661386fb834c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39f008d4ed9b46e88df6661386fb834c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/4f1efd27b815414c80bafafd80b0a731"}, "domain_id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "enabled": true, "options": {}, "id": "4f1efd27b815414c80bafafd80b0a731", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/5755fbc5e3f149d286b38eab1592f2cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5755fbc5e3f149d286b38eab1592f2cd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/5a7473fb7a3d483bad8691aca2f3945e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a7473fb7a3d483bad8691aca2f3945e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/5a775d82f5b040388bd9b234b406b8cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a775d82f5b040388bd9b234b406b8cf", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/71e10b6e83144e6480810c69dc4f4357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e10b6e83144e6480810c69dc4f4357", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/790e0ffa6b2f4654a159933f6bb087b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "790e0ffa6b2f4654a159933f6bb087b2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/8b0b26cb19d94b42b2053081018c0256"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b0b26cb19d94b42b2053081018c0256", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/ab9e44a845b446c5ad7c6f7aa89c7b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab9e44a845b446c5ad7c6f7aa89c7b00", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c1e3ed7585964a61bb487b909cdc21f1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e3ed7585964a61bb487b909cdc21f1", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/c397b2a20dde4a928a000743315a1d4d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c397b2a20dde4a928a000743315a1d4d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/c7a220b02e39464182c785f083b70399"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7a220b02e39464182c785f083b70399", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-01 00:37:00,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4cd13c85-8e32-436b-9dd7-19450e653b0e 2018-09-01 00:37:00,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219439983368s 2018-09-01 00:37:00,622 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4cd13c85-8e32-436b-9dd7-19450e653b0e 2018-09-01 00:37:00,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 00:37:00,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:37:00,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1478e0b-7cec-46b9-8ca9-e4ecc8b594ce Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/82385a1db3524c2f9b0afe851a76008c"}, "tags": [], "enabled": true, "id": "82385a1db3524c2f9b0afe851a76008c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b"}, "tags": [], "enabled": true, "id": "124aad9de364486f8e974ab17ceaff0b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/746fe1ddda014e3095b8a2313f7d8557"}, "tags": [], "enabled": true, "id": "746fe1ddda014e3095b8a2313f7d8557", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_66fdf0f6-e994-4e16-87dc-a50335054bd2"}]} 2018-09-01 00:37:00,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d1478e0b-7cec-46b9-8ca9-e4ecc8b594ce 2018-09-01 00:37:00,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.115969896317s 2018-09-01 00:37:00,750 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d1478e0b-7cec-46b9-8ca9-e4ecc8b594ce 2018-09-01 00:37:00,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 00:37:00,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=2071d79bc7b6495ba23ac8a139b78af8&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=746fe1ddda014e3095b8a2313f7d8557" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:37:00,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9c558b9-ddbf-4798-a077-908ddb832bb7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=2071d79bc7b6495ba23ac8a139b78af8&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=746fe1ddda014e3095b8a2313f7d8557", "previous": null, "next": null}} 2018-09-01 00:37:00,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=2071d79bc7b6495ba23ac8a139b78af8&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=746fe1ddda014e3095b8a2313f7d8557 used request id req-c9c558b9-ddbf-4798-a077-908ddb832bb7 2018-09-01 00:37:00,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.203073978424s 2018-09-01 00:37:00,961 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=2071d79bc7b6495ba23ac8a139b78af8&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=746fe1ddda014e3095b8a2313f7d8557 used request id req-c9c558b9-ddbf-4798-a077-908ddb832bb7 2018-09-01 00:37:00,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 00:37:00,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/746fe1ddda014e3095b8a2313f7d8557/users/2071d79bc7b6495ba23ac8a139b78af8/roles/1f2bde3e8e224213861d11fb61c4b749 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:37:01,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:37:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7509e09c-733b-470c-b13f-9b2bdb00d4c0 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 00:37:01,244 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/746fe1ddda014e3095b8a2313f7d8557/users/2071d79bc7b6495ba23ac8a139b78af8/roles/1f2bde3e8e224213861d11fb61c4b749 used request id req-7509e09c-733b-470c-b13f-9b2bdb00d4c0 2018-09-01 00:37:01,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.280107021332s 2018-09-01 00:37:01,245 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/746fe1ddda014e3095b8a2313f7d8557/users/2071d79bc7b6495ba23ac8a139b78af8/roles/1f2bde3e8e224213861d11fb61c4b749 used request id req-7509e09c-733b-470c-b13f-9b2bdb00d4c0 2018-09-01 00:37:01,246 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_66fdf0f6-e994-4e16-87dc-a50335054bd2', 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'746fe1ddda014e3095b8a2313f7d8557', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f6c59be5-dcda-4dce-abb4-6985e9af57ce', 'username': u'tenantnetwork2-user_66fdf0f6-e994-4e16-87dc-a50335054bd2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23: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 00:37:01,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:37:01,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:37:01,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:37:01,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:37:01,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:37:01,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:37:01,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:37:01,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:37:01,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:37:01,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:37:01,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:37:01,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:37:01,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:37:01,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:37:01,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:37:01,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:37:01,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:37:01,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:37:01,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:37:01,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:37:01,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:37:01,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:37:01,251 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_66fdf0f6-e994-4e16-87dc-a50335054bd2', 'password': 'f6c59be5-dcda-4dce-abb4-6985e9af57ce', 'project_name': 'tenantnetwork2-project_66fdf0f6-e994-4e16-87dc-a50335054bd2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '746fe1ddda014e3095b8a2313f7d8557', 'project_domain_name': 'Default'} 2018-09-01 00:37:01,251 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-01 00:37:01,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:37:01,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27ebeed8-7054-43de-9b43-9ea42b7b9b29 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:37:01,259 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-27ebeed8-7054-43de-9b43-9ea42b7b9b29 2018-09-01 00:37:01,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:37:01,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:37:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "746fe1ddda014e3095b8a2313f7d8557", "name": "tenantnetwork2-project_66fdf0f6-e994-4e16-87dc-a50335054bd2"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/746fe1ddda014e3095b8a2313f7d8557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/746fe1ddda014e3095b8a2313f7d8557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/746fe1ddda014e3095b8a2313f7d8557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/746fe1ddda014e3095b8a2313f7d8557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/746fe1ddda014e3095b8a2313f7d8557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/746fe1ddda014e3095b8a2313f7d8557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_746fe1ddda014e3095b8a2313f7d8557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_746fe1ddda014e3095b8a2313f7d8557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/746fe1ddda014e3095b8a2313f7d8557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/746fe1ddda014e3095b8a2313f7d8557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/746fe1ddda014e3095b8a2313f7d8557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/746fe1ddda014e3095b8a2313f7d8557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/746fe1ddda014e3095b8a2313f7d8557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/746fe1ddda014e3095b8a2313f7d8557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_66fdf0f6-e994-4e16-87dc-a50335054bd2", "id": "2071d79bc7b6495ba23ac8a139b78af8"}, "audit_ids": ["d8qhHdXfTzObHB3SVRptNw"], "issued_at": "2018-09-01T00:37:01.000000Z"}} 2018-09-01 00:37:01,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 00:37:01,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}6a8616b0ced5e787e65f212306403239a4805d23" -d '{"network": {"name": "tenantnetwork2-net_66fdf0f6-e994-4e16-87dc-a50335054bd2", "admin_state_up": true}}' 2018-09-01 00:37:03,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-5f8f1782-df7b-411f-8936-8bd96456060f Date: Sat, 01 Sep 2018 00:37:03 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"746fe1ddda014e3095b8a2313f7d8557","created_at":"2018-09-01T00:37:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T00:37:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"746fe1ddda014e3095b8a2313f7d8557","id":"721297d0-8ed4-4a21-b808-4940369458a2","name":"tenantnetwork2-net_66fdf0f6-e994-4e16-87dc-a50335054bd2"}} 2018-09-01 00:37:03,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5f8f1782-df7b-411f-8936-8bd96456060f 2018-09-01 00:37:03,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.52818799019s 2018-09-01 00:37:03,210 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5f8f1782-df7b-411f-8936-8bd96456060f 2018-09-01 00:37:03,210 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:37:02Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'721297d0-8ed4-4a21-b808-4940369458a2', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_66fdf0f6-e994-4e16-87dc-a50335054bd2', u'admin_state_up': True, u'tenant_id': u'746fe1ddda014e3095b8a2313f7d8557', u'created_at': u'2018-09-01T00:37:02Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'746fe1ddda014e3095b8a2313f7d8557'}) 2018-09-01 00:37:03,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:37:03,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6a8616b0ced5e787e65f212306403239a4805d23" 2018-09-01 00:37:04,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-0f7c7df9-f722-42bc-a4fa-2b7e38843d3f Date: Sat, 01 Sep 2018 00:37:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","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-01T00:37:02Z","tenant_id":"746fe1ddda014e3095b8a2313f7d8557","created_at":"2018-09-01T00:37:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"746fe1ddda014e3095b8a2313f7d8557","id":"721297d0-8ed4-4a21-b808-4940369458a2","name":"tenantnetwork2-net_66fdf0f6-e994-4e16-87dc-a50335054bd2"}]} 2018-09-01 00:37:04,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0f7c7df9-f722-42bc-a4fa-2b7e38843d3f 2018-09-01 00:37:04,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.16861915588s 2018-09-01 00:37:04,380 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0f7c7df9-f722-42bc-a4fa-2b7e38843d3f 2018-09-01 00:37:04,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 00:37:04,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}6a8616b0ced5e787e65f212306403239a4805d23" -d '{"subnet": {"name": "tenantnetwork2-subnet_66fdf0f6-e994-4e16-87dc-a50335054bd2", "enable_dhcp": true, "network_id": "721297d0-8ed4-4a21-b808-4940369458a2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 00:37:06,299 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-614093f3-93a1-4543-a71a-d9df5a21890b Date: Sat, 01 Sep 2018 00:37:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"721297d0-8ed4-4a21-b808-4940369458a2","tenant_id":"746fe1ddda014e3095b8a2313f7d8557","created_at":"2018-09-01T00:37:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:37:05Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"746fe1ddda014e3095b8a2313f7d8557","id":"546541e4-d8bb-402e-ad7e-0452d9999677","subnetpool_id":null,"name":"tenantnetwork2-subnet_66fdf0f6-e994-4e16-87dc-a50335054bd2"}} 2018-09-01 00:37:06,299 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-614093f3-93a1-4543-a71a-d9df5a21890b 2018-09-01 00:37:06,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.9180829525s 2018-09-01 00:37:06,300 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-614093f3-93a1-4543-a71a-d9df5a21890b 2018-09-01 00:37:06,300 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:37:05Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'546541e4-d8bb-402e-ad7e-0452d9999677', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_66fdf0f6-e994-4e16-87dc-a50335054bd2', u'enable_dhcp': True, u'network_id': u'721297d0-8ed4-4a21-b808-4940369458a2', u'tenant_id': u'746fe1ddda014e3095b8a2313f7d8557', u'created_at': u'2018-09-01T00:37:05Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'746fe1ddda014e3095b8a2313f7d8557'}) 2018-09-01 00:37:06,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 00:37:06,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}6a8616b0ced5e787e65f212306403239a4805d23" -d '{"router": {"external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db"}, "name": "tenantnetwork2-router_66fdf0f6-e994-4e16-87dc-a50335054bd2", "admin_state_up": true}}' 2018-09-01 00:37:08,870 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-9c55c63a-9119-479e-9e68-3010096d18f1 Date: Sat, 01 Sep 2018 00:37:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "created_at": "2018-09-01T00:37:07Z", "admin_state_up": true, "updated_at": "2018-09-01T00:37:08Z", "revision_number": 2, "routes": [], "project_id": "746fe1ddda014e3095b8a2313f7d8557", "id": "7272f10e-38c4-46aa-8f32-ecf00afa7119", "name": "tenantnetwork2-router_66fdf0f6-e994-4e16-87dc-a50335054bd2"}} 2018-09-01 00:37:08,870 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-9c55c63a-9119-479e-9e68-3010096d18f1 2018-09-01 00:37:08,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.56937789917s 2018-09-01 00:37:08,871 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-9c55c63a-9119-479e-9e68-3010096d18f1 2018-09-01 00:37:08,871 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b8d15748-1221-4d39-8b04-bf36c4f12d33', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'746fe1ddda014e3095b8a2313f7d8557', u'created_at': u'2018-09-01T00:37:07Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T00:37:08Z', u'revision_number': 2, u'routes': [], u'project_id': u'746fe1ddda014e3095b8a2313f7d8557', u'id': u'7272f10e-38c4-46aa-8f32-ecf00afa7119', u'name': u'tenantnetwork2-router_66fdf0f6-e994-4e16-87dc-a50335054bd2'}) 2018-09-01 00:37:08,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 00:37:08,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/7272f10e-38c4-46aa-8f32-ecf00afa7119/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}6a8616b0ced5e787e65f212306403239a4805d23" -d '{"subnet_id": "546541e4-d8bb-402e-ad7e-0452d9999677"}' 2018-09-01 00:37:11,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c4f107b7-6c5a-47d0-ac59-f511dd8fa901 Date: Sat, 01 Sep 2018 00:37:11 GMT RESP BODY: {"network_id": "721297d0-8ed4-4a21-b808-4940369458a2", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "subnet_id": "546541e4-d8bb-402e-ad7e-0452d9999677", "subnet_ids": ["546541e4-d8bb-402e-ad7e-0452d9999677"], "port_id": "c6ca32eb-49b2-469c-8809-552f6621accd", "id": "7272f10e-38c4-46aa-8f32-ecf00afa7119"} 2018-09-01 00:37:11,247 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/7272f10e-38c4-46aa-8f32-ecf00afa7119/add_router_interface.json used request id req-c4f107b7-6c5a-47d0-ac59-f511dd8fa901 2018-09-01 00:37:11,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.37530994415s 2018-09-01 00:37:11,248 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/7272f10e-38c4-46aa-8f32-ecf00afa7119/add_router_interface.json used request id req-c4f107b7-6c5a-47d0-ac59-f511dd8fa901 returning object 7272f10e-38c4-46aa-8f32-ecf00afa7119 2018-09-01 00:37:11,372 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 00:37:11,373 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:10 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 00:37:11,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 00:37:11,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/7272f10e-38c4-46aa-8f32-ecf00afa7119/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}6a8616b0ced5e787e65f212306403239a4805d23" -d '{"subnet_id": "546541e4-d8bb-402e-ad7e-0452d9999677"}' 2018-09-01 00:37:14,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f182d4c6-a1f9-4937-b112-fb3e6995ca32 Date: Sat, 01 Sep 2018 00:37:14 GMT RESP BODY: {"network_id": "721297d0-8ed4-4a21-b808-4940369458a2", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "subnet_id": "546541e4-d8bb-402e-ad7e-0452d9999677", "subnet_ids": ["546541e4-d8bb-402e-ad7e-0452d9999677"], "port_id": "c6ca32eb-49b2-469c-8809-552f6621accd", "id": "7272f10e-38c4-46aa-8f32-ecf00afa7119"} 2018-09-01 00:37:14,357 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/7272f10e-38c4-46aa-8f32-ecf00afa7119/remove_router_interface.json used request id req-f182d4c6-a1f9-4937-b112-fb3e6995ca32 2018-09-01 00:37:14,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.97868204117s 2018-09-01 00:37:14,357 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/7272f10e-38c4-46aa-8f32-ecf00afa7119/remove_router_interface.json used request id req-f182d4c6-a1f9-4937-b112-fb3e6995ca32 returning object 7272f10e-38c4-46aa-8f32-ecf00afa7119 2018-09-01 00:37:14,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 00:37:14,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6a8616b0ced5e787e65f212306403239a4805d23" 2018-09-01 00:37:14,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-5324c06e-f02a-4946-a5e4-e285026f4bef Date: Sat, 01 Sep 2018 00:37:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "created_at": "2018-09-01T00:37:07Z", "admin_state_up": true, "updated_at": "2018-09-01T00:37:13Z", "revision_number": 4, "routes": [], "project_id": "746fe1ddda014e3095b8a2313f7d8557", "id": "7272f10e-38c4-46aa-8f32-ecf00afa7119", "name": "tenantnetwork2-router_66fdf0f6-e994-4e16-87dc-a50335054bd2"}]} 2018-09-01 00:37:14,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5324c06e-f02a-4946-a5e4-e285026f4bef 2018-09-01 00:37:14,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.406486034393s 2018-09-01 00:37:14,764 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5324c06e-f02a-4946-a5e4-e285026f4bef 2018-09-01 00:37:14,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 00:37:14,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/7272f10e-38c4-46aa-8f32-ecf00afa7119.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a8616b0ced5e787e65f212306403239a4805d23" 2018-09-01 00:37:16,417 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-865bbb25-e9ed-420e-919d-0800d5c46378 Content-Length: 0 Date: Sat, 01 Sep 2018 00:37:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:37:16,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/7272f10e-38c4-46aa-8f32-ecf00afa7119.json used request id req-865bbb25-e9ed-420e-919d-0800d5c46378 2018-09-01 00:37:16,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.65140509605s 2018-09-01 00:37:16,418 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/7272f10e-38c4-46aa-8f32-ecf00afa7119.json used request id req-865bbb25-e9ed-420e-919d-0800d5c46378 2018-09-01 00:37:16,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:37:16,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6a8616b0ced5e787e65f212306403239a4805d23" 2018-09-01 00:37:17,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9a0cfc07-dc05-41cf-9d3f-7fd052e21298 Date: Sat, 01 Sep 2018 00:37:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"721297d0-8ed4-4a21-b808-4940369458a2","tenant_id":"746fe1ddda014e3095b8a2313f7d8557","created_at":"2018-09-01T00:37:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:37:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"746fe1ddda014e3095b8a2313f7d8557","id":"546541e4-d8bb-402e-ad7e-0452d9999677","subnetpool_id":null,"name":"tenantnetwork2-subnet_66fdf0f6-e994-4e16-87dc-a50335054bd2"}]} 2018-09-01 00:37:17,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9a0cfc07-dc05-41cf-9d3f-7fd052e21298 2018-09-01 00:37:17,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.07437205315s 2018-09-01 00:37:17,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9a0cfc07-dc05-41cf-9d3f-7fd052e21298 2018-09-01 00:37:17,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 00:37:17,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/546541e4-d8bb-402e-ad7e-0452d9999677.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a8616b0ced5e787e65f212306403239a4805d23" 2018-09-01 00:37:21,058 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08b87d42-6ef9-48be-9638-1fcd04b16e11 Date: Sat, 01 Sep 2018 00:37:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:37:21,058 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/546541e4-d8bb-402e-ad7e-0452d9999677.json used request id req-08b87d42-6ef9-48be-9638-1fcd04b16e11 2018-09-01 00:37:21,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.56444716454s 2018-09-01 00:37:21,059 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/546541e4-d8bb-402e-ad7e-0452d9999677.json used request id req-08b87d42-6ef9-48be-9638-1fcd04b16e11 2018-09-01 00:37:21,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:37:21,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}6a8616b0ced5e787e65f212306403239a4805d23" 2018-09-01 00:37:22,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-16b3e7e2-b98e-487f-b384-88b32ba0e150 Date: Sat, 01 Sep 2018 00:37:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","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-01T00:37:20Z","tenant_id":"746fe1ddda014e3095b8a2313f7d8557","created_at":"2018-09-01T00:37:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"746fe1ddda014e3095b8a2313f7d8557","id":"721297d0-8ed4-4a21-b808-4940369458a2","name":"tenantnetwork2-net_66fdf0f6-e994-4e16-87dc-a50335054bd2"}]} 2018-09-01 00:37:22,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-16b3e7e2-b98e-487f-b384-88b32ba0e150 2018-09-01 00:37:22,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.16035699844s 2018-09-01 00:37:22,220 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-16b3e7e2-b98e-487f-b384-88b32ba0e150 2018-09-01 00:37:22,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 00:37:22,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/721297d0-8ed4-4a21-b808-4940369458a2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a8616b0ced5e787e65f212306403239a4805d23" 2018-09-01 00:37:23,309 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-49f15d56-22cc-41bc-abc8-330899cf74cc Date: Sat, 01 Sep 2018 00:37:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:37:23,309 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/721297d0-8ed4-4a21-b808-4940369458a2.json used request id req-49f15d56-22cc-41bc-abc8-330899cf74cc 2018-09-01 00:37:23,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.08811998367s 2018-09-01 00:37:23,310 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/721297d0-8ed4-4a21-b808-4940369458a2.json used request id req-49f15d56-22cc-41bc-abc8-330899cf74cc 2018-09-01 00:37:23,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:37:23,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:37:23,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fe2706b-ca98-4485-b880-56e76340e493 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/09616bbc3d7d47f7bf356facf9604904"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09616bbc3d7d47f7bf356facf9604904", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/1b7d7499248f4b1ab3e2c3eafd6884e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b7d7499248f4b1ab3e2c3eafd6884e3", "email": "nova@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_66fdf0f6-e994-4e16-87dc-a50335054bd2", "links": {"self": "http://172.30.9.23:5000/v3/users/2071d79bc7b6495ba23ac8a139b78af8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2071d79bc7b6495ba23ac8a139b78af8", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/39f008d4ed9b46e88df6661386fb834c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39f008d4ed9b46e88df6661386fb834c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/4f1efd27b815414c80bafafd80b0a731"}, "domain_id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "enabled": true, "options": {}, "id": "4f1efd27b815414c80bafafd80b0a731", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/5755fbc5e3f149d286b38eab1592f2cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5755fbc5e3f149d286b38eab1592f2cd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/5a7473fb7a3d483bad8691aca2f3945e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a7473fb7a3d483bad8691aca2f3945e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/5a775d82f5b040388bd9b234b406b8cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a775d82f5b040388bd9b234b406b8cf", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/71e10b6e83144e6480810c69dc4f4357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e10b6e83144e6480810c69dc4f4357", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/790e0ffa6b2f4654a159933f6bb087b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "790e0ffa6b2f4654a159933f6bb087b2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/8b0b26cb19d94b42b2053081018c0256"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b0b26cb19d94b42b2053081018c0256", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/ab9e44a845b446c5ad7c6f7aa89c7b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab9e44a845b446c5ad7c6f7aa89c7b00", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c1e3ed7585964a61bb487b909cdc21f1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e3ed7585964a61bb487b909cdc21f1", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/c397b2a20dde4a928a000743315a1d4d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c397b2a20dde4a928a000743315a1d4d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/c7a220b02e39464182c785f083b70399"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7a220b02e39464182c785f083b70399", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-01 00:37:23,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3fe2706b-ca98-4485-b880-56e76340e493 2018-09-01 00:37:23,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.226737976074s 2018-09-01 00:37:23,538 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3fe2706b-ca98-4485-b880-56e76340e493 2018-09-01 00:37:23,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:37:23,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/2071d79bc7b6495ba23ac8a139b78af8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:37:23,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b55866bb-e016-4df8-a6d3-767c0012bee5 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_66fdf0f6-e994-4e16-87dc-a50335054bd2", "links": {"self": "http://172.30.9.23:5000/v3/users/2071d79bc7b6495ba23ac8a139b78af8"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2071d79bc7b6495ba23ac8a139b78af8", "description": null}} 2018-09-01 00:37:23,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/2071d79bc7b6495ba23ac8a139b78af8 used request id req-b55866bb-e016-4df8-a6d3-767c0012bee5 2018-09-01 00:37:23,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.211092948914s 2018-09-01 00:37:23,755 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/2071d79bc7b6495ba23ac8a139b78af8 used request id req-b55866bb-e016-4df8-a6d3-767c0012bee5 2018-09-01 00:37:23,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 00:37:23,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/2071d79bc7b6495ba23ac8a139b78af8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:37:24,130 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:37:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57d48340-2cc7-4ffd-a6e9-71b2c4203c6f 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 00:37:24,130 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/2071d79bc7b6495ba23ac8a139b78af8 used request id req-57d48340-2cc7-4ffd-a6e9-71b2c4203c6f 2018-09-01 00:37:24,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.374817848206s 2018-09-01 00:37:24,130 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/2071d79bc7b6495ba23ac8a139b78af8 used request id req-57d48340-2cc7-4ffd-a6e9-71b2c4203c6f 2018-09-01 00:37:24,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 00:37:24,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:37:24,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad395261-aae2-473a-93b2-3aeea0774f0b Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b"}, "tags": [], "enabled": true, "id": "124aad9de364486f8e974ab17ceaff0b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/746fe1ddda014e3095b8a2313f7d8557"}, "tags": [], "enabled": true, "id": "746fe1ddda014e3095b8a2313f7d8557", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_66fdf0f6-e994-4e16-87dc-a50335054bd2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/82385a1db3524c2f9b0afe851a76008c"}, "tags": [], "enabled": true, "id": "82385a1db3524c2f9b0afe851a76008c", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 00:37:24,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-ad395261-aae2-473a-93b2-3aeea0774f0b 2018-09-01 00:37:24,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.203450918198s 2018-09-01 00:37:24,341 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-ad395261-aae2-473a-93b2-3aeea0774f0b 2018-09-01 00:37:24,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 00:37:24,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/746fe1ddda014e3095b8a2313f7d8557 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8997b916531067bce1e56725957f1545aaf73224" 2018-09-01 00:37:24,676 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:37:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84aa3b5b-bcbd-49a4-9c82-0af383cedb8c 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 00:37:24,676 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/746fe1ddda014e3095b8a2313f7d8557 used request id req-84aa3b5b-bcbd-49a4-9c82-0af383cedb8c 2018-09-01 00:37:24,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.331943035126s 2018-09-01 00:37:24,677 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/746fe1ddda014e3095b8a2313f7d8557 used request id req-84aa3b5b-bcbd-49a4-9c82-0af383cedb8c 2018-09-01 00:37:24,730 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-01 00:37:24,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:37:24,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:37:24,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:37:24,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:37:24,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:37:24,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:37:24,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:37:24,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:37:24,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:37:24,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06310e48-bfea-42a0-abdd-2add1b01af23 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:37:24,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-06310e48-bfea-42a0-abdd-2add1b01af23 2018-09-01 00:37:24,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:37:25,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04fa0466cabf412bae8b52a52856f734", "name": "admin"}, {"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:37:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82385a1db3524c2f9b0afe851a76008c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c1e3ed7585964a61bb487b909cdc21f1"}, "audit_ids": ["B6oCGR5RTxOuwQyveDaIJA"], "issued_at": "2018-09-01T00:37:25.000000Z"}} 2018-09-01 00:37:25,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:37:25,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:25,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-eb867b16-ac03-4dd8-be7b-863eccfa5924 Date: Sat, 01 Sep 2018 00:37:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:37:25,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eb867b16-ac03-4dd8-be7b-863eccfa5924 2018-09-01 00:37:25,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346118927002s 2018-09-01 00:37:25,576 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eb867b16-ac03-4dd8-be7b-863eccfa5924 2018-09-01 00:37:25,576 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-01 00:37:25,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 00:37:25,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" -d '{"network": {"name": "vmready1-net_4ce40fe4-fc6f-4108-888b-1bc07b882a9b", "admin_state_up": true}}' 2018-09-01 00:37:27,035 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-a45d26fc-c090-4e1f-9292-0550397aed04 Date: Sat, 01 Sep 2018 00:37:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"85ed6eca-fabb-4d7a-a02c-b1b2eb99aeb8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T00:37:26Z","is_default":false,"provider:segmentation_id":91,"name":"vmready1-net_4ce40fe4-fc6f-4108-888b-1bc07b882a9b","admin_state_up":true,"tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:37:26Z","mtu":1450}} 2018-09-01 00:37:27,035 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a45d26fc-c090-4e1f-9292-0550397aed04 2018-09-01 00:37:27,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.45876502991s 2018-09-01 00:37:27,036 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a45d26fc-c090-4e1f-9292-0550397aed04 2018-09-01 00:37:27,037 - 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-01T00:37:26Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'85ed6eca-fabb-4d7a-a02c-b1b2eb99aeb8', u'provider:segmentation_id': 91, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_4ce40fe4-fc6f-4108-888b-1bc07b882a9b', u'admin_state_up': True, u'tenant_id': u'82385a1db3524c2f9b0afe851a76008c', u'created_at': u'2018-09-01T00:37:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'82385a1db3524c2f9b0afe851a76008c'}) 2018-09-01 00:37:27,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:37:27,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:28,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-8fabadae-5788-41bb-8266-f65e6cee19fa Date: Sat, 01 Sep 2018 00:37:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"85ed6eca-fabb-4d7a-a02c-b1b2eb99aeb8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T00:37:26Z","provider:segmentation_id":91,"name":"vmready1-net_4ce40fe4-fc6f-4108-888b-1bc07b882a9b","admin_state_up":true,"tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:37:26Z","provider:network_type":"vxlan"}]} 2018-09-01 00:37:28,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8fabadae-5788-41bb-8266-f65e6cee19fa 2018-09-01 00:37:28,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.1036169529s 2018-09-01 00:37:28,141 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8fabadae-5788-41bb-8266-f65e6cee19fa 2018-09-01 00:37:28,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 00:37:28,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" -d '{"subnet": {"name": "vmready1-subnet_4ce40fe4-fc6f-4108-888b-1bc07b882a9b", "enable_dhcp": true, "network_id": "85ed6eca-fabb-4d7a-a02c-b1b2eb99aeb8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 00:37:28,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5d2518ae-42b3-4d19-97c1-83774bb03352 Date: Sat, 01 Sep 2018 00:37:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85ed6eca-fabb-4d7a-a02c-b1b2eb99aeb8","tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:37:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:37:28Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"82385a1db3524c2f9b0afe851a76008c","id":"a07541c6-6dc1-442c-b644-dadbc0214afb","subnetpool_id":null,"name":"vmready1-subnet_4ce40fe4-fc6f-4108-888b-1bc07b882a9b"}} 2018-09-01 00:37:28,876 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5d2518ae-42b3-4d19-97c1-83774bb03352 2018-09-01 00:37:28,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.732218980789s 2018-09-01 00:37:28,876 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5d2518ae-42b3-4d19-97c1-83774bb03352 2018-09-01 00:37:28,877 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:37:28Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'a07541c6-6dc1-442c-b644-dadbc0214afb', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_4ce40fe4-fc6f-4108-888b-1bc07b882a9b', u'enable_dhcp': True, u'network_id': u'85ed6eca-fabb-4d7a-a02c-b1b2eb99aeb8', u'tenant_id': u'82385a1db3524c2f9b0afe851a76008c', u'created_at': u'2018-09-01T00:37:28Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'82385a1db3524c2f9b0afe851a76008c'}) 2018-09-01 00:37:28,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 00:37:28,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" -d '{"router": {"external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db"}, "name": "vmready1-router_4ce40fe4-fc6f-4108-888b-1bc07b882a9b", "admin_state_up": true}}' 2018-09-01 00:37:30,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-d99dd452-346c-4a33-a1f0-e4bbce925e2f Date: Sat, 01 Sep 2018 00:37:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:37:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T00:37:30Z", "revision_number": 2, "routes": [], "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "64782837-6cff-4600-a4e9-0616f4f1fbac", "name": "vmready1-router_4ce40fe4-fc6f-4108-888b-1bc07b882a9b"}} 2018-09-01 00:37:30,272 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d99dd452-346c-4a33-a1f0-e4bbce925e2f 2018-09-01 00:37:30,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.39388799667s 2018-09-01 00:37:30,272 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d99dd452-346c-4a33-a1f0-e4bbce925e2f 2018-09-01 00:37:30,273 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b8d15748-1221-4d39-8b04-bf36c4f12d33', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'82385a1db3524c2f9b0afe851a76008c', u'created_at': u'2018-09-01T00:37:29Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T00:37:30Z', u'revision_number': 2, u'routes': [], u'project_id': u'82385a1db3524c2f9b0afe851a76008c', u'id': u'64782837-6cff-4600-a4e9-0616f4f1fbac', u'name': u'vmready1-router_4ce40fe4-fc6f-4108-888b-1bc07b882a9b'}) 2018-09-01 00:37:30,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 00:37:30,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/64782837-6cff-4600-a4e9-0616f4f1fbac/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}c2fc9fe58987bffb460819b9d0428d50b5726741" -d '{"subnet_id": "a07541c6-6dc1-442c-b644-dadbc0214afb"}' 2018-09-01 00:37:32,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e0f9f557-24fb-46cd-a59d-996ab47c7fdc Date: Sat, 01 Sep 2018 00:37:32 GMT RESP BODY: {"network_id": "85ed6eca-fabb-4d7a-a02c-b1b2eb99aeb8", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "subnet_id": "a07541c6-6dc1-442c-b644-dadbc0214afb", "subnet_ids": ["a07541c6-6dc1-442c-b644-dadbc0214afb"], "port_id": "59310bc0-05d5-4723-9be6-01ef2829b93f", "id": "64782837-6cff-4600-a4e9-0616f4f1fbac"} 2018-09-01 00:37:32,257 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/64782837-6cff-4600-a4e9-0616f4f1fbac/add_router_interface.json used request id req-e0f9f557-24fb-46cd-a59d-996ab47c7fdc 2018-09-01 00:37:32,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.98388600349s 2018-09-01 00:37:32,258 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/64782837-6cff-4600-a4e9-0616f4f1fbac/add_router_interface.json used request id req-e0f9f557-24fb-46cd-a59d-996ab47c7fdc returning object 64782837-6cff-4600-a4e9-0616f4f1fbac 2018-09-01 00:37:32,258 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 00:37:32,390 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 00:37:32,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:37:32,397 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 00:37:32 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-09-01 00:37:32,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:37:32,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:33,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-77d74306-3936-4226-a086-13b0d9f33753 Date: Sat, 01 Sep 2018 00:37:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:37:33,306 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-77d74306-3936-4226-a086-13b0d9f33753 2018-09-01 00:37:33,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.903704166412s 2018-09-01 00:37:33,306 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-77d74306-3936-4226-a086-13b0d9f33753 2018-09-01 00:37:33,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 00:37:33,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_4ce40fe4-fc6f-4108-888b-1bc07b882a9b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_4ce40fe4-fc6f-4108-888b-1bc07b882a9b"}' 2018-09-01 00:37:34,172 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/40505067-76b8-45bb-b1fd-8a442612f683 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-16de7276-d3ae-4760-af49-2efbef4df271 Date: Sat, 01 Sep 2018 00:37:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:37:34Z", "file": "/v2/images/40505067-76b8-45bb-b1fd-8a442612f683/file", "owner": "82385a1db3524c2f9b0afe851a76008c", "id": "40505067-76b8-45bb-b1fd-8a442612f683", "size": null, "self": "/v2/images/40505067-76b8-45bb-b1fd-8a442612f683", "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_4ce40fe4-fc6f-4108-888b-1bc07b882a9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_4ce40fe4-fc6f-4108-888b-1bc07b882a9b", "checksum": null, "created_at": "2018-09-01T00:37:34Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 00:37:34,172 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-16de7276-d3ae-4760-af49-2efbef4df271 2018-09-01 00:37:34,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.857939958572s 2018-09-01 00:37:34,173 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-16de7276-d3ae-4760-af49-2efbef4df271 returning object 40505067-76b8-45bb-b1fd-8a442612f683 2018-09-01 00:37:34,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 00:37:34,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/40505067-76b8-45bb-b1fd-8a442612f683/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}c2fc9fe58987bffb460819b9d0428d50b5726741" -d '' 2018-09-01 00:37:37,850 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bdd75f80-f662-449c-9797-74e2173dc499 Date: Sat, 01 Sep 2018 00:37:37 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 00:37:37,850 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/40505067-76b8-45bb-b1fd-8a442612f683/file used request id req-bdd75f80-f662-449c-9797-74e2173dc499 2018-09-01 00:37:37,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.67641401291s 2018-09-01 00:37:37,850 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/40505067-76b8-45bb-b1fd-8a442612f683/file used request id req-bdd75f80-f662-449c-9797-74e2173dc499 2018-09-01 00:37:37,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:37:37,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:38,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-794b7a22-9660-4be4-8d48-984e7a1957a3 Date: Sat, 01 Sep 2018 00:37:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:37:37Z", "file": "/v2/images/40505067-76b8-45bb-b1fd-8a442612f683/file", "owner": "82385a1db3524c2f9b0afe851a76008c", "id": "40505067-76b8-45bb-b1fd-8a442612f683", "size": 12716032, "self": "/v2/images/40505067-76b8-45bb-b1fd-8a442612f683", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/40505067-76b8-45bb-b1fd-8a442612f683/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/40505067-76b8-45bb-b1fd-8a442612f683/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_4ce40fe4-fc6f-4108-888b-1bc07b882a9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_4ce40fe4-fc6f-4108-888b-1bc07b882a9b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:37:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:37:38,689 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-794b7a22-9660-4be4-8d48-984e7a1957a3 2018-09-01 00:37:38,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.834024906158s 2018-09-01 00:37:38,689 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-794b7a22-9660-4be4-8d48-984e7a1957a3 2018-09-01 00:37:38,691 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/40505067-76b8-45bb-b1fd-8a442612f683/snap', u'metadata': Munch({})})], 'file': u'/v2/images/40505067-76b8-45bb-b1fd-8a442612f683/file', 'owner': u'82385a1db3524c2f9b0afe851a76008c', 'id': u'40505067-76b8-45bb-b1fd-8a442612f683', 'size': 12716032, u'self': u'/v2/images/40505067-76b8-45bb-b1fd-8a442612f683', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'82385a1db3524c2f9b0afe851a76008c', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/40505067-76b8-45bb-b1fd-8a442612f683/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T00:37:37Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T00:37:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_4ce40fe4-fc6f-4108-888b-1bc07b882a9b', '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/40505067-76b8-45bb-b1fd-8a442612f683', 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_4ce40fe4-fc6f-4108-888b-1bc07b882a9b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_4ce40fe4-fc6f-4108-888b-1bc07b882a9b', 'created': u'2018-09-01T00:37:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T00:37:34Z', 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/40505067-76b8-45bb-b1fd-8a442612f683', 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_4ce40fe4-fc6f-4108-888b-1bc07b882a9b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 00:37:38,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 00:37:38,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_4ce40fe4-fc6f-4108-888b-1bc07b882a9b", "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 00:37:39,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37: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-9dd70cf9-51af-4c3b-ae0c-c4ab99e00a32 x-compute-request-id: req-9dd70cf9-51af-4c3b-ae0c-c4ab99e00a32 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_4ce40fe4-fc6f-4108-888b-1bc07b882a9b", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0fc4f7ac-2595-4490-8114-8addcc10e009", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0fc4f7ac-2595-4490-8114-8addcc10e009", "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": "0fc4f7ac-2595-4490-8114-8addcc10e009"}} 2018-09-01 00:37:39,879 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9dd70cf9-51af-4c3b-ae0c-c4ab99e00a32 2018-09-01 00:37:39,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 1.18702197075s 2018-09-01 00:37:39,879 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9dd70cf9-51af-4c3b-ae0c-c4ab99e00a32 2018-09-01 00:37:39,880 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_4ce40fe4-fc6f-4108-888b-1bc07b882a9b', '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'82385a1db3524c2f9b0afe851a76008c', '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'0fc4f7ac-2595-4490-8114-8addcc10e009', 'swap': 0}) 2018-09-01 00:37:39,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 00:37:39,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/0fc4f7ac-2595-4490-8114-8addcc10e009/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}c2fc9fe58987bffb460819b9d0428d50b5726741" -d '{"extra_specs": {}}' 2018-09-01 00:37:40,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37: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-350bde5d-bad2-4513-b6c9-88ebe4306ac6 x-compute-request-id: req-350bde5d-bad2-4513-b6c9-88ebe4306ac6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 00:37:40,027 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0fc4f7ac-2595-4490-8114-8addcc10e009/os-extra_specs used request id req-350bde5d-bad2-4513-b6c9-88ebe4306ac6 2018-09-01 00:37:40,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.146141052246s 2018-09-01 00:37:40,027 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0fc4f7ac-2595-4490-8114-8addcc10e009/os-extra_specs used request id req-350bde5d-bad2-4513-b6c9-88ebe4306ac6 2018-09-01 00:37:40,139 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 00:37:40,140 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 00:37:40,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 00:37:40,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/64782837-6cff-4600-a4e9-0616f4f1fbac/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}c2fc9fe58987bffb460819b9d0428d50b5726741" -d '{"subnet_id": "a07541c6-6dc1-442c-b644-dadbc0214afb"}' 2018-09-01 00:37:42,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7d3df8b4-8064-4db5-8d43-9923bc631eb9 Date: Sat, 01 Sep 2018 00:37:42 GMT RESP BODY: {"network_id": "85ed6eca-fabb-4d7a-a02c-b1b2eb99aeb8", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "subnet_id": "a07541c6-6dc1-442c-b644-dadbc0214afb", "subnet_ids": ["a07541c6-6dc1-442c-b644-dadbc0214afb"], "port_id": "59310bc0-05d5-4723-9be6-01ef2829b93f", "id": "64782837-6cff-4600-a4e9-0616f4f1fbac"} 2018-09-01 00:37:42,301 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/64782837-6cff-4600-a4e9-0616f4f1fbac/remove_router_interface.json used request id req-7d3df8b4-8064-4db5-8d43-9923bc631eb9 2018-09-01 00:37:42,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.15609383583s 2018-09-01 00:37:42,301 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/64782837-6cff-4600-a4e9-0616f4f1fbac/remove_router_interface.json used request id req-7d3df8b4-8064-4db5-8d43-9923bc631eb9 returning object 64782837-6cff-4600-a4e9-0616f4f1fbac 2018-09-01 00:37:42,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 00:37:42,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:42,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-041a43ed-d35e-44d0-ae22-abe2b3e3da66 Date: Sat, 01 Sep 2018 00:37:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:37:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T00:37:41Z", "revision_number": 4, "routes": [], "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "64782837-6cff-4600-a4e9-0616f4f1fbac", "name": "vmready1-router_4ce40fe4-fc6f-4108-888b-1bc07b882a9b"}]} 2018-09-01 00:37:42,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-041a43ed-d35e-44d0-ae22-abe2b3e3da66 2018-09-01 00:37:42,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.131670951843s 2018-09-01 00:37:42,434 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-041a43ed-d35e-44d0-ae22-abe2b3e3da66 2018-09-01 00:37:42,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 00:37:42,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/64782837-6cff-4600-a4e9-0616f4f1fbac.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:44,683 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a146760-6302-4180-9e7f-d1b51ddd2252 Content-Length: 0 Date: Sat, 01 Sep 2018 00:37:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:37:44,683 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/64782837-6cff-4600-a4e9-0616f4f1fbac.json used request id req-1a146760-6302-4180-9e7f-d1b51ddd2252 2018-09-01 00:37:44,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.24786901474s 2018-09-01 00:37:44,683 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/64782837-6cff-4600-a4e9-0616f4f1fbac.json used request id req-1a146760-6302-4180-9e7f-d1b51ddd2252 2018-09-01 00:37:44,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:37:44,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:44,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-d9846e78-4e6f-4e29-bb06-6ddc6a47aa4d Date: Sat, 01 Sep 2018 00:37:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85ed6eca-fabb-4d7a-a02c-b1b2eb99aeb8","tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:37:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:37:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"82385a1db3524c2f9b0afe851a76008c","id":"a07541c6-6dc1-442c-b644-dadbc0214afb","subnetpool_id":null,"name":"vmready1-subnet_4ce40fe4-fc6f-4108-888b-1bc07b882a9b"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5947624d-2604-4eb8-9ac2-b3c2573254db","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:26Z","dns_nameservers":[],"updated_at":"2018-09-01T00:33:26Z","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":"124aad9de364486f8e974ab17ceaff0b","id":"b8d15748-1221-4d39-8b04-bf36c4f12d33","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 00:37:44,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d9846e78-4e6f-4e29-bb06-6ddc6a47aa4d 2018-09-01 00:37:44,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0433540344238s 2018-09-01 00:37:44,728 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d9846e78-4e6f-4e29-bb06-6ddc6a47aa4d 2018-09-01 00:37:44,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 00:37:44,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/a07541c6-6dc1-442c-b644-dadbc0214afb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:47,082 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-90979a21-ed27-42f7-9338-15bbcf5d71ce Date: Sat, 01 Sep 2018 00:37:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:37:47,082 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a07541c6-6dc1-442c-b644-dadbc0214afb.json used request id req-90979a21-ed27-42f7-9338-15bbcf5d71ce 2018-09-01 00:37:47,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.35274386406s 2018-09-01 00:37:47,082 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a07541c6-6dc1-442c-b644-dadbc0214afb.json used request id req-90979a21-ed27-42f7-9338-15bbcf5d71ce 2018-09-01 00:37:47,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:37:47,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:47,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-bb15f428-a9ff-4d94-a9b3-611f7b4684a1 Date: Sat, 01 Sep 2018 00:37:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"85ed6eca-fabb-4d7a-a02c-b1b2eb99aeb8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T00:37:46Z","provider:segmentation_id":91,"name":"vmready1-net_4ce40fe4-fc6f-4108-888b-1bc07b882a9b","admin_state_up":true,"tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:37:26Z","provider:network_type":"vxlan"}]} 2018-09-01 00:37:47,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bb15f428-a9ff-4d94-a9b3-611f7b4684a1 2018-09-01 00:37:47,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.093770980835s 2018-09-01 00:37:47,177 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bb15f428-a9ff-4d94-a9b3-611f7b4684a1 2018-09-01 00:37:47,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 00:37:47,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/85ed6eca-fabb-4d7a-a02c-b1b2eb99aeb8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:48,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a0d0ce29-874e-4c66-a2b0-4039546405ce Date: Sat, 01 Sep 2018 00:37:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:37:48,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/85ed6eca-fabb-4d7a-a02c-b1b2eb99aeb8.json used request id req-a0d0ce29-874e-4c66-a2b0-4039546405ce 2018-09-01 00:37:48,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.81338310242s 2018-09-01 00:37:48,992 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/85ed6eca-fabb-4d7a-a02c-b1b2eb99aeb8.json used request id req-a0d0ce29-874e-4c66-a2b0-4039546405ce 2018-09-01 00:37:48,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:37:49,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:49,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-83071266-8837-4eda-93ef-a58db4f5fc93 Date: Sat, 01 Sep 2018 00:37:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:37:37Z", "file": "/v2/images/40505067-76b8-45bb-b1fd-8a442612f683/file", "owner": "82385a1db3524c2f9b0afe851a76008c", "id": "40505067-76b8-45bb-b1fd-8a442612f683", "size": 12716032, "self": "/v2/images/40505067-76b8-45bb-b1fd-8a442612f683", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/40505067-76b8-45bb-b1fd-8a442612f683/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/40505067-76b8-45bb-b1fd-8a442612f683/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_4ce40fe4-fc6f-4108-888b-1bc07b882a9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_4ce40fe4-fc6f-4108-888b-1bc07b882a9b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:37:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:37:49,801 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-83071266-8837-4eda-93ef-a58db4f5fc93 2018-09-01 00:37:49,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.805242061615s 2018-09-01 00:37:49,802 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-83071266-8837-4eda-93ef-a58db4f5fc93 2018-09-01 00:37:49,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 00:37:49,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/40505067-76b8-45bb-b1fd-8a442612f683 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:51,259 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b4007ec9-66bb-4834-858b-31a63b84ef67 Date: Sat, 01 Sep 2018 00:37:51 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 00:37:51,259 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/40505067-76b8-45bb-b1fd-8a442612f683 used request id req-b4007ec9-66bb-4834-858b-31a63b84ef67 2018-09-01 00:37:51,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.45568799973s 2018-09-01 00:37:51,259 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/40505067-76b8-45bb-b1fd-8a442612f683 used request id req-b4007ec9-66bb-4834-858b-31a63b84ef67 2018-09-01 00:37:51,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:37:51,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:51,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37: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-a01c2c2c-b47d-4b6e-a91d-1589d6ae0cba x-compute-request-id: req-a01c2c2c-b47d-4b6e-a91d-1589d6ae0cba Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_4ce40fe4-fc6f-4108-888b-1bc07b882a9b", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0fc4f7ac-2595-4490-8114-8addcc10e009", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0fc4f7ac-2595-4490-8114-8addcc10e009", "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": "0fc4f7ac-2595-4490-8114-8addcc10e009"}]} 2018-09-01 00:37:51,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a01c2c2c-b47d-4b6e-a91d-1589d6ae0cba 2018-09-01 00:37:51,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.133458137512s 2018-09-01 00:37:51,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a01c2c2c-b47d-4b6e-a91d-1589d6ae0cba 2018-09-01 00:37:51,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 00:37:51,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/0fc4f7ac-2595-4490-8114-8addcc10e009 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c2fc9fe58987bffb460819b9d0428d50b5726741" 2018-09-01 00:37:51,545 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:37: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-99d4e0c0-2471-4854-a494-3651a2e083aa x-compute-request-id: req-99d4e0c0-2471-4854-a494-3651a2e083aa Content-Length: 0 Content-Type: application/json 2018-09-01 00:37:51,545 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0fc4f7ac-2595-4490-8114-8addcc10e009 used request id req-99d4e0c0-2471-4854-a494-3651a2e083aa 2018-09-01 00:37:51,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.149851083755s 2018-09-01 00:37:51,546 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0fc4f7ac-2595-4490-8114-8addcc10e009 used request id req-99d4e0c0-2471-4854-a494-3651a2e083aa 2018-09-01 00:37:51,599 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-09-01 00:37:51,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:37:51,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:37:51,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:37:51,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:37:51,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:37:51,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:37:51,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:37:51,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:37:51,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:37:51,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:37:51,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:37:51,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:37:51,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:37:51,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:37:51,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:37:51,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:37:51,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:37:51,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:37:51,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:37:51,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:37:51,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:37:51,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:37:51,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:37:51,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-071fe798-4f27-45f3-b0ef-44733030d57a Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:37:51,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-071fe798-4f27-45f3-b0ef-44733030d57a 2018-09-01 00:37:51,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:37:52,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04fa0466cabf412bae8b52a52856f734", "name": "admin"}, {"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82385a1db3524c2f9b0afe851a76008c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c1e3ed7585964a61bb487b909cdc21f1"}, "audit_ids": ["EZLuFBbYTjmgneZidmf4fw"], "issued_at": "2018-09-01T00:37:52.000000Z"}} 2018-09-01 00:37:52,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:37:52,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:37:52,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4a9411f1-0ab1-4532-ac4d-1c90042e7f94 Date: Sat, 01 Sep 2018 00:37:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:37:52,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4a9411f1-0ab1-4532-ac4d-1c90042e7f94 2018-09-01 00:37:52,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.341207027435s 2018-09-01 00:37:52,475 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4a9411f1-0ab1-4532-ac4d-1c90042e7f94 2018-09-01 00:37:52,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:37:52,484 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 00:37:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-111cb64a-9e7a-4c44-91af-284a1b10860e 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.23:5000/v3/", "rel": "self"}]}]}} 2018-09-01 00:37:52,484 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-111cb64a-9e7a-4c44-91af-284a1b10860e 2018-09-01 00:37:52,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 00:37:52,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:37:52,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0d25413-8b10-4512-8480-7ad9699ddba9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/e9f4e5d3e25e437fbbc5bdfc422dbea3"}, "tags": [], "enabled": true, "id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "name": "heat_stack"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 00:37:52,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-c0d25413-8b10-4512-8480-7ad9699ddba9 2018-09-01 00:37:52,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.271368026733s 2018-09-01 00:37:52,757 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-c0d25413-8b10-4512-8480-7ad9699ddba9 2018-09-01 00:37:52,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 00:37:52,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_2fc07211-d7fa-4828-a410-a64a5d575695"}}' 2018-09-01 00:37:53,047 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 00:37:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-832b757a-fa5b-4e67-844b-5e5d476a3e5e 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.23:5000/v3/projects/72fd21f3f61244b0a182398d6ce1b1e3"}, "tags": [], "enabled": true, "id": "72fd21f3f61244b0a182398d6ce1b1e3", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2fc07211-d7fa-4828-a410-a64a5d575695"}} 2018-09-01 00:37:53,047 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-832b757a-fa5b-4e67-844b-5e5d476a3e5e 2018-09-01 00:37:53,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.283541202545s 2018-09-01 00:37:53,048 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-832b757a-fa5b-4e67-844b-5e5d476a3e5e 2018-09-01 00:37:53,048 - 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'72fd21f3f61244b0a182398d6ce1b1e3', '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_2fc07211-d7fa-4828-a410-a64a5d575695'}) 2018-09-01 00:37:53,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 00:37:53,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c58990cd-7f95-4761-9119-98bbe2bd6a28", "email": null, "name": "vmready2-user_2fc07211-d7fa-4828-a410-a64a5d575695"}}' 2018-09-01 00:37:53,598 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 00:37:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-181cde87-c6ed-4f3c-9253-61427c0e6624 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_2fc07211-d7fa-4828-a410-a64a5d575695", "links": {"self": "http://172.30.9.23:5000/v3/users/51c8e812e0d54cc7b936607eb5100dfa"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "51c8e812e0d54cc7b936607eb5100dfa", "domain_id": "default", "password_expires_at": null}} 2018-09-01 00:37:53,598 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-181cde87-c6ed-4f3c-9253-61427c0e6624 2018-09-01 00:37:53,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.543568134308s 2018-09-01 00:37:53,599 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-181cde87-c6ed-4f3c-9253-61427c0e6624 2018-09-01 00:37:53,599 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'51c8e812e0d54cc7b936607eb5100dfa', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_2fc07211-d7fa-4828-a410-a64a5d575695'}) 2018-09-01 00:37:53,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:37:53,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:37:53,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d05a5c89-6eb4-40d9-8f0b-6a453c0e4aa0 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:37:53,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d05a5c89-6eb4-40d9-8f0b-6a453c0e4aa0 2018-09-01 00:37:53,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.217810869217s 2018-09-01 00:37:53,821 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d05a5c89-6eb4-40d9-8f0b-6a453c0e4aa0 2018-09-01 00:37:53,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:37:53,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:37:54,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7311ce62-4f56-48b2-b9bf-ee3ebbfe3101 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:37:54,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7311ce62-4f56-48b2-b9bf-ee3ebbfe3101 2018-09-01 00:37:54,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188766956329s 2018-09-01 00:37:54,014 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7311ce62-4f56-48b2-b9bf-ee3ebbfe3101 2018-09-01 00:37:54,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:37:54,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:37:54,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c82a54f5-7217-4754-95d6-47e997a63b32 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:37:54,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c82a54f5-7217-4754-95d6-47e997a63b32 2018-09-01 00:37:54,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198505878448s 2018-09-01 00:37:54,217 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c82a54f5-7217-4754-95d6-47e997a63b32 2018-09-01 00:37:54,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 00:37:54,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:37:54,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b7ef7c3-be61-4eb7-8375-75b7c38d3230 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 00:37:54,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-3b7ef7c3-be61-4eb7-8375-75b7c38d3230 2018-09-01 00:37:54,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198004961014s 2018-09-01 00:37:54,420 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-3b7ef7c3-be61-4eb7-8375-75b7c38d3230 2018-09-01 00:37:54,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:37:54,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:37:54,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f135182-cf30-430d-93a5-546a0752e2ac Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/09616bbc3d7d47f7bf356facf9604904"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09616bbc3d7d47f7bf356facf9604904", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/1b7d7499248f4b1ab3e2c3eafd6884e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b7d7499248f4b1ab3e2c3eafd6884e3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/39f008d4ed9b46e88df6661386fb834c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39f008d4ed9b46e88df6661386fb834c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/4f1efd27b815414c80bafafd80b0a731"}, "domain_id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "enabled": true, "options": {}, "id": "4f1efd27b815414c80bafafd80b0a731", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vmready2-user_2fc07211-d7fa-4828-a410-a64a5d575695", "links": {"self": "http://172.30.9.23:5000/v3/users/51c8e812e0d54cc7b936607eb5100dfa"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "51c8e812e0d54cc7b936607eb5100dfa", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/5755fbc5e3f149d286b38eab1592f2cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5755fbc5e3f149d286b38eab1592f2cd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/5a7473fb7a3d483bad8691aca2f3945e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a7473fb7a3d483bad8691aca2f3945e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/5a775d82f5b040388bd9b234b406b8cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a775d82f5b040388bd9b234b406b8cf", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/71e10b6e83144e6480810c69dc4f4357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e10b6e83144e6480810c69dc4f4357", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/790e0ffa6b2f4654a159933f6bb087b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "790e0ffa6b2f4654a159933f6bb087b2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/8b0b26cb19d94b42b2053081018c0256"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b0b26cb19d94b42b2053081018c0256", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/ab9e44a845b446c5ad7c6f7aa89c7b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab9e44a845b446c5ad7c6f7aa89c7b00", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c1e3ed7585964a61bb487b909cdc21f1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e3ed7585964a61bb487b909cdc21f1", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/c397b2a20dde4a928a000743315a1d4d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c397b2a20dde4a928a000743315a1d4d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/c7a220b02e39464182c785f083b70399"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7a220b02e39464182c785f083b70399", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-01 00:37:54,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9f135182-cf30-430d-93a5-546a0752e2ac 2018-09-01 00:37:54,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.131812810898s 2018-09-01 00:37:54,553 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9f135182-cf30-430d-93a5-546a0752e2ac 2018-09-01 00:37:54,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 00:37:54,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:37:54,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44495e32-3e63-4c53-b467-5812bb74122c Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/82385a1db3524c2f9b0afe851a76008c"}, "tags": [], "enabled": true, "id": "82385a1db3524c2f9b0afe851a76008c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b"}, "tags": [], "enabled": true, "id": "124aad9de364486f8e974ab17ceaff0b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.23:5000/v3/projects/72fd21f3f61244b0a182398d6ce1b1e3"}, "tags": [], "enabled": true, "id": "72fd21f3f61244b0a182398d6ce1b1e3", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2fc07211-d7fa-4828-a410-a64a5d575695"}]} 2018-09-01 00:37:54,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-44495e32-3e63-4c53-b467-5812bb74122c 2018-09-01 00:37:54,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.29299902916s 2018-09-01 00:37:54,858 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-44495e32-3e63-4c53-b467-5812bb74122c 2018-09-01 00:37:54,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 00:37:54,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=51c8e812e0d54cc7b936607eb5100dfa&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=72fd21f3f61244b0a182398d6ce1b1e3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:37:55,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8674634-772f-4056-b847-54ff6b218b43 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=51c8e812e0d54cc7b936607eb5100dfa&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=72fd21f3f61244b0a182398d6ce1b1e3", "previous": null, "next": null}} 2018-09-01 00:37:55,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=51c8e812e0d54cc7b936607eb5100dfa&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=72fd21f3f61244b0a182398d6ce1b1e3 used request id req-e8674634-772f-4056-b847-54ff6b218b43 2018-09-01 00:37:55,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.190625190735s 2018-09-01 00:37:55,056 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=51c8e812e0d54cc7b936607eb5100dfa&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=72fd21f3f61244b0a182398d6ce1b1e3 used request id req-e8674634-772f-4056-b847-54ff6b218b43 2018-09-01 00:37:55,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 00:37:55,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/72fd21f3f61244b0a182398d6ce1b1e3/users/51c8e812e0d54cc7b936607eb5100dfa/roles/1f2bde3e8e224213861d11fb61c4b749 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:37:55,354 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:37:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b32e58f1-32f4-4ed2-940b-807dc3fb7965 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 00:37:55,354 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/72fd21f3f61244b0a182398d6ce1b1e3/users/51c8e812e0d54cc7b936607eb5100dfa/roles/1f2bde3e8e224213861d11fb61c4b749 used request id req-b32e58f1-32f4-4ed2-940b-807dc3fb7965 2018-09-01 00:37:55,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.294945955276s 2018-09-01 00:37:55,354 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/72fd21f3f61244b0a182398d6ce1b1e3/users/51c8e812e0d54cc7b936607eb5100dfa/roles/1f2bde3e8e224213861d11fb61c4b749 used request id req-b32e58f1-32f4-4ed2-940b-807dc3fb7965 2018-09-01 00:37:55,355 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_2fc07211-d7fa-4828-a410-a64a5d575695', 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'72fd21f3f61244b0a182398d6ce1b1e3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'c58990cd-7f95-4761-9119-98bbe2bd6a28', 'username': u'vmready2-user_2fc07211-d7fa-4828-a410-a64a5d575695', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23: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 00:37:55,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:37:55,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:37:55,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:37:55,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:37:55,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:37:55,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:37:55,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:37:55,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:37:55,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:37:55,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:37:55,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:37:55,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:37:55,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:37:55,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:37:55,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:37:55,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:37:55,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:37:55,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:37:55,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:37:55,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:37:55,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:37:55,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:37:55,360 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_2fc07211-d7fa-4828-a410-a64a5d575695', 'password': 'c58990cd-7f95-4761-9119-98bbe2bd6a28', 'project_name': 'vmready2-project_2fc07211-d7fa-4828-a410-a64a5d575695', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '72fd21f3f61244b0a182398d6ce1b1e3', 'project_domain_name': 'Default'} 2018-09-01 00:37:55,361 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-09-01 00:37:55,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:37:55,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbaaea83-16e0-435c-b48e-ca7d38097357 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:37:55,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fbaaea83-16e0-435c-b48e-ca7d38097357 2018-09-01 00:37:55,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:37:55,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:37:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72fd21f3f61244b0a182398d6ce1b1e3", "name": "vmready2-project_2fc07211-d7fa-4828-a410-a64a5d575695"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/72fd21f3f61244b0a182398d6ce1b1e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/72fd21f3f61244b0a182398d6ce1b1e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/72fd21f3f61244b0a182398d6ce1b1e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/72fd21f3f61244b0a182398d6ce1b1e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/72fd21f3f61244b0a182398d6ce1b1e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/72fd21f3f61244b0a182398d6ce1b1e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_72fd21f3f61244b0a182398d6ce1b1e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_72fd21f3f61244b0a182398d6ce1b1e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/72fd21f3f61244b0a182398d6ce1b1e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/72fd21f3f61244b0a182398d6ce1b1e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/72fd21f3f61244b0a182398d6ce1b1e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/72fd21f3f61244b0a182398d6ce1b1e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/72fd21f3f61244b0a182398d6ce1b1e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/72fd21f3f61244b0a182398d6ce1b1e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_2fc07211-d7fa-4828-a410-a64a5d575695", "id": "51c8e812e0d54cc7b936607eb5100dfa"}, "audit_ids": ["7Fd8dHSrTPKmZM_sQinmSQ"], "issued_at": "2018-09-01T00:37:55.000000Z"}} 2018-09-01 00:37:55,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 00:37:55,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" -d '{"network": {"name": "vmready2-net_2fc07211-d7fa-4828-a410-a64a5d575695", "admin_state_up": true}}' 2018-09-01 00:37:57,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-e2d792db-f426-4f51-b655-96919cc5ada8 Date: Sat, 01 Sep 2018 00:37:57 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"72fd21f3f61244b0a182398d6ce1b1e3","created_at":"2018-09-01T00:37:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T00:37:57Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"72fd21f3f61244b0a182398d6ce1b1e3","id":"d316a7b0-7222-4a8d-a620-21198bd21ab8","name":"vmready2-net_2fc07211-d7fa-4828-a410-a64a5d575695"}} 2018-09-01 00:37:57,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e2d792db-f426-4f51-b655-96919cc5ada8 2018-09-01 00:37:57,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.60420680046s 2018-09-01 00:37:57,497 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e2d792db-f426-4f51-b655-96919cc5ada8 2018-09-01 00:37:57,497 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:37:57Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd316a7b0-7222-4a8d-a620-21198bd21ab8', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_2fc07211-d7fa-4828-a410-a64a5d575695', u'admin_state_up': True, u'tenant_id': u'72fd21f3f61244b0a182398d6ce1b1e3', u'created_at': u'2018-09-01T00:37:57Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'72fd21f3f61244b0a182398d6ce1b1e3'}) 2018-09-01 00:37:57,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:37:57,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" 2018-09-01 00:37:58,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-43393161-bd2a-4dd5-b6b2-f56d493254bd Date: Sat, 01 Sep 2018 00:37:58 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":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","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-01T00:37:57Z","tenant_id":"72fd21f3f61244b0a182398d6ce1b1e3","created_at":"2018-09-01T00:37:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"72fd21f3f61244b0a182398d6ce1b1e3","id":"d316a7b0-7222-4a8d-a620-21198bd21ab8","name":"vmready2-net_2fc07211-d7fa-4828-a410-a64a5d575695"}]} 2018-09-01 00:37:58,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-43393161-bd2a-4dd5-b6b2-f56d493254bd 2018-09-01 00:37:58,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.12128901482s 2018-09-01 00:37:58,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-43393161-bd2a-4dd5-b6b2-f56d493254bd 2018-09-01 00:37:58,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 00:37:58,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" -d '{"subnet": {"name": "vmready2-subnet_2fc07211-d7fa-4828-a410-a64a5d575695", "enable_dhcp": true, "network_id": "d316a7b0-7222-4a8d-a620-21198bd21ab8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 00:37:59,694 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b48a23ee-e1c6-4e42-aae3-cf9fd60e1918 Date: Sat, 01 Sep 2018 00:37:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d316a7b0-7222-4a8d-a620-21198bd21ab8","tenant_id":"72fd21f3f61244b0a182398d6ce1b1e3","created_at":"2018-09-01T00:37:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:37:59Z","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":"72fd21f3f61244b0a182398d6ce1b1e3","id":"42fb43c2-748c-4696-a52f-7a6e873a057c","subnetpool_id":null,"name":"vmready2-subnet_2fc07211-d7fa-4828-a410-a64a5d575695"}} 2018-09-01 00:37:59,694 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b48a23ee-e1c6-4e42-aae3-cf9fd60e1918 2018-09-01 00:37:59,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.07258296013s 2018-09-01 00:37:59,694 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b48a23ee-e1c6-4e42-aae3-cf9fd60e1918 2018-09-01 00:37:59,695 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:37:59Z', 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'42fb43c2-748c-4696-a52f-7a6e873a057c', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_2fc07211-d7fa-4828-a410-a64a5d575695', u'enable_dhcp': True, u'network_id': u'd316a7b0-7222-4a8d-a620-21198bd21ab8', u'tenant_id': u'72fd21f3f61244b0a182398d6ce1b1e3', u'created_at': u'2018-09-01T00:37:59Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'72fd21f3f61244b0a182398d6ce1b1e3'}) 2018-09-01 00:37:59,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 00:37:59,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" -d '{"router": {"external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db"}, "name": "vmready2-router_2fc07211-d7fa-4828-a410-a64a5d575695", "admin_state_up": true}}' 2018-09-01 00:38:01,116 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-0c2d7a02-eb4d-4b93-b83c-060aecfbdd58 Date: Sat, 01 Sep 2018 00:38:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "created_at": "2018-09-01T00:38:00Z", "admin_state_up": true, "updated_at": "2018-09-01T00:38:00Z", "revision_number": 2, "routes": [], "project_id": "72fd21f3f61244b0a182398d6ce1b1e3", "id": "ae7694c1-3dfd-4a6d-8871-ef97eba20548", "name": "vmready2-router_2fc07211-d7fa-4828-a410-a64a5d575695"}} 2018-09-01 00:38:01,116 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0c2d7a02-eb4d-4b93-b83c-060aecfbdd58 2018-09-01 00:38:01,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.42061781883s 2018-09-01 00:38:01,116 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0c2d7a02-eb4d-4b93-b83c-060aecfbdd58 2018-09-01 00:38:01,117 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b8d15748-1221-4d39-8b04-bf36c4f12d33', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'72fd21f3f61244b0a182398d6ce1b1e3', u'created_at': u'2018-09-01T00:38:00Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T00:38:00Z', u'revision_number': 2, u'routes': [], u'project_id': u'72fd21f3f61244b0a182398d6ce1b1e3', u'id': u'ae7694c1-3dfd-4a6d-8871-ef97eba20548', u'name': u'vmready2-router_2fc07211-d7fa-4828-a410-a64a5d575695'}) 2018-09-01 00:38:01,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 00:38:01,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ae7694c1-3dfd-4a6d-8871-ef97eba20548/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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" -d '{"subnet_id": "42fb43c2-748c-4696-a52f-7a6e873a057c"}' 2018-09-01 00:38:03,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1ad6611a-72f5-41d6-b30d-f354182334b8 Date: Sat, 01 Sep 2018 00:38:03 GMT RESP BODY: {"network_id": "d316a7b0-7222-4a8d-a620-21198bd21ab8", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "subnet_id": "42fb43c2-748c-4696-a52f-7a6e873a057c", "subnet_ids": ["42fb43c2-748c-4696-a52f-7a6e873a057c"], "port_id": "eaf2c94c-027c-46a1-801b-a6f60f88d8d7", "id": "ae7694c1-3dfd-4a6d-8871-ef97eba20548"} 2018-09-01 00:38:03,471 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ae7694c1-3dfd-4a6d-8871-ef97eba20548/add_router_interface.json used request id req-1ad6611a-72f5-41d6-b30d-f354182334b8 2018-09-01 00:38:03,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.35394310951s 2018-09-01 00:38:03,472 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ae7694c1-3dfd-4a6d-8871-ef97eba20548/add_router_interface.json used request id req-1ad6611a-72f5-41d6-b30d-f354182334b8 returning object ae7694c1-3dfd-4a6d-8871-ef97eba20548 2018-09-01 00:38:03,472 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 00:38:03,604 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 00:38:03,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:38:03,610 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 00:38:03 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-09-01 00:38:03,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:38:03,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" 2018-09-01 00:38:04,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a2dd6b9b-b614-4169-a19f-010729ced15b Date: Sat, 01 Sep 2018 00:38:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:38:04,423 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a2dd6b9b-b614-4169-a19f-010729ced15b 2018-09-01 00:38:04,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.810219049454s 2018-09-01 00:38:04,423 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a2dd6b9b-b614-4169-a19f-010729ced15b 2018-09-01 00:38:04,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 00:38:04,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_2fc07211-d7fa-4828-a410-a64a5d575695", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_2fc07211-d7fa-4828-a410-a64a5d575695"}' 2018-09-01 00:38:05,283 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c8272cf4-eabf-41bf-b1b4-40a1b3b4c880 Date: Sat, 01 Sep 2018 00:38:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:38:05Z", "file": "/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86/file", "owner": "72fd21f3f61244b0a182398d6ce1b1e3", "id": "f5cb9a8c-cd9c-405e-becf-384aaeda2b86", "size": null, "self": "/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86", "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_2fc07211-d7fa-4828-a410-a64a5d575695", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2fc07211-d7fa-4828-a410-a64a5d575695", "checksum": null, "created_at": "2018-09-01T00:38:05Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 00:38:05,283 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c8272cf4-eabf-41bf-b1b4-40a1b3b4c880 2018-09-01 00:38:05,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.851997852325s 2018-09-01 00:38:05,284 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c8272cf4-eabf-41bf-b1b4-40a1b3b4c880 returning object f5cb9a8c-cd9c-405e-becf-384aaeda2b86 2018-09-01 00:38:05,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 00:38:05,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86/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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" -d '' 2018-09-01 00:38:07,260 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1dec198e-0f15-4f23-b19e-49f324b5fef1 Date: Sat, 01 Sep 2018 00:38:07 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 00:38:07,260 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86/file used request id req-1dec198e-0f15-4f23-b19e-49f324b5fef1 2018-09-01 00:38:07,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.97631788254s 2018-09-01 00:38:07,261 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86/file used request id req-1dec198e-0f15-4f23-b19e-49f324b5fef1 2018-09-01 00:38:07,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:38:07,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" 2018-09-01 00:38:07,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-344567a5-6165-4888-bf1d-f2fc50a2d272 Date: Sat, 01 Sep 2018 00:38:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:38:07Z", "file": "/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86/file", "owner": "72fd21f3f61244b0a182398d6ce1b1e3", "id": "f5cb9a8c-cd9c-405e-becf-384aaeda2b86", "size": 12716032, "self": "/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_2fc07211-d7fa-4828-a410-a64a5d575695", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2fc07211-d7fa-4828-a410-a64a5d575695", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:38:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:38:07,968 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-344567a5-6165-4888-bf1d-f2fc50a2d272 2018-09-01 00:38:07,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.702913045883s 2018-09-01 00:38:07,968 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-344567a5-6165-4888-bf1d-f2fc50a2d272 2018-09-01 00:38:07,970 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86/file', 'owner': u'72fd21f3f61244b0a182398d6ce1b1e3', 'id': u'f5cb9a8c-cd9c-405e-becf-384aaeda2b86', 'size': 12716032, u'self': u'/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'72fd21f3f61244b0a182398d6ce1b1e3', 'name': 'vmready2-project_2fc07211-d7fa-4828-a410-a64a5d575695', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T00:38:07Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T00:38:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_2fc07211-d7fa-4828-a410-a64a5d575695', '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/f5cb9a8c-cd9c-405e-becf-384aaeda2b86', 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_2fc07211-d7fa-4828-a410-a64a5d575695', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_2fc07211-d7fa-4828-a410-a64a5d575695', 'created': u'2018-09-01T00:38:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T00:38:05Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86', 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_2fc07211-d7fa-4828-a410-a64a5d575695', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 00:38:07,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 00:38:07,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_2fc07211-d7fa-4828-a410-a64a5d575695", "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 00:38:08,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9fe8f9a-614a-426e-830a-99a5b7b15c80 x-compute-request-id: req-b9fe8f9a-614a-426e-830a-99a5b7b15c80 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_2fc07211-d7fa-4828-a410-a64a5d575695", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/dba24cc8-f93f-4bb2-9c75-da19eba79390", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/dba24cc8-f93f-4bb2-9c75-da19eba79390", "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": "dba24cc8-f93f-4bb2-9c75-da19eba79390"}} 2018-09-01 00:38:08,832 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b9fe8f9a-614a-426e-830a-99a5b7b15c80 2018-09-01 00:38:08,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.861111879349s 2018-09-01 00:38:08,833 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-b9fe8f9a-614a-426e-830a-99a5b7b15c80 2018-09-01 00:38:08,833 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_2fc07211-d7fa-4828-a410-a64a5d575695', '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'82385a1db3524c2f9b0afe851a76008c', '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'dba24cc8-f93f-4bb2-9c75-da19eba79390', 'swap': 0}) 2018-09-01 00:38:08,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 00:38:08,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/dba24cc8-f93f-4bb2-9c75-da19eba79390/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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" -d '{"extra_specs": {}}' 2018-09-01 00:38:08,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38: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-a8572fb9-49a6-4cc6-8868-b18a2a5da56b x-compute-request-id: req-a8572fb9-49a6-4cc6-8868-b18a2a5da56b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 00:38:08,966 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/dba24cc8-f93f-4bb2-9c75-da19eba79390/os-extra_specs used request id req-a8572fb9-49a6-4cc6-8868-b18a2a5da56b 2018-09-01 00:38:08,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.132317066193s 2018-09-01 00:38:08,967 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/dba24cc8-f93f-4bb2-9c75-da19eba79390/os-extra_specs used request id req-a8572fb9-49a6-4cc6-8868-b18a2a5da56b 2018-09-01 00:38:09,076 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 00:38:09,076 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 00:38:09,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 00:38:09,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ae7694c1-3dfd-4a6d-8871-ef97eba20548/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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" -d '{"subnet_id": "42fb43c2-748c-4696-a52f-7a6e873a057c"}' 2018-09-01 00:38:10,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4699170a-390f-4ef7-806f-9fd36b4ecf05 Date: Sat, 01 Sep 2018 00:38:10 GMT RESP BODY: {"network_id": "d316a7b0-7222-4a8d-a620-21198bd21ab8", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "subnet_id": "42fb43c2-748c-4696-a52f-7a6e873a057c", "subnet_ids": ["42fb43c2-748c-4696-a52f-7a6e873a057c"], "port_id": "eaf2c94c-027c-46a1-801b-a6f60f88d8d7", "id": "ae7694c1-3dfd-4a6d-8871-ef97eba20548"} 2018-09-01 00:38:10,952 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ae7694c1-3dfd-4a6d-8871-ef97eba20548/remove_router_interface.json used request id req-4699170a-390f-4ef7-806f-9fd36b4ecf05 2018-09-01 00:38:10,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.87029600143s 2018-09-01 00:38:10,952 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ae7694c1-3dfd-4a6d-8871-ef97eba20548/remove_router_interface.json used request id req-4699170a-390f-4ef7-806f-9fd36b4ecf05 returning object ae7694c1-3dfd-4a6d-8871-ef97eba20548 2018-09-01 00:38:10,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 00:38:10,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" 2018-09-01 00:38:11,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-a5d0b043-2899-401d-9e8f-6fb7e162c83f Date: Sat, 01 Sep 2018 00:38:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "created_at": "2018-09-01T00:38:00Z", "admin_state_up": true, "updated_at": "2018-09-01T00:38:10Z", "revision_number": 4, "routes": [], "project_id": "72fd21f3f61244b0a182398d6ce1b1e3", "id": "ae7694c1-3dfd-4a6d-8871-ef97eba20548", "name": "vmready2-router_2fc07211-d7fa-4828-a410-a64a5d575695"}]} 2018-09-01 00:38:11,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a5d0b043-2899-401d-9e8f-6fb7e162c83f 2018-09-01 00:38:11,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.41937494278s 2018-09-01 00:38:11,372 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a5d0b043-2899-401d-9e8f-6fb7e162c83f 2018-09-01 00:38:11,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 00:38:11,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/ae7694c1-3dfd-4a6d-8871-ef97eba20548.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" 2018-09-01 00:38:13,295 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e02d832-bd5e-4d48-a883-7a33f8c90979 Content-Length: 0 Date: Sat, 01 Sep 2018 00:38:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:38:13,295 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ae7694c1-3dfd-4a6d-8871-ef97eba20548.json used request id req-6e02d832-bd5e-4d48-a883-7a33f8c90979 2018-09-01 00:38:13,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.92120218277s 2018-09-01 00:38:13,295 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ae7694c1-3dfd-4a6d-8871-ef97eba20548.json used request id req-6e02d832-bd5e-4d48-a883-7a33f8c90979 2018-09-01 00:38:13,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:38:13,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" 2018-09-01 00:38:13,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-35ff457e-e1eb-468e-b7d9-4d67c846c530 Date: Sat, 01 Sep 2018 00:38:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d316a7b0-7222-4a8d-a620-21198bd21ab8","tenant_id":"72fd21f3f61244b0a182398d6ce1b1e3","created_at":"2018-09-01T00:37:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:37:59Z","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":"72fd21f3f61244b0a182398d6ce1b1e3","id":"42fb43c2-748c-4696-a52f-7a6e873a057c","subnetpool_id":null,"name":"vmready2-subnet_2fc07211-d7fa-4828-a410-a64a5d575695"}]} 2018-09-01 00:38:13,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-35ff457e-e1eb-468e-b7d9-4d67c846c530 2018-09-01 00:38:13,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.315356016159s 2018-09-01 00:38:13,612 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-35ff457e-e1eb-468e-b7d9-4d67c846c530 2018-09-01 00:38:13,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 00:38:13,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/42fb43c2-748c-4696-a52f-7a6e873a057c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" 2018-09-01 00:38:16,610 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-36bcd3fd-873b-4ea0-a3cc-f8d6097b76d2 Date: Sat, 01 Sep 2018 00:38:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:38:16,610 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/42fb43c2-748c-4696-a52f-7a6e873a057c.json used request id req-36bcd3fd-873b-4ea0-a3cc-f8d6097b76d2 2018-09-01 00:38:16,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.99690890312s 2018-09-01 00:38:16,610 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/42fb43c2-748c-4696-a52f-7a6e873a057c.json used request id req-36bcd3fd-873b-4ea0-a3cc-f8d6097b76d2 2018-09-01 00:38:16,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:38:16,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" 2018-09-01 00:38:16,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-efc73c69-44e3-45b1-a9b4-77788230d2df Date: Sat, 01 Sep 2018 00:38:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","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-01T00:38:16Z","tenant_id":"72fd21f3f61244b0a182398d6ce1b1e3","created_at":"2018-09-01T00:37:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72fd21f3f61244b0a182398d6ce1b1e3","id":"d316a7b0-7222-4a8d-a620-21198bd21ab8","name":"vmready2-net_2fc07211-d7fa-4828-a410-a64a5d575695"}]} 2018-09-01 00:38:16,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-efc73c69-44e3-45b1-a9b4-77788230d2df 2018-09-01 00:38:16,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0910468101501s 2018-09-01 00:38:16,702 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-efc73c69-44e3-45b1-a9b4-77788230d2df 2018-09-01 00:38:16,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 00:38:16,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/d316a7b0-7222-4a8d-a620-21198bd21ab8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" 2018-09-01 00:38:18,530 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-63e8e7c9-65d4-411b-ba8b-afce4e769ef7 Date: Sat, 01 Sep 2018 00:38:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:38:18,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d316a7b0-7222-4a8d-a620-21198bd21ab8.json used request id req-63e8e7c9-65d4-411b-ba8b-afce4e769ef7 2018-09-01 00:38:18,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.82662391663s 2018-09-01 00:38:18,530 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d316a7b0-7222-4a8d-a620-21198bd21ab8.json used request id req-63e8e7c9-65d4-411b-ba8b-afce4e769ef7 2018-09-01 00:38:18,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:38:18,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" 2018-09-01 00:38:19,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-5728e7cb-9d62-4ac1-9b3f-d1aed1b7c669 Date: Sat, 01 Sep 2018 00:38:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:38:07Z", "file": "/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86/file", "owner": "72fd21f3f61244b0a182398d6ce1b1e3", "id": "f5cb9a8c-cd9c-405e-becf-384aaeda2b86", "size": 12716032, "self": "/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_2fc07211-d7fa-4828-a410-a64a5d575695", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2fc07211-d7fa-4828-a410-a64a5d575695", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:38:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:38:19,383 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5728e7cb-9d62-4ac1-9b3f-d1aed1b7c669 2018-09-01 00:38:19,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.848813056946s 2018-09-01 00:38:19,384 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5728e7cb-9d62-4ac1-9b3f-d1aed1b7c669 2018-09-01 00:38:19,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 00:38:19,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0acb093e1fd3c886716d146c8a8f7a8111d3a42" 2018-09-01 00:38:21,384 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aac109e1-8ed3-462e-abca-d8127c749b29 Date: Sat, 01 Sep 2018 00:38:21 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 00:38:21,384 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86 used request id req-aac109e1-8ed3-462e-abca-d8127c749b29 2018-09-01 00:38:21,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.99853301048s 2018-09-01 00:38:21,384 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/f5cb9a8c-cd9c-405e-becf-384aaeda2b86 used request id req-aac109e1-8ed3-462e-abca-d8127c749b29 2018-09-01 00:38:21,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:38:21,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:38:21,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7eda74bc-2709-48f1-9b0a-c32e418b1400 x-compute-request-id: req-7eda74bc-2709-48f1-9b0a-c32e418b1400 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_2fc07211-d7fa-4828-a410-a64a5d575695", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/dba24cc8-f93f-4bb2-9c75-da19eba79390", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/dba24cc8-f93f-4bb2-9c75-da19eba79390", "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": "dba24cc8-f93f-4bb2-9c75-da19eba79390"}]} 2018-09-01 00:38:21,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7eda74bc-2709-48f1-9b0a-c32e418b1400 2018-09-01 00:38:21,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0246908664703s 2018-09-01 00:38:21,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7eda74bc-2709-48f1-9b0a-c32e418b1400 2018-09-01 00:38:21,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 00:38:21,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/dba24cc8-f93f-4bb2-9c75-da19eba79390 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:38:21,455 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:38:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba25a50c-22ec-483c-bf47-089ffaf29285 x-compute-request-id: req-ba25a50c-22ec-483c-bf47-089ffaf29285 Content-Length: 0 Content-Type: application/json 2018-09-01 00:38:21,455 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/dba24cc8-f93f-4bb2-9c75-da19eba79390 used request id req-ba25a50c-22ec-483c-bf47-089ffaf29285 2018-09-01 00:38:21,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.043662071228s 2018-09-01 00:38:21,456 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/dba24cc8-f93f-4bb2-9c75-da19eba79390 used request id req-ba25a50c-22ec-483c-bf47-089ffaf29285 2018-09-01 00:38:21,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:38:21,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:38:21,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d12c758-edc9-472a-ae2a-24f029bd2afd Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/09616bbc3d7d47f7bf356facf9604904"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09616bbc3d7d47f7bf356facf9604904", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/1b7d7499248f4b1ab3e2c3eafd6884e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b7d7499248f4b1ab3e2c3eafd6884e3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/39f008d4ed9b46e88df6661386fb834c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39f008d4ed9b46e88df6661386fb834c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/4f1efd27b815414c80bafafd80b0a731"}, "domain_id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "enabled": true, "options": {}, "id": "4f1efd27b815414c80bafafd80b0a731", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vmready2-user_2fc07211-d7fa-4828-a410-a64a5d575695", "links": {"self": "http://172.30.9.23:5000/v3/users/51c8e812e0d54cc7b936607eb5100dfa"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "51c8e812e0d54cc7b936607eb5100dfa", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/5755fbc5e3f149d286b38eab1592f2cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5755fbc5e3f149d286b38eab1592f2cd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/5a7473fb7a3d483bad8691aca2f3945e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a7473fb7a3d483bad8691aca2f3945e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/5a775d82f5b040388bd9b234b406b8cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a775d82f5b040388bd9b234b406b8cf", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/71e10b6e83144e6480810c69dc4f4357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e10b6e83144e6480810c69dc4f4357", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/790e0ffa6b2f4654a159933f6bb087b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "790e0ffa6b2f4654a159933f6bb087b2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/8b0b26cb19d94b42b2053081018c0256"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b0b26cb19d94b42b2053081018c0256", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/ab9e44a845b446c5ad7c6f7aa89c7b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab9e44a845b446c5ad7c6f7aa89c7b00", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c1e3ed7585964a61bb487b909cdc21f1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e3ed7585964a61bb487b909cdc21f1", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/c397b2a20dde4a928a000743315a1d4d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c397b2a20dde4a928a000743315a1d4d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/c7a220b02e39464182c785f083b70399"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7a220b02e39464182c785f083b70399", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-01 00:38:21,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6d12c758-edc9-472a-ae2a-24f029bd2afd 2018-09-01 00:38:21,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.292054891586s 2018-09-01 00:38:21,749 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6d12c758-edc9-472a-ae2a-24f029bd2afd 2018-09-01 00:38:21,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:38:21,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/51c8e812e0d54cc7b936607eb5100dfa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:38:21,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e74b5f2-63de-4e36-b2e0-09eddf076e7e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_2fc07211-d7fa-4828-a410-a64a5d575695", "links": {"self": "http://172.30.9.23:5000/v3/users/51c8e812e0d54cc7b936607eb5100dfa"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "51c8e812e0d54cc7b936607eb5100dfa", "description": null}} 2018-09-01 00:38:21,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/51c8e812e0d54cc7b936607eb5100dfa used request id req-1e74b5f2-63de-4e36-b2e0-09eddf076e7e 2018-09-01 00:38:21,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219237089157s 2018-09-01 00:38:21,974 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/51c8e812e0d54cc7b936607eb5100dfa used request id req-1e74b5f2-63de-4e36-b2e0-09eddf076e7e 2018-09-01 00:38:21,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 00:38:21,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/51c8e812e0d54cc7b936607eb5100dfa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:38:22,318 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:38:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a28dcb2d-4e23-4d00-896b-8492376ca4d0 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 00:38:22,319 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/51c8e812e0d54cc7b936607eb5100dfa used request id req-a28dcb2d-4e23-4d00-896b-8492376ca4d0 2018-09-01 00:38:22,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.343790054321s 2018-09-01 00:38:22,319 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/51c8e812e0d54cc7b936607eb5100dfa used request id req-a28dcb2d-4e23-4d00-896b-8492376ca4d0 2018-09-01 00:38:22,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 00:38:22,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:38:22,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-463e3f49-3cf3-4848-b8fc-61765c26263f Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b"}, "tags": [], "enabled": true, "id": "124aad9de364486f8e974ab17ceaff0b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.23:5000/v3/projects/72fd21f3f61244b0a182398d6ce1b1e3"}, "tags": [], "enabled": true, "id": "72fd21f3f61244b0a182398d6ce1b1e3", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2fc07211-d7fa-4828-a410-a64a5d575695"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/82385a1db3524c2f9b0afe851a76008c"}, "tags": [], "enabled": true, "id": "82385a1db3524c2f9b0afe851a76008c", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 00:38:22,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-463e3f49-3cf3-4848-b8fc-61765c26263f 2018-09-01 00:38:22,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.200943946838s 2018-09-01 00:38:22,526 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-463e3f49-3cf3-4848-b8fc-61765c26263f 2018-09-01 00:38:22,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 00:38:22,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/72fd21f3f61244b0a182398d6ce1b1e3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bfd4533cce9c580eb66aa881ea15c7ebb2b395a" 2018-09-01 00:38:22,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:38:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68bc9012-1078-4bca-b2db-08d7ff04b89a 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 00:38:22,824 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/72fd21f3f61244b0a182398d6ce1b1e3 used request id req-68bc9012-1078-4bca-b2db-08d7ff04b89a 2018-09-01 00:38:22,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.293684005737s 2018-09-01 00:38:22,825 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/72fd21f3f61244b0a182398d6ce1b1e3 used request id req-68bc9012-1078-4bca-b2db-08d7ff04b89a 2018-09-01 00:38:22,877 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-09-01 00:38:22,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:38:22,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:38:22,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:38:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:38:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:38:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:38:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:38:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:38:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:38:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:38:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:38:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:38:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:38:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:38:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:38:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:38:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:38:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:38:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:38:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:38:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:38:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:38:22,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:38:22,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b542fd3-390a-46b3-a6bd-a012f041dc94 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:38:22,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6b542fd3-390a-46b3-a6bd-a012f041dc94 2018-09-01 00:38:22,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:38:23,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04fa0466cabf412bae8b52a52856f734", "name": "admin"}, {"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:38:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82385a1db3524c2f9b0afe851a76008c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c1e3ed7585964a61bb487b909cdc21f1"}, "audit_ids": ["3E7IIifAQnyI4w96OyAACQ"], "issued_at": "2018-09-01T00:38:23.000000Z"}} 2018-09-01 00:38:23,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:38:23,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:23,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ef3217ef-fd4f-4e2a-8448-bbb56f7d9b23 Date: Sat, 01 Sep 2018 00:38:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:38:23,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ef3217ef-fd4f-4e2a-8448-bbb56f7d9b23 2018-09-01 00:38:23,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.370277166367s 2018-09-01 00:38:23,724 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ef3217ef-fd4f-4e2a-8448-bbb56f7d9b23 2018-09-01 00:38:23,730 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-09-01 00:38:23,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 00:38:23,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"network": {"name": "singlevm1-net_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "admin_state_up": true}}' 2018-09-01 00:38:25,035 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d85e1050-9c2f-4a69-93e2-1fe555827f7d Date: Sat, 01 Sep 2018 00:38:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"504ed884-b6a0-41aa-8781-ba6f0ff4fffa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T00:38:24Z","is_default":false,"provider:segmentation_id":65,"name":"singlevm1-net_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d","admin_state_up":true,"tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:38:24Z","mtu":1450}} 2018-09-01 00:38:25,036 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d85e1050-9c2f-4a69-93e2-1fe555827f7d 2018-09-01 00:38:25,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.305300951s 2018-09-01 00:38:25,036 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d85e1050-9c2f-4a69-93e2-1fe555827f7d 2018-09-01 00:38:25,037 - 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-01T00:38:24Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'504ed884-b6a0-41aa-8781-ba6f0ff4fffa', u'provider:segmentation_id': 65, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d', u'admin_state_up': True, u'tenant_id': u'82385a1db3524c2f9b0afe851a76008c', u'created_at': u'2018-09-01T00:38:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'82385a1db3524c2f9b0afe851a76008c'}) 2018-09-01 00:38:25,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:38:25,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:25,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-d9f3eb71-a91f-4e73-b5f5-6cd00dcf8c85 Date: Sat, 01 Sep 2018 00:38:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"504ed884-b6a0-41aa-8781-ba6f0ff4fffa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T00:38:24Z","provider:segmentation_id":65,"name":"singlevm1-net_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d","admin_state_up":true,"tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:38:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:38:25,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d9f3eb71-a91f-4e73-b5f5-6cd00dcf8c85 2018-09-01 00:38:25,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.30951499939s 2018-09-01 00:38:25,347 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d9f3eb71-a91f-4e73-b5f5-6cd00dcf8c85 2018-09-01 00:38:25,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 00:38:25,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"subnet": {"name": "singlevm1-subnet_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "enable_dhcp": true, "network_id": "504ed884-b6a0-41aa-8781-ba6f0ff4fffa", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 00:38:26,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-f6317148-cdf1-4992-8392-5dab4a25b32c Date: Sat, 01 Sep 2018 00:38:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"504ed884-b6a0-41aa-8781-ba6f0ff4fffa","tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:38:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:38:25Z","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":"82385a1db3524c2f9b0afe851a76008c","id":"bc637713-2635-4920-b816-6e011846ab09","subnetpool_id":null,"name":"singlevm1-subnet_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}} 2018-09-01 00:38:26,023 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f6317148-cdf1-4992-8392-5dab4a25b32c 2018-09-01 00:38:26,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.674147844315s 2018-09-01 00:38:26,024 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f6317148-cdf1-4992-8392-5dab4a25b32c 2018-09-01 00:38:26,024 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:38:25Z', 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'bc637713-2635-4920-b816-6e011846ab09', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d', u'enable_dhcp': True, u'network_id': u'504ed884-b6a0-41aa-8781-ba6f0ff4fffa', u'tenant_id': u'82385a1db3524c2f9b0afe851a76008c', u'created_at': u'2018-09-01T00:38:25Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'82385a1db3524c2f9b0afe851a76008c'}) 2018-09-01 00:38:26,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 00:38:26,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"router": {"external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db"}, "name": "singlevm1-router_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "admin_state_up": true}}' 2018-09-01 00:38:27,654 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-d5863e57-903d-4a9a-8fab-309128293d30 Date: Sat, 01 Sep 2018 00:38:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:38:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T00:38:27Z", "revision_number": 2, "routes": [], "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "f1634653-9712-4b78-8112-2253cb0e7cd8", "name": "singlevm1-router_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}} 2018-09-01 00:38:27,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d5863e57-903d-4a9a-8fab-309128293d30 2018-09-01 00:38:27,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.62948203087s 2018-09-01 00:38:27,654 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d5863e57-903d-4a9a-8fab-309128293d30 2018-09-01 00:38:27,655 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b8d15748-1221-4d39-8b04-bf36c4f12d33', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'82385a1db3524c2f9b0afe851a76008c', u'created_at': u'2018-09-01T00:38:26Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T00:38:27Z', u'revision_number': 2, u'routes': [], u'project_id': u'82385a1db3524c2f9b0afe851a76008c', u'id': u'f1634653-9712-4b78-8112-2253cb0e7cd8', u'name': u'singlevm1-router_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d'}) 2018-09-01 00:38:27,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 00:38:27,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f1634653-9712-4b78-8112-2253cb0e7cd8/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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"subnet_id": "bc637713-2635-4920-b816-6e011846ab09"}' 2018-09-01 00:38:29,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8a1c07c9-0511-4a2a-a7e3-8d9d65195e9f Date: Sat, 01 Sep 2018 00:38:29 GMT RESP BODY: {"network_id": "504ed884-b6a0-41aa-8781-ba6f0ff4fffa", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "subnet_id": "bc637713-2635-4920-b816-6e011846ab09", "subnet_ids": ["bc637713-2635-4920-b816-6e011846ab09"], "port_id": "328eb499-ba84-4749-8e4a-38a28c69a22b", "id": "f1634653-9712-4b78-8112-2253cb0e7cd8"} 2018-09-01 00:38:29,382 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f1634653-9712-4b78-8112-2253cb0e7cd8/add_router_interface.json used request id req-8a1c07c9-0511-4a2a-a7e3-8d9d65195e9f 2018-09-01 00:38:29,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.72701501846s 2018-09-01 00:38:29,383 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f1634653-9712-4b78-8112-2253cb0e7cd8/add_router_interface.json used request id req-8a1c07c9-0511-4a2a-a7e3-8d9d65195e9f returning object f1634653-9712-4b78-8112-2253cb0e7cd8 2018-09-01 00:38:29,383 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 00:38:29,515 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 00:38:29,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:38:29,521 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 00:38:29 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-09-01 00:38:29,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:38:29,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:29,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fb99ac5e-3055-4100-ab9e-c97843a123a1 Date: Sat, 01 Sep 2018 00:38:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:38:29,843 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fb99ac5e-3055-4100-ab9e-c97843a123a1 2018-09-01 00:38:29,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.316789150238s 2018-09-01 00:38:29,843 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fb99ac5e-3055-4100-ab9e-c97843a123a1 2018-09-01 00:38:29,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 00:38:29,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}' 2018-09-01 00:38:30,207 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2854927f-96a0-4da9-b85d-a722c5e1c294 Date: Sat, 01 Sep 2018 00:38:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:38:30Z", "file": "/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/file", "owner": "82385a1db3524c2f9b0afe851a76008c", "id": "6fe4faa8-5482-43d6-8c53-a39f885078b6", "size": null, "self": "/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6", "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_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "checksum": null, "created_at": "2018-09-01T00:38:30Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 00:38:30,207 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2854927f-96a0-4da9-b85d-a722c5e1c294 2018-09-01 00:38:30,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.356094121933s 2018-09-01 00:38:30,208 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2854927f-96a0-4da9-b85d-a722c5e1c294 returning object 6fe4faa8-5482-43d6-8c53-a39f885078b6 2018-09-01 00:38:30,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 00:38:30,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '' 2018-09-01 00:38:31,916 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f508a396-f7d4-4dd4-b6cb-c10a2f6f090f Date: Sat, 01 Sep 2018 00:38:31 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 00:38:31,917 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/file used request id req-f508a396-f7d4-4dd4-b6cb-c10a2f6f090f 2018-09-01 00:38:31,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.70828104019s 2018-09-01 00:38:31,917 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/file used request id req-f508a396-f7d4-4dd4-b6cb-c10a2f6f090f 2018-09-01 00:38:31,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:38:31,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:32,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-fc450e96-f842-47e5-bbf5-f26dfdd83b44 Date: Sat, 01 Sep 2018 00:38:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:38:31Z", "file": "/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/file", "owner": "82385a1db3524c2f9b0afe851a76008c", "id": "6fe4faa8-5482-43d6-8c53-a39f885078b6", "size": 12716032, "self": "/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:38:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:38:32,709 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fc450e96-f842-47e5-bbf5-f26dfdd83b44 2018-09-01 00:38:32,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.78777885437s 2018-09-01 00:38:32,710 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fc450e96-f842-47e5-bbf5-f26dfdd83b44 2018-09-01 00:38:32,711 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/file', 'owner': u'82385a1db3524c2f9b0afe851a76008c', 'id': u'6fe4faa8-5482-43d6-8c53-a39f885078b6', 'size': 12716032, u'self': u'/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'82385a1db3524c2f9b0afe851a76008c', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T00:38:31Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T00:38:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d', '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/6fe4faa8-5482-43d6-8c53-a39f885078b6', 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_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d', 'created': u'2018-09-01T00:38:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T00:38:30Z', 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/6fe4faa8-5482-43d6-8c53-a39f885078b6', 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_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 00:38:32,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 00:38:32,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "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 00:38:33,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fef890a-b31a-4be1-828d-caa9137db281 x-compute-request-id: req-5fef890a-b31a-4be1-828d-caa9137db281 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0a673b17-bca9-4f21-8a89-1e122587f254", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0a673b17-bca9-4f21-8a89-1e122587f254", "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": "0a673b17-bca9-4f21-8a89-1e122587f254"}} 2018-09-01 00:38:33,586 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5fef890a-b31a-4be1-828d-caa9137db281 2018-09-01 00:38:33,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.874006032944s 2018-09-01 00:38:33,587 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5fef890a-b31a-4be1-828d-caa9137db281 2018-09-01 00:38:33,587 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d', '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'82385a1db3524c2f9b0afe851a76008c', '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'0a673b17-bca9-4f21-8a89-1e122587f254', 'swap': 0}) 2018-09-01 00:38:33,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 00:38:33,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/0a673b17-bca9-4f21-8a89-1e122587f254/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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"extra_specs": {}}' 2018-09-01 00:38:33,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1f5e92b2-1517-4dd4-8740-2b7264797c51 x-compute-request-id: req-1f5e92b2-1517-4dd4-8740-2b7264797c51 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 00:38:33,728 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0a673b17-bca9-4f21-8a89-1e122587f254/os-extra_specs used request id req-1f5e92b2-1517-4dd4-8740-2b7264797c51 2018-09-01 00:38:33,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.139684915543s 2018-09-01 00:38:33,728 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0a673b17-bca9-4f21-8a89-1e122587f254/os-extra_specs used request id req-1f5e92b2-1517-4dd4-8740-2b7264797c51 2018-09-01 00:38:33,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 00:38:33,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"keypair": {"name": "singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}}' 2018-09-01 00:38:34,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38: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-b45673c9-52a9-4de1-8e96-b9a7dc8f8e29 x-compute-request-id: req-b45673c9-52a9-4de1-8e96-b9a7dc8f8e29 Content-Encoding: gzip Content-Length: 1810 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3blKXJ9qraH4o4kZkuxFAvcdttQ29/bSq08grD6AoO84dVP0wZSeClbmWjTFNItoLeSPSRjeS/7wj6DJtR7P2gLVzci+V2JrGxfG1aVQ916qr8TqU3nW+rWYod01y18FNHd6j66wEOVGcF3BoqmtHtRJhxtehsPDyANonxmRHZ6XF9sIJlebU1VrZHGQ00VNrEowzqWzdLplOUfLRSqHeHb0HdYQNzoPpa0htB+nRti1F5MRzQDjONMULFQI/H1he7WhxscP0g3TM70V9mEjTV9l6WOkZk2OpMwGIw8hHNeJdt60kNDXOvr1RFciIvjmR3DuppolNZKhByjjqOBuH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAt25Slyfaq2h+KOJGZLsRQL3HbbUNvf20qtPIKw+gKDvOHVT9\nMGUngpW5lo0xTSLaC3kj0kY3kv+8I+gybUez9oC1c3IvldiaxsXxtWlUPdeqq/E6\nlN51vq1mKHdNctfBTR3eo+usBDlRnBdwaKprR7USYcbXobDw8gDaJ8ZkR2elxfbC\nCZXm1NVa2RxkNNFTaxKMM6ls3S6ZTlHy0Uqh3h29B3WEDc6D6WtIbQfp0bYtReTE\nc0A4zjTFCxUCPx9YXu1ocbHD9IN0zO9FfZhI01fZeljpGZNjqTMBiMPIRzXiXbet\nJDQ1zr69URXIiL45kdw7qaaJTWSoQco46jgbhwIDAQABAoIBAFOgyai+c9SIDFSp\nbPyJyQDiRSUAUaaYH6FucqknM5aERaFb2R8STyQbDQTVlG+dfxmR/kHk33t2eplI\nSI1IDoVJAvECUy2XFmGfZ2aVAeI8DETd8x5iGf534cZ7NeUw9qEpCBNl5AP8+fcX\nPJmLcOO9awcG99Jw8Dj1KIDP03I1ymV+3N9CvEOhjz6myEBpumHuW5GBgSSO/htZ\nLELjAGvGPFw6A9buSgdrwtVXMkk9g3lrJc6U4fj8iEvs0yq9lds1z3LsV9fu9pow\nruWIUIaafLXrJG7TsBWHFFJPPc52Qznb+TM1sjD/0uUxBjFLkI0k4WBuuIAerk3s\n/JlB/sECgYEA2qOu0+x5IcZ3+ecpHCIigSD4HRludnQjvo0cCtSg4MpVdOY78zKP\njnZ5g0XPaX7DkGL0OdLpFoj+Xc82yRIMWcdPAwEbX0/R9ZmKJ7oSqg9Nzd/OzF3j\n7rN0abCaq82l07X23o2822RqKpq2psmK90vCJpnOt491r7VLb1SBLmcCgYEA1sZ0\n6I1WhXqueY8RbJiiKx2e+ZhSxpV1CgvrkOKhsG6JUK9lsJ45bJ0b2npSBzjB48K6\nQxHTIdfUm1/GaZI8xmWwG+dkQX7XkWf9plEjiNL5FAW+AUPG1uOa2WTbj/Azo1mY\nW4LHMaS0CZVKqxz18siPu2nSe2nJY3Qo8yd1NeECgYEAyXR8iGShkE9xCODH7lY9\neMHKG/Xs5FRLAy6+IfSdb8K/TwE9R+7Ue64KdLyESm40//tNkWIWx17fEcz2a/qn\nSqns0ZXZhM7lZOledRBsVinXxNRtlb0FYlIT97Z0Lc1E+Hf3ykTLOVOixzLbDX8y\n/n3dnPenk1cqVwYzRZeVmA0CgYB6cB6bqF9nrr2iXNYxE353l+ZWIekmfnN/a7Y6\nHYjRnOI5FhShsEHKUnJbhZoXtdqKrisjKxky1OjGPr5M1upArB3OeoYj9FyN7zuh\nweXBDYyjRnbAH9ROEujm/+FPWD8H437AxHgsK9nbELnFfLgVVRLjY3tzkaYWRVVG\n8PqX4QKBgQDA5DDDcaO21u9VeqHfublKSeZxRviyqjQH2BcfkpgWWHWHzfWDL26y\nsaiXvqzyCR1DjCdJ3KsyEViu1MeGv4oumKgRjMe2W3IsPJfXW6vdwwFOmnR3IrA+\nN88tWJOJXAL2zN2S2kjfh2VR4aLM6WtkwY2vRdOb5a22fhKzL8YpCw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "c1e3ed7585964a61bb487b909cdc21f1", "name": "singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "fingerprint": "64:1b:a1:e5:a1:5f:a6:7a:c9:47:0f:59:b5:42:0c:60"}} 2018-09-01 00:38:34,042 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-b45673c9-52a9-4de1-8e96-b9a7dc8f8e29 2018-09-01 00:38:34,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.313714027405s 2018-09-01 00:38:34,043 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-b45673c9-52a9-4de1-8e96-b9a7dc8f8e29 2018-09-01 00:38:34,044 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3blKXJ9qraH4o4kZkuxFAvcdttQ29/bSq08grD6AoO84dVP0wZSeClbmWjTFNItoLeSPSRjeS/7wj6DJtR7P2gLVzci+V2JrGxfG1aVQ916qr8TqU3nW+rWYod01y18FNHd6j66wEOVGcF3BoqmtHtRJhxtehsPDyANonxmRHZ6XF9sIJlebU1VrZHGQ00VNrEowzqWzdLplOUfLRSqHeHb0HdYQNzoPpa0htB+nRti1F5MRzQDjONMULFQI/H1he7WhxscP0g3TM70V9mEjTV9l6WOkZk2OpMwGIw8hHNeJdt60kNDXOvr1RFciIvjmR3DuppolNZKhByjjqOBuH Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAt25Slyfaq2h+KOJGZLsRQL3HbbUNvf20qtPIKw+gKDvOHVT9\nMGUngpW5lo0xTSLaC3kj0kY3kv+8I+gybUez9oC1c3IvldiaxsXxtWlUPdeqq/E6\nlN51vq1mKHdNctfBTR3eo+usBDlRnBdwaKprR7USYcbXobDw8gDaJ8ZkR2elxfbC\nCZXm1NVa2RxkNNFTaxKMM6ls3S6ZTlHy0Uqh3h29B3WEDc6D6WtIbQfp0bYtReTE\nc0A4zjTFCxUCPx9YXu1ocbHD9IN0zO9FfZhI01fZeljpGZNjqTMBiMPIRzXiXbet\nJDQ1zr69URXIiL45kdw7qaaJTWSoQco46jgbhwIDAQABAoIBAFOgyai+c9SIDFSp\nbPyJyQDiRSUAUaaYH6FucqknM5aERaFb2R8STyQbDQTVlG+dfxmR/kHk33t2eplI\nSI1IDoVJAvECUy2XFmGfZ2aVAeI8DETd8x5iGf534cZ7NeUw9qEpCBNl5AP8+fcX\nPJmLcOO9awcG99Jw8Dj1KIDP03I1ymV+3N9CvEOhjz6myEBpumHuW5GBgSSO/htZ\nLELjAGvGPFw6A9buSgdrwtVXMkk9g3lrJc6U4fj8iEvs0yq9lds1z3LsV9fu9pow\nruWIUIaafLXrJG7TsBWHFFJPPc52Qznb+TM1sjD/0uUxBjFLkI0k4WBuuIAerk3s\n/JlB/sECgYEA2qOu0+x5IcZ3+ecpHCIigSD4HRludnQjvo0cCtSg4MpVdOY78zKP\njnZ5g0XPaX7DkGL0OdLpFoj+Xc82yRIMWcdPAwEbX0/R9ZmKJ7oSqg9Nzd/OzF3j\n7rN0abCaq82l07X23o2822RqKpq2psmK90vCJpnOt491r7VLb1SBLmcCgYEA1sZ0\n6I1WhXqueY8RbJiiKx2e+ZhSxpV1CgvrkOKhsG6JUK9lsJ45bJ0b2npSBzjB48K6\nQxHTIdfUm1/GaZI8xmWwG+dkQX7XkWf9plEjiNL5FAW+AUPG1uOa2WTbj/Azo1mY\nW4LHMaS0CZVKqxz18siPu2nSe2nJY3Qo8yd1NeECgYEAyXR8iGShkE9xCODH7lY9\neMHKG/Xs5FRLAy6+IfSdb8K/TwE9R+7Ue64KdLyESm40//tNkWIWx17fEcz2a/qn\nSqns0ZXZhM7lZOledRBsVinXxNRtlb0FYlIT97Z0Lc1E+Hf3ykTLOVOixzLbDX8y\n/n3dnPenk1cqVwYzRZeVmA0CgYB6cB6bqF9nrr2iXNYxE353l+ZWIekmfnN/a7Y6\nHYjRnOI5FhShsEHKUnJbhZoXtdqKrisjKxky1OjGPr5M1upArB3OeoYj9FyN7zuh\nweXBDYyjRnbAH9ROEujm/+FPWD8H437AxHgsK9nbELnFfLgVVRLjY3tzkaYWRVVG\n8PqX4QKBgQDA5DDDcaO21u9VeqHfublKSeZxRviyqjQH2BcfkpgWWHWHzfWDL26y\nsaiXvqzyCR1DjCdJ3KsyEViu1MeGv4oumKgRjMe2W3IsPJfXW6vdwwFOmnR3IrA+\nN88tWJOJXAL2zN2S2kjfh2VR4aLM6WtkwY2vRdOb5a22fhKzL8YpCw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c1e3ed7585964a61bb487b909cdc21f1', 'name': u'singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d', 'created_at': '2018-09-01T00:38:34.044037', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'82385a1db3524c2f9b0afe851a76008c', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'64:1b:a1:e5:a1:5f:a6:7a:c9:47:0f:59:b5:42:0c:60', 'type': 'ssh', 'id': u'singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d'}) 2018-09-01 00:38:34,044 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAt25Slyfaq2h+KOJGZLsRQL3HbbUNvf20qtPIKw+gKDvOHVT9 MGUngpW5lo0xTSLaC3kj0kY3kv+8I+gybUez9oC1c3IvldiaxsXxtWlUPdeqq/E6 lN51vq1mKHdNctfBTR3eo+usBDlRnBdwaKprR7USYcbXobDw8gDaJ8ZkR2elxfbC CZXm1NVa2RxkNNFTaxKMM6ls3S6ZTlHy0Uqh3h29B3WEDc6D6WtIbQfp0bYtReTE c0A4zjTFCxUCPx9YXu1ocbHD9IN0zO9FfZhI01fZeljpGZNjqTMBiMPIRzXiXbet JDQ1zr69URXIiL45kdw7qaaJTWSoQco46jgbhwIDAQABAoIBAFOgyai+c9SIDFSp bPyJyQDiRSUAUaaYH6FucqknM5aERaFb2R8STyQbDQTVlG+dfxmR/kHk33t2eplI SI1IDoVJAvECUy2XFmGfZ2aVAeI8DETd8x5iGf534cZ7NeUw9qEpCBNl5AP8+fcX PJmLcOO9awcG99Jw8Dj1KIDP03I1ymV+3N9CvEOhjz6myEBpumHuW5GBgSSO/htZ LELjAGvGPFw6A9buSgdrwtVXMkk9g3lrJc6U4fj8iEvs0yq9lds1z3LsV9fu9pow ruWIUIaafLXrJG7TsBWHFFJPPc52Qznb+TM1sjD/0uUxBjFLkI0k4WBuuIAerk3s /JlB/sECgYEA2qOu0+x5IcZ3+ecpHCIigSD4HRludnQjvo0cCtSg4MpVdOY78zKP jnZ5g0XPaX7DkGL0OdLpFoj+Xc82yRIMWcdPAwEbX0/R9ZmKJ7oSqg9Nzd/OzF3j 7rN0abCaq82l07X23o2822RqKpq2psmK90vCJpnOt491r7VLb1SBLmcCgYEA1sZ0 6I1WhXqueY8RbJiiKx2e+ZhSxpV1CgvrkOKhsG6JUK9lsJ45bJ0b2npSBzjB48K6 QxHTIdfUm1/GaZI8xmWwG+dkQX7XkWf9plEjiNL5FAW+AUPG1uOa2WTbj/Azo1mY W4LHMaS0CZVKqxz18siPu2nSe2nJY3Qo8yd1NeECgYEAyXR8iGShkE9xCODH7lY9 eMHKG/Xs5FRLAy6+IfSdb8K/TwE9R+7Ue64KdLyESm40//tNkWIWx17fEcz2a/qn Sqns0ZXZhM7lZOledRBsVinXxNRtlb0FYlIT97Z0Lc1E+Hf3ykTLOVOixzLbDX8y /n3dnPenk1cqVwYzRZeVmA0CgYB6cB6bqF9nrr2iXNYxE353l+ZWIekmfnN/a7Y6 HYjRnOI5FhShsEHKUnJbhZoXtdqKrisjKxky1OjGPr5M1upArB3OeoYj9FyN7zuh weXBDYyjRnbAH9ROEujm/+FPWD8H437AxHgsK9nbELnFfLgVVRLjY3tzkaYWRVVG 8PqX4QKBgQDA5DDDcaO21u9VeqHfublKSeZxRviyqjQH2BcfkpgWWHWHzfWDL26y saiXvqzyCR1DjCdJ3KsyEViu1MeGv4oumKgRjMe2W3IsPJfXW6vdwwFOmnR3IrA+ N88tWJOJXAL2zN2S2kjfh2VR4aLM6WtkwY2vRdOb5a22fhKzL8YpCw== -----END RSA PRIVATE KEY----- 2018-09-01 00:38:34,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 00:38:34,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"security_group": {"name": "singlevm1-sg_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-09-01 00:38:34,283 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-287afb68-8f6c-45d0-96ee-76080d361d69 Date: Sat, 01 Sep 2018 00:38:34 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:38:34Z", "updated_at": "2018-09-01T00:38:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:38:34Z", "revision_number": 0, "id": "8181d3b9-653d-4b14-8d9a-5fa6730fa9bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:38:34Z", "security_group_id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:38:34Z", "revision_number": 0, "id": "b832bf24-9887-4fa3-949b-9f953470458e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:38:34Z", "security_group_id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82385a1db3524c2f9b0afe851a76008c"}], "revision_number": 1, "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "name": "singlevm1-sg_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}} 2018-09-01 00:38:34,284 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-287afb68-8f6c-45d0-96ee-76080d361d69 2018-09-01 00:38:34,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.236629009247s 2018-09-01 00:38:34,284 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-287afb68-8f6c-45d0-96ee-76080d361d69 2018-09-01 00:38:34,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 00:38:34,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:34,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-1d168988-7bec-4253-999a-8af4452fbe19 Date: Sat, 01 Sep 2018 00:38:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "created_at": "2018-09-01T00:37:02Z", "updated_at": "2018-09-01T00:37:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:02Z", "revision_number": 0, "id": "788ca537-6789-46ff-a163-35f47f6f6e25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:02Z", "security_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "port_range_min": null, "ethertype": "IPv4", "project_id": "746fe1ddda014e3095b8a2313f7d8557"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:02Z", "revision_number": 0, "id": "7d16926e-7504-45a1-920a-6ff4ead6e97c", "remote_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:02Z", "security_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "port_range_min": null, "ethertype": "IPv6", "project_id": "746fe1ddda014e3095b8a2313f7d8557"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:02Z", "revision_number": 0, "id": "aa5d48e0-0971-47ea-9ec5-0060e41112be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:02Z", "security_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "port_range_min": null, "ethertype": "IPv6", "project_id": "746fe1ddda014e3095b8a2313f7d8557"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:02Z", "revision_number": 0, "id": "c39ec767-ab9e-4487-aae3-902de9b7c88f", "remote_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:02Z", "security_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "port_range_min": null, "ethertype": "IPv4", "project_id": "746fe1ddda014e3095b8a2313f7d8557"}], "revision_number": 1, "project_id": "746fe1ddda014e3095b8a2313f7d8557", "id": "485ac38d-9db6-434f-a920-b11862a2df53", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T00:36:40Z", "updated_at": "2018-09-01T00:36:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:40Z", "revision_number": 0, "id": "4cd9f226-a692-4caf-88eb-65a3ad8189b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:40Z", "security_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:40Z", "revision_number": 0, "id": "a7af360d-5914-4012-9dff-c66be39e728b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:40Z", "security_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:40Z", "revision_number": 0, "id": "b9aa3b28-5ee4-4308-acda-ee476e783f16", "remote_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:40Z", "security_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:40Z", "revision_number": 0, "id": "fc7c5b8c-e1e4-4d8f-9be3-ab130f771bc3", "remote_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:40Z", "security_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:36:36Z", "updated_at": "2018-09-01T00:36:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:36Z", "revision_number": 0, "id": "13a7649b-d402-4c99-a846-520fd4886f88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:36Z", "security_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:37Z", "revision_number": 0, "id": "24c47037-a495-473d-8190-e2d48fa22dc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:37Z", "security_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:36Z", "revision_number": 0, "id": "67a961a5-1051-40f2-80b8-3c6964af49d3", "remote_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:36Z", "security_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:36Z", "revision_number": 0, "id": "8696ed1d-3839-4548-9a32-b3f401a79463", "remote_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:36Z", "security_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82385a1db3524c2f9b0afe851a76008c"}], "revision_number": 1, "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "90150ef4-7b97-4240-8ca5-5572839a569e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "created_at": "2018-09-01T00:37:56Z", "updated_at": "2018-09-01T00:37:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:56Z", "revision_number": 0, "id": "09deea49-42f5-4446-91bb-158e7bf0ebcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:56Z", "security_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "72fd21f3f61244b0a182398d6ce1b1e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:57Z", "revision_number": 0, "id": "105e7b9a-3c7e-4ffe-83e9-33c70a0810a5", "remote_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:57Z", "security_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "72fd21f3f61244b0a182398d6ce1b1e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:57Z", "revision_number": 0, "id": "22b18526-8ee2-48a6-87f0-750a6796e2b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:57Z", "security_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "72fd21f3f61244b0a182398d6ce1b1e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:56Z", "revision_number": 0, "id": "5ee8c9df-489b-4531-a324-75d0eca65ede", "remote_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:56Z", "security_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "72fd21f3f61244b0a182398d6ce1b1e3"}], "revision_number": 1, "project_id": "72fd21f3f61244b0a182398d6ce1b1e3", "id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "created_at": "2018-09-01T00:33:18Z", "updated_at": "2018-09-01T00:33:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:33:18Z", "revision_number": 0, "id": "80b02e80-3a79-4e8e-9810-d43ba0bb8ea4", "remote_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "remote_ip_prefix": null, "created_at": "2018-09-01T00:33:18Z", "security_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "124aad9de364486f8e974ab17ceaff0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:33:18Z", "revision_number": 0, "id": "9582deba-9836-4334-ba12-28423eb9720a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:33:18Z", "security_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "124aad9de364486f8e974ab17ceaff0b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:33:18Z", "revision_number": 0, "id": "9b387ab7-88be-42e3-b23d-040d974eb90a", "remote_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "remote_ip_prefix": null, "created_at": "2018-09-01T00:33:18Z", "security_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "124aad9de364486f8e974ab17ceaff0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:33:18Z", "revision_number": 0, "id": "f0bb66ee-3d2a-4205-9f3d-21a5b07e596b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:33:18Z", "security_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "124aad9de364486f8e974ab17ceaff0b"}], "revision_number": 1, "project_id": "124aad9de364486f8e974ab17ceaff0b", "id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:38:34Z", "updated_at": "2018-09-01T00:38:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:38:34Z", "revision_number": 0, "id": "8181d3b9-653d-4b14-8d9a-5fa6730fa9bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:38:34Z", "security_group_id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:38:34Z", "revision_number": 0, "id": "b832bf24-9887-4fa3-949b-9f953470458e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:38:34Z", "security_group_id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82385a1db3524c2f9b0afe851a76008c"}], "revision_number": 1, "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "name": "singlevm1-sg_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}]} 2018-09-01 00:38:34,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1d168988-7bec-4253-999a-8af4452fbe19 2018-09-01 00:38:34,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.350295066833s 2018-09-01 00:38:34,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1d168988-7bec-4253-999a-8af4452fbe19 2018-09-01 00:38:34,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 00:38:34,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -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": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b"}}' 2018-09-01 00:38:35,133 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-81785213-23d3-4a97-93bf-87b7c9653940 Date: Sat, 01 Sep 2018 00:38:35 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-01T00:38:35Z", "security_group_id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "port_range_min": 22, "revision_number": 0, "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:38:35Z", "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "6ca7ca92-3737-4ae1-b179-3cd7e796fc6b"}} 2018-09-01 00:38:35,133 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-81785213-23d3-4a97-93bf-87b7c9653940 2018-09-01 00:38:35,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.48947095871s 2018-09-01 00:38:35,134 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-81785213-23d3-4a97-93bf-87b7c9653940 2018-09-01 00:38:35,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 00:38:35,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:35,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-dc6654e6-7ecc-4b37-a610-c7e7254be442 Date: Sat, 01 Sep 2018 00:38:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "created_at": "2018-09-01T00:37:02Z", "updated_at": "2018-09-01T00:37:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:02Z", "revision_number": 0, "id": "788ca537-6789-46ff-a163-35f47f6f6e25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:02Z", "security_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "port_range_min": null, "ethertype": "IPv4", "project_id": "746fe1ddda014e3095b8a2313f7d8557"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:02Z", "revision_number": 0, "id": "7d16926e-7504-45a1-920a-6ff4ead6e97c", "remote_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:02Z", "security_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "port_range_min": null, "ethertype": "IPv6", "project_id": "746fe1ddda014e3095b8a2313f7d8557"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:02Z", "revision_number": 0, "id": "aa5d48e0-0971-47ea-9ec5-0060e41112be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:02Z", "security_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "port_range_min": null, "ethertype": "IPv6", "project_id": "746fe1ddda014e3095b8a2313f7d8557"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:02Z", "revision_number": 0, "id": "c39ec767-ab9e-4487-aae3-902de9b7c88f", "remote_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:02Z", "security_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "port_range_min": null, "ethertype": "IPv4", "project_id": "746fe1ddda014e3095b8a2313f7d8557"}], "revision_number": 1, "project_id": "746fe1ddda014e3095b8a2313f7d8557", "id": "485ac38d-9db6-434f-a920-b11862a2df53", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T00:36:40Z", "updated_at": "2018-09-01T00:36:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:40Z", "revision_number": 0, "id": "4cd9f226-a692-4caf-88eb-65a3ad8189b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:40Z", "security_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:40Z", "revision_number": 0, "id": "a7af360d-5914-4012-9dff-c66be39e728b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:40Z", "security_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:40Z", "revision_number": 0, "id": "b9aa3b28-5ee4-4308-acda-ee476e783f16", "remote_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:40Z", "security_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:40Z", "revision_number": 0, "id": "fc7c5b8c-e1e4-4d8f-9be3-ab130f771bc3", "remote_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:40Z", "security_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:36:36Z", "updated_at": "2018-09-01T00:36:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:36Z", "revision_number": 0, "id": "13a7649b-d402-4c99-a846-520fd4886f88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:36Z", "security_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:37Z", "revision_number": 0, "id": "24c47037-a495-473d-8190-e2d48fa22dc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:37Z", "security_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:36Z", "revision_number": 0, "id": "67a961a5-1051-40f2-80b8-3c6964af49d3", "remote_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:36Z", "security_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:36Z", "revision_number": 0, "id": "8696ed1d-3839-4548-9a32-b3f401a79463", "remote_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:36Z", "security_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82385a1db3524c2f9b0afe851a76008c"}], "revision_number": 1, "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "90150ef4-7b97-4240-8ca5-5572839a569e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "created_at": "2018-09-01T00:37:56Z", "updated_at": "2018-09-01T00:37:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:56Z", "revision_number": 0, "id": "09deea49-42f5-4446-91bb-158e7bf0ebcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:56Z", "security_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "72fd21f3f61244b0a182398d6ce1b1e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:57Z", "revision_number": 0, "id": "105e7b9a-3c7e-4ffe-83e9-33c70a0810a5", "remote_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:57Z", "security_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "72fd21f3f61244b0a182398d6ce1b1e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:57Z", "revision_number": 0, "id": "22b18526-8ee2-48a6-87f0-750a6796e2b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:57Z", "security_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "72fd21f3f61244b0a182398d6ce1b1e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:56Z", "revision_number": 0, "id": "5ee8c9df-489b-4531-a324-75d0eca65ede", "remote_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:56Z", "security_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "72fd21f3f61244b0a182398d6ce1b1e3"}], "revision_number": 1, "project_id": "72fd21f3f61244b0a182398d6ce1b1e3", "id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "created_at": "2018-09-01T00:33:18Z", "updated_at": "2018-09-01T00:33:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:33:18Z", "revision_number": 0, "id": "80b02e80-3a79-4e8e-9810-d43ba0bb8ea4", "remote_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "remote_ip_prefix": null, "created_at": "2018-09-01T00:33:18Z", "security_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "124aad9de364486f8e974ab17ceaff0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:33:18Z", "revision_number": 0, "id": "9582deba-9836-4334-ba12-28423eb9720a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:33:18Z", "security_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "124aad9de364486f8e974ab17ceaff0b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:33:18Z", "revision_number": 0, "id": "9b387ab7-88be-42e3-b23d-040d974eb90a", "remote_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "remote_ip_prefix": null, "created_at": "2018-09-01T00:33:18Z", "security_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "124aad9de364486f8e974ab17ceaff0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:33:18Z", "revision_number": 0, "id": "f0bb66ee-3d2a-4205-9f3d-21a5b07e596b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:33:18Z", "security_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "124aad9de364486f8e974ab17ceaff0b"}], "revision_number": 1, "project_id": "124aad9de364486f8e974ab17ceaff0b", "id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:38:34Z", "updated_at": "2018-09-01T00:38:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T00:38:35Z", "revision_number": 0, "id": "6ca7ca92-3737-4ae1-b179-3cd7e796fc6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:38:35Z", "security_group_id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:38:34Z", "revision_number": 0, "id": "8181d3b9-653d-4b14-8d9a-5fa6730fa9bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:38:34Z", "security_group_id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:38:34Z", "revision_number": 0, "id": "b832bf24-9887-4fa3-949b-9f953470458e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:38:34Z", "security_group_id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82385a1db3524c2f9b0afe851a76008c"}], "revision_number": 2, "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "name": "singlevm1-sg_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}]} 2018-09-01 00:38:35,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-dc6654e6-7ecc-4b37-a610-c7e7254be442 2018-09-01 00:38:35,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0917298793793s 2018-09-01 00:38:35,230 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-dc6654e6-7ecc-4b37-a610-c7e7254be442 2018-09-01 00:38:35,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 00:38:35,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -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": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b"}}' 2018-09-01 00:38:35,684 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-3bf1df2e-cef4-4e04-b017-1fa7ef699aad Date: Sat, 01 Sep 2018 00:38:35 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-01T00:38:35Z", "security_group_id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "port_range_min": null, "revision_number": 0, "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:38:35Z", "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "c372986e-2e44-40ba-afd3-0deeeb231df9"}} 2018-09-01 00:38:35,684 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-3bf1df2e-cef4-4e04-b017-1fa7ef699aad 2018-09-01 00:38:35,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.451081991196s 2018-09-01 00:38:35,685 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-3bf1df2e-cef4-4e04-b017-1fa7ef699aad 2018-09-01 00:38:35,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:38:35,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:35,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-416b695c-2028-4789-a385-3f6633546e2e Date: Sat, 01 Sep 2018 00:38:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"504ed884-b6a0-41aa-8781-ba6f0ff4fffa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","subnets":["bc637713-2635-4920-b816-6e011846ab09"],"description":"","tags":[],"updated_at":"2018-09-01T00:38:25Z","provider:segmentation_id":65,"name":"singlevm1-net_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d","admin_state_up":true,"tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:38:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:38:35,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-416b695c-2028-4789-a385-3f6633546e2e 2018-09-01 00:38:35,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0985660552979s 2018-09-01 00:38:35,786 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-416b695c-2028-4789-a385-3f6633546e2e 2018-09-01 00:38:35,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:38:35,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:36,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-7187ca62-e53e-4d46-bda8-a0dfdef3594e Date: Sat, 01 Sep 2018 00:38:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:38:31Z", "file": "/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/file", "owner": "82385a1db3524c2f9b0afe851a76008c", "id": "6fe4faa8-5482-43d6-8c53-a39f885078b6", "size": 12716032, "self": "/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:38:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:38:36,564 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7187ca62-e53e-4d46-bda8-a0dfdef3594e 2018-09-01 00:38:36,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.774196147919s 2018-09-01 00:38:36,565 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7187ca62-e53e-4d46-bda8-a0dfdef3594e 2018-09-01 00:38:36,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:38:36,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:36,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38: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-61e47991-e246-4ac5-ad53-e2f6ebee050a x-compute-request-id: req-61e47991-e246-4ac5-ad53-e2f6ebee050a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0a673b17-bca9-4f21-8a89-1e122587f254", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0a673b17-bca9-4f21-8a89-1e122587f254", "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": "0a673b17-bca9-4f21-8a89-1e122587f254"}]} 2018-09-01 00:38:36,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-61e47991-e246-4ac5-ad53-e2f6ebee050a 2018-09-01 00:38:36,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.129750013351s 2018-09-01 00:38:36,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-61e47991-e246-4ac5-ad53-e2f6ebee050a 2018-09-01 00:38:36,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 00:38:36,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"server": {"name": "singlevm1-vm_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "imageRef": "6fe4faa8-5482-43d6-8c53-a39f885078b6", "key_name": "singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "flavorRef": "0a673b17-bca9-4f21-8a89-1e122587f254", "max_count": 1, "min_count": 1, "networks": [{"uuid": "504ed884-b6a0-41aa-8781-ba6f0ff4fffa"}], "security_groups": [{"name": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b"}]}}' 2018-09-01 00:38:42,778 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:38: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-49f56802-8c60-46c7-a811-a32a5617b59a x-compute-request-id: req-49f56802-8c60-46c7-a811-a32a5617b59a Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b"}], "OS-DCF:diskConfig": "MANUAL", "id": "04621c0a-86ac-4d7f-88fb-93792eae8f08", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "bookmark"}], "adminPass": "nJ4YWVn44ecw"}} 2018-09-01 00:38:42,778 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-49f56802-8c60-46c7-a811-a32a5617b59a 2018-09-01 00:38:42,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 6.07934093475s 2018-09-01 00:38:42,779 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-49f56802-8c60-46c7-a811-a32a5617b59a 2018-09-01 00:38:42,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:38:42,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:44,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-198aee65-318b-4a4b-bf9d-75e4036faa6d x-compute-request-id: req-198aee65-318b-4a4b-bf9d-75e4036faa6d 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.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "bookmark"}], "image": {"id": "6fe4faa8-5482-43d6-8c53-a39f885078b6", "links": [{"href": "http://172.30.9.23:8774/images/6fe4faa8-5482-43d6-8c53-a39f885078b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a673b17-bca9-4f21-8a89-1e122587f254", "links": [{"href": "http://172.30.9.23:8774/flavors/0a673b17-bca9-4f21-8a89-1e122587f254", "rel": "bookmark"}]}, "id": "04621c0a-86ac-4d7f-88fb-93792eae8f08", "user_id": "c1e3ed7585964a61bb487b909cdc21f1", "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-01T00:38:43Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "created": "2018-09-01T00:38:42Z", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:38:44,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-198aee65-318b-4a4b-bf9d-75e4036faa6d 2018-09-01 00:38:44,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.26202511787s 2018-09-01 00:38:44,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-198aee65-318b-4a4b-bf9d-75e4036faa6d 2018-09-01 00:38:44,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:38:44,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:44,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-a5dcc767-a443-49bd-b43a-75064c3e9739 Date: Sat, 01 Sep 2018 00:38:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"504ed884-b6a0-41aa-8781-ba6f0ff4fffa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","subnets":["bc637713-2635-4920-b816-6e011846ab09"],"description":"","tags":[],"updated_at":"2018-09-01T00:38:25Z","provider:segmentation_id":65,"name":"singlevm1-net_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d","admin_state_up":true,"tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:38:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:38:44,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a5dcc767-a443-49bd-b43a-75064c3e9739 2018-09-01 00:38:44,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.374383211136s 2018-09-01 00:38:44,423 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a5dcc767-a443-49bd-b43a-75064c3e9739 2018-09-01 00:38:44,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:38:44,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:45,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-460fe3ca-1cea-4a56-a253-2583db7b647b Date: Sat, 01 Sep 2018 00:38:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5947624d-2604-4eb8-9ac2-b3c2573254db","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:26Z","dns_nameservers":[],"updated_at":"2018-09-01T00:33:26Z","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":"124aad9de364486f8e974ab17ceaff0b","id":"b8d15748-1221-4d39-8b04-bf36c4f12d33","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"504ed884-b6a0-41aa-8781-ba6f0ff4fffa","tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:38:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:38:25Z","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":"82385a1db3524c2f9b0afe851a76008c","id":"bc637713-2635-4920-b816-6e011846ab09","subnetpool_id":null,"name":"singlevm1-subnet_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}]} 2018-09-01 00:38:45,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-460fe3ca-1cea-4a56-a253-2583db7b647b 2018-09-01 00:38:45,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.05252385139s 2018-09-01 00:38:45,477 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-460fe3ca-1cea-4a56-a253-2583db7b647b 2018-09-01 00:38:45,478 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:38:47,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:38:47,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:49,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38: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-97a4b47e-79a5-4f5c-8bff-4583637b66f5 x-compute-request-id: req-97a4b47e-79a5-4f5c-8bff-4583637b66f5 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "bookmark"}], "image": {"id": "6fe4faa8-5482-43d6-8c53-a39f885078b6", "links": [{"href": "http://172.30.9.23:8774/images/6fe4faa8-5482-43d6-8c53-a39f885078b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a673b17-bca9-4f21-8a89-1e122587f254", "links": [{"href": "http://172.30.9.23:8774/flavors/0a673b17-bca9-4f21-8a89-1e122587f254", "rel": "bookmark"}]}, "id": "04621c0a-86ac-4d7f-88fb-93792eae8f08", "security_groups": [{"name": "singlevm1-sg_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}], "user_id": "c1e3ed7585964a61bb487b909cdc21f1", "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-01T00:38:46Z", "hostId": "78861b51d5159adaf8fc80d04e26952d99c26cd26acdbb65d0116160", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "created": "2018-09-01T00:38:42Z", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:38:49,137 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-97a4b47e-79a5-4f5c-8bff-4583637b66f5 2018-09-01 00:38:49,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.65606999397s 2018-09-01 00:38:49,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-97a4b47e-79a5-4f5c-8bff-4583637b66f5 2018-09-01 00:38:49,142 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:38:51,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:38:51,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:52,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38: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-8af0fea4-5a0d-489c-bc16-4d1e7ef9c3b1 x-compute-request-id: req-8af0fea4-5a0d-489c-bc16-4d1e7ef9c3b1 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:27:b8", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "bookmark"}], "image": {"id": "6fe4faa8-5482-43d6-8c53-a39f885078b6", "links": [{"href": "http://172.30.9.23:8774/images/6fe4faa8-5482-43d6-8c53-a39f885078b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a673b17-bca9-4f21-8a89-1e122587f254", "links": [{"href": "http://172.30.9.23:8774/flavors/0a673b17-bca9-4f21-8a89-1e122587f254", "rel": "bookmark"}]}, "id": "04621c0a-86ac-4d7f-88fb-93792eae8f08", "security_groups": [{"name": "singlevm1-sg_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}], "user_id": "c1e3ed7585964a61bb487b909cdc21f1", "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-01T00:38:47Z", "hostId": "78861b51d5159adaf8fc80d04e26952d99c26cd26acdbb65d0116160", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "created": "2018-09-01T00:38:42Z", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:38:52,706 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8af0fea4-5a0d-489c-bc16-4d1e7ef9c3b1 2018-09-01 00:38:52,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.56137490273s 2018-09-01 00:38:52,707 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8af0fea4-5a0d-489c-bc16-4d1e7ef9c3b1 2018-09-01 00:38:52,711 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:38:54,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:38:54,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:38:56,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3243f37a-277f-45f4-8698-89fde001d186 x-compute-request-id: req-3243f37a-277f-45f4-8698-89fde001d186 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:27:b8", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "bookmark"}], "image": {"id": "6fe4faa8-5482-43d6-8c53-a39f885078b6", "links": [{"href": "http://172.30.9.23:8774/images/6fe4faa8-5482-43d6-8c53-a39f885078b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a673b17-bca9-4f21-8a89-1e122587f254", "links": [{"href": "http://172.30.9.23:8774/flavors/0a673b17-bca9-4f21-8a89-1e122587f254", "rel": "bookmark"}]}, "id": "04621c0a-86ac-4d7f-88fb-93792eae8f08", "security_groups": [{"name": "singlevm1-sg_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}], "user_id": "c1e3ed7585964a61bb487b909cdc21f1", "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-01T00:38:47Z", "hostId": "78861b51d5159adaf8fc80d04e26952d99c26cd26acdbb65d0116160", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "created": "2018-09-01T00:38:42Z", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:38:56,299 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3243f37a-277f-45f4-8698-89fde001d186 2018-09-01 00:38:56,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.58548593521s 2018-09-01 00:38:56,300 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3243f37a-277f-45f4-8698-89fde001d186 2018-09-01 00:38:56,304 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:38:58,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:38:58,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:00,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:38: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-aaaf2dfb-2a62-4838-b78b-f517371c9cc9 x-compute-request-id: req-aaaf2dfb-2a62-4838-b78b-f517371c9cc9 Content-Encoding: gzip Content-Length: 814 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:27:b8", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "bookmark"}], "image": {"id": "6fe4faa8-5482-43d6-8c53-a39f885078b6", "links": [{"href": "http://172.30.9.23:8774/images/6fe4faa8-5482-43d6-8c53-a39f885078b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-09-01T00:38:54.000000", "flavor": {"id": "0a673b17-bca9-4f21-8a89-1e122587f254", "links": [{"href": "http://172.30.9.23:8774/flavors/0a673b17-bca9-4f21-8a89-1e122587f254", "rel": "bookmark"}]}, "id": "04621c0a-86ac-4d7f-88fb-93792eae8f08", "security_groups": [{"name": "singlevm1-sg_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}], "user_id": "c1e3ed7585964a61bb487b909cdc21f1", "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-01T00:38:55Z", "hostId": "78861b51d5159adaf8fc80d04e26952d99c26cd26acdbb65d0116160", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "created": "2018-09-01T00:38:42Z", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:39:00,116 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-aaaf2dfb-2a62-4838-b78b-f517371c9cc9 2018-09-01 00:39:00,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.81014204025s 2018-09-01 00:39:00,117 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-aaaf2dfb-2a62-4838-b78b-f517371c9cc9 2018-09-01 00:39:00,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:39:00,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=04621c0a-86ac-4d7f-88fb-93792eae8f08" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:00,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-7dd6484a-8db8-4101-98aa-5ac5b5196b57 Date: Sat, 01 Sep 2018 00:39:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T00:38:54Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc637713-2635-4920-b816-6e011846ab09","ip_address":"192.168.120.7"}],"id":"eb9d6fb4-a4a5-40da-82f3-50ff1dbd27d3","security_groups":["fa4abe65-d0c1-4c0b-abe8-f6c46432da6b"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:27:b8","project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"04621c0a-86ac-4d7f-88fb-93792eae8f08","name":"","admin_state_up":true,"network_id":"504ed884-b6a0-41aa-8781-ba6f0ff4fffa","tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:38:47Z","binding:vnic_type":"normal"}]} 2018-09-01 00:39:00,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=04621c0a-86ac-4d7f-88fb-93792eae8f08 used request id req-7dd6484a-8db8-4101-98aa-5ac5b5196b57 2018-09-01 00:39:00,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0435209274292s 2018-09-01 00:39:00,165 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=04621c0a-86ac-4d7f-88fb-93792eae8f08 used request id req-7dd6484a-8db8-4101-98aa-5ac5b5196b57 2018-09-01 00:39:00,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:39:00,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=eb9d6fb4-a4a5-40da-82f3-50ff1dbd27d3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:00,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8c349dab-ad57-4590-861a-0f947dd523d1 Date: Sat, 01 Sep 2018 00:39:00 GMT RESP BODY: {"floatingips": []} 2018-09-01 00:39:00,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=eb9d6fb4-a4a5-40da-82f3-50ff1dbd27d3 used request id req-8c349dab-ad57-4590-861a-0f947dd523d1 2018-09-01 00:39:00,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0435628890991s 2018-09-01 00:39:00,214 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=eb9d6fb4-a4a5-40da-82f3-50ff1dbd27d3 used request id req-8c349dab-ad57-4590-861a-0f947dd523d1 2018-09-01 00:39:00,215 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f6:27:b8', 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'6fe4faa8-5482-43d6-8c53-a39f885078b6'}), 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-01T00:38:54.000000', 'flavor': Munch({u'id': u'0a673b17-bca9-4f21-8a89-1e122587f254'}), 'az': u'nova', 'id': u'04621c0a-86ac-4d7f-88fb-93792eae8f08', 'security_groups': [Munch({u'name': u'singlevm1-sg_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c1e3ed7585964a61bb487b909cdc21f1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'82385a1db3524c2f9b0afe851a76008c', '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-01T00:38:54.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T00:38:55Z', 'hostId': u'78861b51d5159adaf8fc80d04e26952d99c26cd26acdbb65d0116160', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'78861b51d5159adaf8fc80d04e26952d99c26cd26acdbb65d0116160', '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-01T00:38:54.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'82385a1db3524c2f9b0afe851a76008c', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d', 'adminPass': u'nJ4YWVn44ecw', 'tenant_id': u'82385a1db3524c2f9b0afe851a76008c', 'created_at': u'2018-09-01T00:38:42Z', 'created': u'2018-09-01T00:38:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 00:39:00,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:39:00,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:00,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-0122d280-cc97-4115-9588-b7bfc6db1a2e Date: Sat, 01 Sep 2018 00:39:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"504ed884-b6a0-41aa-8781-ba6f0ff4fffa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","subnets":["bc637713-2635-4920-b816-6e011846ab09"],"description":"","tags":[],"updated_at":"2018-09-01T00:38:25Z","provider:segmentation_id":65,"name":"singlevm1-net_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d","admin_state_up":true,"tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:38:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:39:00,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0122d280-cc97-4115-9588-b7bfc6db1a2e 2018-09-01 00:39:00,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276937961578s 2018-09-01 00:39:00,496 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0122d280-cc97-4115-9588-b7bfc6db1a2e 2018-09-01 00:39:00,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:39:00,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=04621c0a-86ac-4d7f-88fb-93792eae8f08" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:00,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-6af7828a-8338-48ec-9235-5e0e79c1cee9 Date: Sat, 01 Sep 2018 00:39:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T00:38:54Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc637713-2635-4920-b816-6e011846ab09","ip_address":"192.168.120.7"}],"id":"eb9d6fb4-a4a5-40da-82f3-50ff1dbd27d3","security_groups":["fa4abe65-d0c1-4c0b-abe8-f6c46432da6b"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:27:b8","project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"04621c0a-86ac-4d7f-88fb-93792eae8f08","name":"","admin_state_up":true,"network_id":"504ed884-b6a0-41aa-8781-ba6f0ff4fffa","tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:38:47Z","binding:vnic_type":"normal"}]} 2018-09-01 00:39:00,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=04621c0a-86ac-4d7f-88fb-93792eae8f08 used request id req-6af7828a-8338-48ec-9235-5e0e79c1cee9 2018-09-01 00:39:00,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0467381477356s 2018-09-01 00:39:00,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=04621c0a-86ac-4d7f-88fb-93792eae8f08 used request id req-6af7828a-8338-48ec-9235-5e0e79c1cee9 2018-09-01 00:39:00,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 00:39:00,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"floatingip": {"floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.7", "port_id": "eb9d6fb4-a4a5-40da-82f3-50ff1dbd27d3"}}' 2018-09-01 00:39:02,672 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-4648456e-dde2-4510-a3de-30701a189184 Date: Sat, 01 Sep 2018 00:39:02 GMT RESP BODY: {"floatingip": {"router_id": "f1634653-9712-4b78-8112-2253cb0e7cd8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T00:39:01Z", "floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "eb9d6fb4-a4a5-40da-82f3-50ff1dbd27d3", "id": "a8be4790-6e07-489a-afac-cf2eec3e50d2", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:39:01Z", "project_id": "82385a1db3524c2f9b0afe851a76008c"}} 2018-09-01 00:39:02,672 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-4648456e-dde2-4510-a3de-30701a189184 2018-09-01 00:39:02,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.12727689743s 2018-09-01 00:39:02,673 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-4648456e-dde2-4510-a3de-30701a189184 2018-09-01 00:39:02,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:39:02,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:02,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-537e150e-6ea0-4380-885b-3375e1a30248 Date: Sat, 01 Sep 2018 00:39:02 GMT RESP BODY: {"floatingips": [{"router_id": "f1634653-9712-4b78-8112-2253cb0e7cd8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T00:39:01Z", "floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "eb9d6fb4-a4a5-40da-82f3-50ff1dbd27d3", "id": "a8be4790-6e07-489a-afac-cf2eec3e50d2", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:39:01Z", "project_id": "82385a1db3524c2f9b0afe851a76008c"}]} 2018-09-01 00:39:02,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-537e150e-6ea0-4380-885b-3375e1a30248 2018-09-01 00:39:02,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.059798002243s 2018-09-01 00:39:02,745 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-537e150e-6ea0-4380-885b-3375e1a30248 2018-09-01 00:39:02,747 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'f1634653-9712-4b78-8112-2253cb0e7cd8', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'82385a1db3524c2f9b0afe851a76008c', 'created_at': u'2018-09-01T00:39:01Z', 'attached': True, 'updated_at': u'2018-09-01T00:39:01Z', 'id': u'a8be4790-6e07-489a-afac-cf2eec3e50d2', 'floating_network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'82385a1db3524c2f9b0afe851a76008c', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f1634653-9712-4b78-8112-2253cb0e7cd8', 'project_id': u'82385a1db3524c2f9b0afe851a76008c', 'port_id': u'eb9d6fb4-a4a5-40da-82f3-50ff1dbd27d3', 'port': u'eb9d6fb4-a4a5-40da-82f3-50ff1dbd27d3', 'network': u'5947624d-2604-4eb8-9ac2-b3c2573254db'}) 2018-09-01 00:39:02,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 00:39:02,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08/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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 00:39:03,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39: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-5a7773fa-4b48-4630-8edd-f4ef611a2967 x-compute-request-id: req-5a7773fa-4b48-4630-8edd-f4ef611a2967 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 495830405 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.182890] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185138] pid_max: default: 32768 minimum: 301\n[ 0.186355] ACPI: Core revision 20150930\n[ 0.188037] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189832] Security Framework initialized\n[ 0.190947] Yama: becoming mindful.\n[ 0.191949] AppArmor: AppArmor initialized\n[ 0.193099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194852] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198169] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200000] Initializing cgroup subsys io\n[ 0.201100] Initializing cgroup subsys memory\n[ 0.202260] Initializing cgroup subsys devices\n[ 0.203439] Initializing cgroup subsys freezer\n[ 0.204610] Initializing cgroup subsys net_cls\n[ 0.205795] Initializing cgroup subsys perf_event\n[ 0.207024] Initializing cgroup subsys net_prio\n[ 0.208213] Initializing cgroup subsys hugetlb\n[ 0.209384] Initializing cgroup subsys pids\n[ 0.210546] CPU: Physical Processor ID: 0\n[ 0.212322] mce: CPU supports 10 MCE banks\n[ 0.213462] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229431] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236037] ftrace: allocating 31920 entries in 125 pages\n[ 0.262185] smpboot: Max logical packages: 1\n[ 0.263340] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265171] x2apic enabled\n[ 0.266316] Switched APIC routing to physical x2apic.\n[ 0.268735] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275349] KVM setup paravirtual spinlock\n[ 0.276914] x86: Booted up 1 node, 1 CPUs\n[ 0.278005] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279869] devtmpfs: initialized\n[ 0.281841] evm: security.selinux\n[ 0.282784] evm: security.SMACK64\n[ 0.283718] evm: security.SMACK64EXEC\n[ 0.284719] evm: security.SMACK64TRANSMUTE\n[ 0.285797] evm: security.SMACK64MMAP\n[ 0.286803] evm: security.ima\n[ 0.287686] evm: security.capability\n[ 0.288762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291231] pinctrl core: initialized pinctrl subsystem\n[ 0.292694] RTC time: 0:38:55, date: 09/01/18\n[ 0.293977] NET: Registered protocol family 16\n[ 0.295293] cpuidle: using governor ladder\n[ 0.296407] cpuidle: using governor menu\n[ 0.297482] PCCT header not found.\n[ 0.298490] ACPI: bus type PCI registered\n[ 0.299574] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301237] PCI: Using configuration type 1 for base access\n[ 0.303378] ACPI: Added _OSI(Module Device)\n[ 0.304516] ACPI: Added _OSI(Processor Device)\n[ 0.305674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.306881] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309072] ACPI: Interpreter enabled\n[ 0.310116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320142] ACPI: (supports S0 S5)\n[ 0.321106] ACPI: Using IOAPIC for interrupt routing\n[ 0.322388] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326177] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327706] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329334] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333831] acpiphp: Slot [3] registered\n[ 0.334917] acpiphp: Slot [4] registered\n[ 0.336004] acpiphp: Slot [5] registered\n[ 0.337092] acpiphp: Slot [6] registered\n[ 0.338174] acpiphp: Slot [7] registered\n[ 0.339253] acpiphp: Slot [8] registered\n[ 0.340332] acpiphp: Slot [9] registered\n[ 0.341403] acpiphp: Slot [10] registered\n[ 0.342499] acpiphp: Slot [11] registered\n[ 0.343597] acpiphp: Slot [12] registered\n[ 0.344698] acpiphp: Slot [13] registered\n[ 0.345793] acpiphp: Slot [14] registered\n[ 0.346892] acpiphp: Slot [15] registered\n[ 0.362236] acpiphp: Slot [16] registered\n[ 0.363344] acpiphp: Slot [17] registered\n[ 0.364446] acpiphp: Slot [18] registered\n[ 0.365542] acpiphp: Slot [19] registered\n[ 0.366641] acpiphp: Slot [20] registered\n[ 0.367745] acpiphp: Slot [21] registered\n[ 0.368841] acpiphp: Slot [22] registered\n[ 0.369938] acpiphp: Slot [23] registered\n[ 0.371031] acpiphp: Slot [24] registered\n[ 0.372139] acpiphp: Slot [25] registered\n[ 0.373235] acpiphp: Slot [26] registered\n[ 0.374329] acpiphp: Slot [27] registered\n[ 0.375428] acpiphp: Slot [28] registered\n[ 0.376531] acpiphp: Slot [29] registered\n[ 0.377649] acpiphp: Slot [30] registered\n[ 0.378736] acpiphp: Slot [31] registered\n[ 0.379822] PCI host bridge to bus 0000:00\n[ 0.380915] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.382513] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.384117] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.386094] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.388050] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.390043] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.394007] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.395699] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.397267] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.398954] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.403532] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.405452] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427110] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429100] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.432938] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435107] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436797] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440013] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442127] vgaarb: loaded\n[ 0.442952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444606] SCSI subsystem initialized\n[ 0.445868] ACPI: bus type USB registered\n[ 0.446999] usbcore: registered new interface driver usbfs\n[ 0.448387] usbcore: registered new interface driver hub\n[ 0.449740] usbcore: registered new device driver usb\n[ 0.451236] PCI: Using ACPI for IRQ routing\n[ 0.452853] NetLabel: Initializing\n[ 0.453829] NetLabel: domain hash size = 128\n[ 0.454978] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456280] NetLabel: unlabeled traffic allowed by default\n[ 0.457869] clocksource: Switched to clocksource kvm-clock\n[ 0.467929] AppArmor: AppArmor Filesystem Enabled\n[ 0.469229] pnp: PnP ACPI init\n[ 0.470479] pnp: PnP ACPI: found 5 devices\n[ 0.477340] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479640] NET: Registered protocol family 2\n[ 0.481036] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482788] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484423] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486062] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487527] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489097] NET: Registered protocol family 1\n[ 0.490284] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491793] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522497] Trying to unpack rootfs image as initramfs...\n[ 0.584996] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.590513] Scanning for low memory corruption every 60 seconds\n[ 0.592678] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.594275] audit: initializing netlink subsys (disabled)\n[ 0.595720] audit: type=2000 audit(1535762335.626:1): initialized\n[ 0.597594] Initialise system trusted keyring\n[ 0.598993] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600577] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.603312] zbud: loaded\n[ 0.604310] VFS: Disk quotas dquot_6.6.0\n[ 0.605426] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607578] fuse init (API version 7.23)\n[ 0.608804] Key type big_key registered\n[ 0.609935] Allocating IMA MOK and blacklist keyrings.\n[ 0.611617] Key type asymmetric registered\n[ 0.612748] Asymmetric key parser 'x509' registered\n[ 0.614068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.616129] io scheduler noop registered\n[ 0.617224] io scheduler deadline registered (default)\n[ 0.618597] io scheduler cfq registered\n[ 0.619780] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.621192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622957] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624958] ACPI: Power Button [PWRF]\n[ 0.626213] GHES: HEST is not enabled!\n[ 0.640368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.669763] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.672728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.696398] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.699423] Linux agpgart interface v0.103\n[ 0.702832] brd: module loaded\n[ 0.705028] loop: module loaded\n[ 0.710199] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.712191] GPT:90111 != 2097151\n[ 0.713122] GPT:Alternate GPT header not at the end of the disk.\n[ 0.714630] GPT:90111 != 2097151\n[ 0.715569] GPT: Use GNU Parted to correct GPT errors.\n[ 0.716882] vda: vda1 vda15\n[ 0.718572] scsi host0: ata_piix\n[ 0.719645] scsi host1: ata_piix\n[ 0.720635] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.722291] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.724268] libphy: Fixed MDIO Bus: probed\n[ 0.725387] tun: Universal TUN/TAP device driver, 1.6\n[ 0.726690] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729634] PPP generic driver version 2.4.2\n[ 0.730893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.732515] ehci-pci: EHCI PCI platform driver\n[ 0.733714] ehci-platform: EHCI generic platform driver\n[ 0.735089] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.736623] ohci-pci: OHCI PCI platform driver\n[ 0.737817] ohci-platform: OHCI generic platform driver\n[ 0.739208] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.753886] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.755253] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.757251] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.758637] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.760201] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763763] usb usb1: Product: UHCI Host Controller\n[ 0.765022] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.766631] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.767960] hub 1-0:1.0: USB hub found\n[ 0.769130] hub 1-0:1.0: 2 ports detected\n[ 0.770415] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.773290] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.774596] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.775989] mousedev: PS/2 mouse device common for all mice\n[ 0.777681] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.780151] rtc_cmos 00:00: RTC can wake from S4\n[ 0.781676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.783272] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.784858] i2c /dev entries driver\n[ 0.785899] device-mapper: uevent: version 1.0.3\n[ 0.787203] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.789402] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.791226] NET: Registered protocol family 10\n[ 0.792752] NET: Registered protocol family 17\n[ 0.793962] Key type dns_resolver registered\n[ 0.795240] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796698] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.799062] registered taskstats version 1\n[ 0.800204] Loading compiled-in X.509 certificates\n[ 0.802027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804521] zswap: loaded using pool lzo/zbud\n[ 0.806602] Key type trusted registered\n[ 0.808711] Key type encrypted registered\n[ 0.809824] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.812631] evm: HMAC attrs: 0x1\n[ 0.813929] Magic number: 2:669:606\n[ 0.815067] rtc_cmos 00:00: setting system clock to 2018-09-01 00:38:55 UTC (1535762335)\n[ 0.817251] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.818738] EDD information not available.\n[ 0.883702] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.900385] Write protecting the kernel read-only data: 14336k\n[ 0.903340] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.905744] 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.953488] 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.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... 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.91. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2vw+oj+RruwpCAYyzqomFUU7Re+6vU8qb/ZyyT7MwXb1ErxxH9IZ8fxbf/XPTwRBoPR3W81cWUgY4ZEvT5n4NC4wcxXSejKJzC/5z4y8mHM7hhHZ2U+18e5MAMUotvgsxn1u1AQDs4P7FKW8mJO7jXnM6e91nEEpkPJCn5wDRLixTLVykXyHpNfZEhg4u9l+nZY6q/9/v4cHYB7JX0yl1ApmG0rnh9RuJ6kr8a367yj6rwg/McMsMTbkQbP2sXW7ix02VlAfy7i5mnGnIgau04NWvx7unWquRPwWJkwh3FPSCwdMon9AfF49+uOGR09b02ZnwaLBbsIYqH6PH5wW3 root@singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d\nssh-dss AAAAB3NzaC1kc3MAAACBAO7UZXl6lYZlkD8RUjylLykGhibu0axuVS7QZ3TXkIDSxAu04D2G1sbL9zDZe6WAh/OPpkCOB7hkG/eYzhJEfo0GGiKWZJSJC+1BC8UnYihfMEoaW3VxJbKcqistZVTi4KCHm/HjzsgHSF/2hse8eFma6O4WCxMcH/0rVZTQlSgTAAAAFQCw8tRTdQRrTsyRQcQQ18fRwiqUIwAAAIBk/skWDps3WpASUW6xzsRzcaxVu2nwwspWL77oONjfP1khrUkXI2S3/YTwptr6fQ7wvf0oOh61p0ebR1azhJw0XsrSU65Kbh+Hw3nVZUPHRq/t7b1Y4NULnEiPB4tkWti1X5NF3QPxZS3NgzoPE2NNPyzXUTdFyWKB+N/Dd0i00QAAAIEAmXYOJOK5h1YH6NLz6J41Pq0bGcGd7gocZn8I3iFvAN0OOb9Zzqs4pqxJy5n8Db89jdZz9eVI7XXbDodnffuInbjC+UcGHTP6fG0kfRTa+tuXG+KTkeTD7zk2WlyNA8DMMkptVN2+/tVeI86qCaAuMqthviBAMWiwuqsCySqYONQ= root@singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d\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:fef6:27b8/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.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-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.34 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d login: "} 2018-09-01 00:39:03,644 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08/action used request id req-5a7773fa-4b48-4630-8edd-f4ef611a2967 2018-09-01 00:39:03,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.895851135254s 2018-09-01 00:39:03,645 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08/action used request id req-5a7773fa-4b48-4630-8edd-f4ef611a2967 2018-09-01 00:39:03,645 - 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 495830405 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.182890] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185138] pid_max: default: 32768 minimum: 301 [ 0.186355] ACPI: Core revision 20150930 [ 0.188037] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189832] Security Framework initialized [ 0.190947] Yama: becoming mindful. [ 0.191949] AppArmor: AppArmor initialized [ 0.193099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194852] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198169] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200000] Initializing cgroup subsys io [ 0.201100] Initializing cgroup subsys memory [ 0.202260] Initializing cgroup subsys devices [ 0.203439] Initializing cgroup subsys freezer [ 0.204610] Initializing cgroup subsys net_cls [ 0.205795] Initializing cgroup subsys perf_event [ 0.207024] Initializing cgroup subsys net_prio [ 0.208213] Initializing cgroup subsys hugetlb [ 0.209384] Initializing cgroup subsys pids [ 0.210546] CPU: Physical Processor ID: 0 [ 0.212322] mce: CPU supports 10 MCE banks [ 0.213462] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.229431] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.236037] ftrace: allocating 31920 entries in 125 pages [ 0.262185] smpboot: Max logical packages: 1 [ 0.263340] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.265171] x2apic enabled [ 0.266316] Switched APIC routing to physical x2apic. [ 0.268735] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.270240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.272932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.275349] KVM setup paravirtual spinlock [ 0.276914] x86: Booted up 1 node, 1 CPUs [ 0.278005] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.279869] devtmpfs: initialized [ 0.281841] evm: security.selinux [ 0.282784] evm: security.SMACK64 [ 0.283718] evm: security.SMACK64EXEC [ 0.284719] evm: security.SMACK64TRANSMUTE [ 0.285797] evm: security.SMACK64MMAP [ 0.286803] evm: security.ima [ 0.287686] evm: security.capability [ 0.288762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.291231] pinctrl core: initialized pinctrl subsystem [ 0.292694] RTC time: 0:38:55, date: 09/01/18 [ 0.293977] NET: Registered protocol family 16 [ 0.295293] cpuidle: using governor ladder [ 0.296407] cpuidle: using governor menu [ 0.297482] PCCT header not found. [ 0.298490] ACPI: bus type PCI registered [ 0.299574] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.301237] PCI: Using configuration type 1 for base access [ 0.303378] ACPI: Added _OSI(Module Device) [ 0.304516] ACPI: Added _OSI(Processor Device) [ 0.305674] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.306881] ACPI: Added _OSI(Processor Aggregator Device) [ 0.309072] ACPI: Interpreter enabled [ 0.310116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.312621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.315142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.317642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.320142] ACPI: (supports S0 S5) [ 0.321106] ACPI: Using IOAPIC for interrupt routing [ 0.322388] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326177] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327706] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329334] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333831] acpiphp: Slot [3] registered [ 0.334917] acpiphp: Slot [4] registered [ 0.336004] acpiphp: Slot [5] registered [ 0.337092] acpiphp: Slot [6] registered [ 0.338174] acpiphp: Slot [7] registered [ 0.339253] acpiphp: Slot [8] registered [ 0.340332] acpiphp: Slot [9] registered [ 0.341403] acpiphp: Slot [10] registered [ 0.342499] acpiphp: Slot [11] registered [ 0.343597] acpiphp: Slot [12] registered [ 0.344698] acpiphp: Slot [13] registered [ 0.345793] acpiphp: Slot [14] registered [ 0.346892] acpiphp: Slot [15] registered [ 0.362236] acpiphp: Slot [16] registered [ 0.363344] acpiphp: Slot [17] registered [ 0.364446] acpiphp: Slot [18] registered [ 0.365542] acpiphp: Slot [19] registered [ 0.366641] acpiphp: Slot [20] registered [ 0.367745] acpiphp: Slot [21] registered [ 0.368841] acpiphp: Slot [22] registered [ 0.369938] acpiphp: Slot [23] registered [ 0.371031] acpiphp: Slot [24] registered [ 0.372139] acpiphp: Slot [25] registered [ 0.373235] acpiphp: Slot [26] registered [ 0.374329] acpiphp: Slot [27] registered [ 0.375428] acpiphp: Slot [28] registered [ 0.376531] acpiphp: Slot [29] registered [ 0.377649] acpiphp: Slot [30] registered [ 0.378736] acpiphp: Slot [31] registered [ 0.379822] PCI host bridge to bus 0000:00 [ 0.380915] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.382513] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.384117] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.386094] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.388050] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.390043] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.394007] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.395699] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.397267] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.398954] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.403532] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.405452] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.427110] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.429100] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.431036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.432938] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.435107] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.436797] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.438598] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.440013] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.442127] vgaarb: loaded [ 0.442952] vgaarb: bridge control possible 0000:00:02.0 [ 0.444606] SCSI subsystem initialized [ 0.445868] ACPI: bus type USB registered [ 0.446999] usbcore: registered new interface driver usbfs [ 0.448387] usbcore: registered new interface driver hub [ 0.449740] usbcore: registered new device driver usb [ 0.451236] PCI: Using ACPI for IRQ routing [ 0.452853] NetLabel: Initializing [ 0.453829] NetLabel: domain hash size = 128 [ 0.454978] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.456280] NetLabel: unlabeled traffic allowed by default [ 0.457869] clocksource: Switched to clocksource kvm-clock [ 0.467929] AppArmor: AppArmor Filesystem Enabled [ 0.469229] pnp: PnP ACPI init [ 0.470479] pnp: PnP ACPI: found 5 devices [ 0.477340] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.479640] NET: Registered protocol family 2 [ 0.481036] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.482788] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.484423] TCP: Hash tables configured (established 4096 bind 4096) [ 0.486062] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.487527] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.489097] NET: Registered protocol family 1 [ 0.490284] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.491793] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.493246] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.507950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.522497] Trying to unpack rootfs image as initramfs... [ 0.584996] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.590513] Scanning for low memory corruption every 60 seconds [ 0.592678] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.594275] audit: initializing netlink subsys (disabled) [ 0.595720] audit: type=2000 audit(1535762335.626:1): initialized [ 0.597594] Initialise system trusted keyring [ 0.598993] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.600577] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.603312] zbud: loaded [ 0.604310] VFS: Disk quotas dquot_6.6.0 [ 0.605426] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.607578] fuse init (API version 7.23) [ 0.608804] Key type big_key registered [ 0.609935] Allocating IMA MOK and blacklist keyrings. [ 0.611617] Key type asymmetric registered [ 0.612748] Asymmetric key parser 'x509' registered [ 0.614068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.616129] io scheduler noop registered [ 0.617224] io scheduler deadline registered (default) [ 0.618597] io scheduler cfq registered [ 0.619780] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.621192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.622957] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.624958] ACPI: Power Button [PWRF] [ 0.626213] GHES: HEST is not enabled! [ 0.640368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.669763] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.672728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.696398] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.699423] Linux agpgart interface v0.103 [ 0.702832] brd: module loaded [ 0.705028] loop: module loaded [ 0.710199] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.712191] GPT:90111 != 2097151 [ 0.713122] GPT:Alternate GPT header not at the end of the disk. [ 0.714630] GPT:90111 != 2097151 [ 0.715569] GPT: Use GNU Parted to correct GPT errors. [ 0.716882] vda: vda1 vda15 [ 0.718572] scsi host0: ata_piix [ 0.719645] scsi host1: ata_piix [ 0.720635] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.722291] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.724268] libphy: Fixed MDIO Bus: probed [ 0.725387] tun: Universal TUN/TAP device driver, 1.6 [ 0.726690] tun: (C) 1999-2004 Max Krasnyansky [ 0.729634] PPP generic driver version 2.4.2 [ 0.730893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.732515] ehci-pci: EHCI PCI platform driver [ 0.733714] ehci-platform: EHCI generic platform driver [ 0.735089] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.736623] ohci-pci: OHCI PCI platform driver [ 0.737817] ohci-platform: OHCI generic platform driver [ 0.739208] uhci_hcd: USB Universal Host Controller Interface driver [ 0.753886] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.755253] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.757251] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.758637] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.760201] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763763] usb usb1: Product: UHCI Host Controller [ 0.765022] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.766631] usb usb1: SerialNumber: 0000:00:01.2 [ 0.767960] hub 1-0:1.0: USB hub found [ 0.769130] hub 1-0:1.0: 2 ports detected [ 0.770415] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.773290] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.774596] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.775989] mousedev: PS/2 mouse device common for all mice [ 0.777681] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.780151] rtc_cmos 00:00: RTC can wake from S4 [ 0.781676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.783272] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.784858] i2c /dev entries driver [ 0.785899] device-mapper: uevent: version 1.0.3 [ 0.787203] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.789402] ledtrig-cpu: registered to indicate activity on CPUs [ 0.791226] NET: Registered protocol family 10 [ 0.792752] NET: Registered protocol family 17 [ 0.793962] Key type dns_resolver registered [ 0.795240] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.796698] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.799062] registered taskstats version 1 [ 0.800204] Loading compiled-in X.509 certificates [ 0.802027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.804521] zswap: loaded using pool lzo/zbud [ 0.806602] Key type trusted registered [ 0.808711] Key type encrypted registered [ 0.809824] AppArmor: AppArmor sha1 policy hashing enabled [ 0.811233] ima: No TPM chip found, activating TPM-bypass! [ 0.812631] evm: HMAC attrs: 0x1 [ 0.813929] Magic number: 2:669:606 [ 0.815067] rtc_cmos 00:00: setting system clock to 2018-09-01 00:38:55 UTC (1535762335) [ 0.817251] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.818738] EDD information not available. [ 0.883702] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.900385] Write protecting the kernel read-only data: 14336k [ 0.903340] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.905744] 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.953488] 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.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... 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.91. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2vw+oj+RruwpCAYyzqomFUU7Re+6vU8qb/ZyyT7MwXb1ErxxH9IZ8fxbf/XPTwRBoPR3W81cWUgY4ZEvT5n4NC4wcxXSejKJzC/5z4y8mHM7hhHZ2U+18e5MAMUotvgsxn1u1AQDs4P7FKW8mJO7jXnM6e91nEEpkPJCn5wDRLixTLVykXyHpNfZEhg4u9l+nZY6q/9/v4cHYB7JX0yl1ApmG0rnh9RuJ6kr8a367yj6rwg/McMsMTbkQbP2sXW7ix02VlAfy7i5mnGnIgau04NWvx7unWquRPwWJkwh3FPSCwdMon9AfF49+uOGR09b02ZnwaLBbsIYqH6PH5wW3 root@singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d ssh-dss AAAAB3NzaC1kc3MAAACBAO7UZXl6lYZlkD8RUjylLykGhibu0axuVS7QZ3TXkIDSxAu04D2G1sbL9zDZe6WAh/OPpkCOB7hkG/eYzhJEfo0GGiKWZJSJC+1BC8UnYihfMEoaW3VxJbKcqistZVTi4KCHm/HjzsgHSF/2hse8eFma6O4WCxMcH/0rVZTQlSgTAAAAFQCw8tRTdQRrTsyRQcQQ18fRwiqUIwAAAIBk/skWDps3WpASUW6xzsRzcaxVu2nwwspWL77oONjfP1khrUkXI2S3/YTwptr6fQ7wvf0oOh61p0ebR1azhJw0XsrSU65Kbh+Hw3nVZUPHRq/t7b1Y4NULnEiPB4tkWti1X5NF3QPxZS3NgzoPE2NNPyzXUTdFyWKB+N/Dd0i00QAAAIEAmXYOJOK5h1YH6NLz6J41Pq0bGcGd7gocZn8I3iFvAN0OOb9Zzqs4pqxJy5n8Db89jdZz9eVI7XXbDodnffuInbjC+UcGHTP6fG0kfRTa+tuXG+KTkeTD7zk2WlyNA8DMMkptVN2+/tVeI86qCaAuMqthviBAMWiwuqsCySqYONQ= root@singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d -----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:fef6:27b8/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.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-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.34 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d login: 2018-09-01 00:39:04,647 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.208: timed out 2018-09-01 00:39:13,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 00:39:13,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08/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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 00:39:13,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39: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-ca2a8d90-3893-4282-a3d3-32eeb3a95e62 x-compute-request-id: req-ca2a8d90-3893-4282-a3d3-32eeb3a95e62 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 495830405 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.182890] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185138] pid_max: default: 32768 minimum: 301\n[ 0.186355] ACPI: Core revision 20150930\n[ 0.188037] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189832] Security Framework initialized\n[ 0.190947] Yama: becoming mindful.\n[ 0.191949] AppArmor: AppArmor initialized\n[ 0.193099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194852] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198169] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200000] Initializing cgroup subsys io\n[ 0.201100] Initializing cgroup subsys memory\n[ 0.202260] Initializing cgroup subsys devices\n[ 0.203439] Initializing cgroup subsys freezer\n[ 0.204610] Initializing cgroup subsys net_cls\n[ 0.205795] Initializing cgroup subsys perf_event\n[ 0.207024] Initializing cgroup subsys net_prio\n[ 0.208213] Initializing cgroup subsys hugetlb\n[ 0.209384] Initializing cgroup subsys pids\n[ 0.210546] CPU: Physical Processor ID: 0\n[ 0.212322] mce: CPU supports 10 MCE banks\n[ 0.213462] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229431] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236037] ftrace: allocating 31920 entries in 125 pages\n[ 0.262185] smpboot: Max logical packages: 1\n[ 0.263340] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265171] x2apic enabled\n[ 0.266316] Switched APIC routing to physical x2apic.\n[ 0.268735] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275349] KVM setup paravirtual spinlock\n[ 0.276914] x86: Booted up 1 node, 1 CPUs\n[ 0.278005] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279869] devtmpfs: initialized\n[ 0.281841] evm: security.selinux\n[ 0.282784] evm: security.SMACK64\n[ 0.283718] evm: security.SMACK64EXEC\n[ 0.284719] evm: security.SMACK64TRANSMUTE\n[ 0.285797] evm: security.SMACK64MMAP\n[ 0.286803] evm: security.ima\n[ 0.287686] evm: security.capability\n[ 0.288762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291231] pinctrl core: initialized pinctrl subsystem\n[ 0.292694] RTC time: 0:38:55, date: 09/01/18\n[ 0.293977] NET: Registered protocol family 16\n[ 0.295293] cpuidle: using governor ladder\n[ 0.296407] cpuidle: using governor menu\n[ 0.297482] PCCT header not found.\n[ 0.298490] ACPI: bus type PCI registered\n[ 0.299574] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301237] PCI: Using configuration type 1 for base access\n[ 0.303378] ACPI: Added _OSI(Module Device)\n[ 0.304516] ACPI: Added _OSI(Processor Device)\n[ 0.305674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.306881] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309072] ACPI: Interpreter enabled\n[ 0.310116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320142] ACPI: (supports S0 S5)\n[ 0.321106] ACPI: Using IOAPIC for interrupt routing\n[ 0.322388] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326177] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327706] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329334] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333831] acpiphp: Slot [3] registered\n[ 0.334917] acpiphp: Slot [4] registered\n[ 0.336004] acpiphp: Slot [5] registered\n[ 0.337092] acpiphp: Slot [6] registered\n[ 0.338174] acpiphp: Slot [7] registered\n[ 0.339253] acpiphp: Slot [8] registered\n[ 0.340332] acpiphp: Slot [9] registered\n[ 0.341403] acpiphp: Slot [10] registered\n[ 0.342499] acpiphp: Slot [11] registered\n[ 0.343597] acpiphp: Slot [12] registered\n[ 0.344698] acpiphp: Slot [13] registered\n[ 0.345793] acpiphp: Slot [14] registered\n[ 0.346892] acpiphp: Slot [15] registered\n[ 0.362236] acpiphp: Slot [16] registered\n[ 0.363344] acpiphp: Slot [17] registered\n[ 0.364446] acpiphp: Slot [18] registered\n[ 0.365542] acpiphp: Slot [19] registered\n[ 0.366641] acpiphp: Slot [20] registered\n[ 0.367745] acpiphp: Slot [21] registered\n[ 0.368841] acpiphp: Slot [22] registered\n[ 0.369938] acpiphp: Slot [23] registered\n[ 0.371031] acpiphp: Slot [24] registered\n[ 0.372139] acpiphp: Slot [25] registered\n[ 0.373235] acpiphp: Slot [26] registered\n[ 0.374329] acpiphp: Slot [27] registered\n[ 0.375428] acpiphp: Slot [28] registered\n[ 0.376531] acpiphp: Slot [29] registered\n[ 0.377649] acpiphp: Slot [30] registered\n[ 0.378736] acpiphp: Slot [31] registered\n[ 0.379822] PCI host bridge to bus 0000:00\n[ 0.380915] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.382513] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.384117] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.386094] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.388050] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.390043] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.394007] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.395699] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.397267] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.398954] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.403532] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.405452] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427110] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429100] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.432938] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435107] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436797] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438598] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440013] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442127] vgaarb: loaded\n[ 0.442952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444606] SCSI subsystem initialized\n[ 0.445868] ACPI: bus type USB registered\n[ 0.446999] usbcore: registered new interface driver usbfs\n[ 0.448387] usbcore: registered new interface driver hub\n[ 0.449740] usbcore: registered new device driver usb\n[ 0.451236] PCI: Using ACPI for IRQ routing\n[ 0.452853] NetLabel: Initializing\n[ 0.453829] NetLabel: domain hash size = 128\n[ 0.454978] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456280] NetLabel: unlabeled traffic allowed by default\n[ 0.457869] clocksource: Switched to clocksource kvm-clock\n[ 0.467929] AppArmor: AppArmor Filesystem Enabled\n[ 0.469229] pnp: PnP ACPI init\n[ 0.470479] pnp: PnP ACPI: found 5 devices\n[ 0.477340] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479640] NET: Registered protocol family 2\n[ 0.481036] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482788] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484423] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486062] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487527] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489097] NET: Registered protocol family 1\n[ 0.490284] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491793] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522497] Trying to unpack rootfs image as initramfs...\n[ 0.584996] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.590513] Scanning for low memory corruption every 60 seconds\n[ 0.592678] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.594275] audit: initializing netlink subsys (disabled)\n[ 0.595720] audit: type=2000 audit(1535762335.626:1): initialized\n[ 0.597594] Initialise system trusted keyring\n[ 0.598993] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600577] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.603312] zbud: loaded\n[ 0.604310] VFS: Disk quotas dquot_6.6.0\n[ 0.605426] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607578] fuse init (API version 7.23)\n[ 0.608804] Key type big_key registered\n[ 0.609935] Allocating IMA MOK and blacklist keyrings.\n[ 0.611617] Key type asymmetric registered\n[ 0.612748] Asymmetric key parser 'x509' registered\n[ 0.614068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.616129] io scheduler noop registered\n[ 0.617224] io scheduler deadline registered (default)\n[ 0.618597] io scheduler cfq registered\n[ 0.619780] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.621192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622957] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624958] ACPI: Power Button [PWRF]\n[ 0.626213] GHES: HEST is not enabled!\n[ 0.640368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.669763] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.672728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.696398] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.699423] Linux agpgart interface v0.103\n[ 0.702832] brd: module loaded\n[ 0.705028] loop: module loaded\n[ 0.710199] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.712191] GPT:90111 != 2097151\n[ 0.713122] GPT:Alternate GPT header not at the end of the disk.\n[ 0.714630] GPT:90111 != 2097151\n[ 0.715569] GPT: Use GNU Parted to correct GPT errors.\n[ 0.716882] vda: vda1 vda15\n[ 0.718572] scsi host0: ata_piix\n[ 0.719645] scsi host1: ata_piix\n[ 0.720635] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.722291] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.724268] libphy: Fixed MDIO Bus: probed\n[ 0.725387] tun: Universal TUN/TAP device driver, 1.6\n[ 0.726690] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729634] PPP generic driver version 2.4.2\n[ 0.730893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.732515] ehci-pci: EHCI PCI platform driver\n[ 0.733714] ehci-platform: EHCI generic platform driver\n[ 0.735089] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.736623] ohci-pci: OHCI PCI platform driver\n[ 0.737817] ohci-platform: OHCI generic platform driver\n[ 0.739208] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.753886] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.755253] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.757251] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.758637] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.760201] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763763] usb usb1: Product: UHCI Host Controller\n[ 0.765022] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.766631] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.767960] hub 1-0:1.0: USB hub found\n[ 0.769130] hub 1-0:1.0: 2 ports detected\n[ 0.770415] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.773290] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.774596] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.775989] mousedev: PS/2 mouse device common for all mice\n[ 0.777681] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.780151] rtc_cmos 00:00: RTC can wake from S4\n[ 0.781676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.783272] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.784858] i2c /dev entries driver\n[ 0.785899] device-mapper: uevent: version 1.0.3\n[ 0.787203] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.789402] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.791226] NET: Registered protocol family 10\n[ 0.792752] NET: Registered protocol family 17\n[ 0.793962] Key type dns_resolver registered\n[ 0.795240] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796698] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.799062] registered taskstats version 1\n[ 0.800204] Loading compiled-in X.509 certificates\n[ 0.802027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804521] zswap: loaded using pool lzo/zbud\n[ 0.806602] Key type trusted registered\n[ 0.808711] Key type encrypted registered\n[ 0.809824] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.812631] evm: HMAC attrs: 0x1\n[ 0.813929] Magic number: 2:669:606\n[ 0.815067] rtc_cmos 00:00: setting system clock to 2018-09-01 00:38:55 UTC (1535762335)\n[ 0.817251] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.818738] EDD information not available.\n[ 0.883702] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.900385] Write protecting the kernel read-only data: 14336k\n[ 0.903340] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.905744] 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.953488] 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.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... 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.91. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2vw+oj+RruwpCAYyzqomFUU7Re+6vU8qb/ZyyT7MwXb1ErxxH9IZ8fxbf/XPTwRBoPR3W81cWUgY4ZEvT5n4NC4wcxXSejKJzC/5z4y8mHM7hhHZ2U+18e5MAMUotvgsxn1u1AQDs4P7FKW8mJO7jXnM6e91nEEpkPJCn5wDRLixTLVykXyHpNfZEhg4u9l+nZY6q/9/v4cHYB7JX0yl1ApmG0rnh9RuJ6kr8a367yj6rwg/McMsMTbkQbP2sXW7ix02VlAfy7i5mnGnIgau04NWvx7unWquRPwWJkwh3FPSCwdMon9AfF49+uOGR09b02ZnwaLBbsIYqH6PH5wW3 root@singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d\nssh-dss AAAAB3NzaC1kc3MAAACBAO7UZXl6lYZlkD8RUjylLykGhibu0axuVS7QZ3TXkIDSxAu04D2G1sbL9zDZe6WAh/OPpkCOB7hkG/eYzhJEfo0GGiKWZJSJC+1BC8UnYihfMEoaW3VxJbKcqistZVTi4KCHm/HjzsgHSF/2hse8eFma6O4WCxMcH/0rVZTQlSgTAAAAFQCw8tRTdQRrTsyRQcQQ18fRwiqUIwAAAIBk/skWDps3WpASUW6xzsRzcaxVu2nwwspWL77oONjfP1khrUkXI2S3/YTwptr6fQ7wvf0oOh61p0ebR1azhJw0XsrSU65Kbh+Hw3nVZUPHRq/t7b1Y4NULnEiPB4tkWti1X5NF3QPxZS3NgzoPE2NNPyzXUTdFyWKB+N/Dd0i00QAAAIEAmXYOJOK5h1YH6NLz6J41Pq0bGcGd7gocZn8I3iFvAN0OOb9Zzqs4pqxJy5n8Db89jdZz9eVI7XXbDodnffuInbjC+UcGHTP6fG0kfRTa+tuXG+KTkeTD7zk2WlyNA8DMMkptVN2+/tVeI86qCaAuMqthviBAMWiwuqsCySqYONQ= root@singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d\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:fef6:27b8/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.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-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.34 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d login: "} 2018-09-01 00:39:13,766 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08/action used request id req-ca2a8d90-3893-4282-a3d3-32eeb3a95e62 2018-09-01 00:39:13,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.1090528965s 2018-09-01 00:39:13,767 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08/action used request id req-ca2a8d90-3893-4282-a3d3-32eeb3a95e62 2018-09-01 00:39:13,768 - 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 495830405 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.182890] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185138] pid_max: default: 32768 minimum: 301 [ 0.186355] ACPI: Core revision 20150930 [ 0.188037] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189832] Security Framework initialized [ 0.190947] Yama: becoming mindful. [ 0.191949] AppArmor: AppArmor initialized [ 0.193099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194852] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198169] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200000] Initializing cgroup subsys io [ 0.201100] Initializing cgroup subsys memory [ 0.202260] Initializing cgroup subsys devices [ 0.203439] Initializing cgroup subsys freezer [ 0.204610] Initializing cgroup subsys net_cls [ 0.205795] Initializing cgroup subsys perf_event [ 0.207024] Initializing cgroup subsys net_prio [ 0.208213] Initializing cgroup subsys hugetlb [ 0.209384] Initializing cgroup subsys pids [ 0.210546] CPU: Physical Processor ID: 0 [ 0.212322] mce: CPU supports 10 MCE banks [ 0.213462] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.229431] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.236037] ftrace: allocating 31920 entries in 125 pages [ 0.262185] smpboot: Max logical packages: 1 [ 0.263340] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.265171] x2apic enabled [ 0.266316] Switched APIC routing to physical x2apic. [ 0.268735] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.270240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.272932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.275349] KVM setup paravirtual spinlock [ 0.276914] x86: Booted up 1 node, 1 CPUs [ 0.278005] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.279869] devtmpfs: initialized [ 0.281841] evm: security.selinux [ 0.282784] evm: security.SMACK64 [ 0.283718] evm: security.SMACK64EXEC [ 0.284719] evm: security.SMACK64TRANSMUTE [ 0.285797] evm: security.SMACK64MMAP [ 0.286803] evm: security.ima [ 0.287686] evm: security.capability [ 0.288762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.291231] pinctrl core: initialized pinctrl subsystem [ 0.292694] RTC time: 0:38:55, date: 09/01/18 [ 0.293977] NET: Registered protocol family 16 [ 0.295293] cpuidle: using governor ladder [ 0.296407] cpuidle: using governor menu [ 0.297482] PCCT header not found. [ 0.298490] ACPI: bus type PCI registered [ 0.299574] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.301237] PCI: Using configuration type 1 for base access [ 0.303378] ACPI: Added _OSI(Module Device) [ 0.304516] ACPI: Added _OSI(Processor Device) [ 0.305674] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.306881] ACPI: Added _OSI(Processor Aggregator Device) [ 0.309072] ACPI: Interpreter enabled [ 0.310116] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.312621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.315142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.317642] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.320142] ACPI: (supports S0 S5) [ 0.321106] ACPI: Using IOAPIC for interrupt routing [ 0.322388] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326177] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327706] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329334] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333831] acpiphp: Slot [3] registered [ 0.334917] acpiphp: Slot [4] registered [ 0.336004] acpiphp: Slot [5] registered [ 0.337092] acpiphp: Slot [6] registered [ 0.338174] acpiphp: Slot [7] registered [ 0.339253] acpiphp: Slot [8] registered [ 0.340332] acpiphp: Slot [9] registered [ 0.341403] acpiphp: Slot [10] registered [ 0.342499] acpiphp: Slot [11] registered [ 0.343597] acpiphp: Slot [12] registered [ 0.344698] acpiphp: Slot [13] registered [ 0.345793] acpiphp: Slot [14] registered [ 0.346892] acpiphp: Slot [15] registered [ 0.362236] acpiphp: Slot [16] registered [ 0.363344] acpiphp: Slot [17] registered [ 0.364446] acpiphp: Slot [18] registered [ 0.365542] acpiphp: Slot [19] registered [ 0.366641] acpiphp: Slot [20] registered [ 0.367745] acpiphp: Slot [21] registered [ 0.368841] acpiphp: Slot [22] registered [ 0.369938] acpiphp: Slot [23] registered [ 0.371031] acpiphp: Slot [24] registered [ 0.372139] acpiphp: Slot [25] registered [ 0.373235] acpiphp: Slot [26] registered [ 0.374329] acpiphp: Slot [27] registered [ 0.375428] acpiphp: Slot [28] registered [ 0.376531] acpiphp: Slot [29] registered [ 0.377649] acpiphp: Slot [30] registered [ 0.378736] acpiphp: Slot [31] registered [ 0.379822] PCI host bridge to bus 0000:00 [ 0.380915] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.382513] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.384117] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.386094] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.388050] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.390043] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.394007] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.395699] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.397267] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.398954] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.403532] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.405452] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.427110] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.429100] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.431036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.432938] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.435107] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.436797] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.438598] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.440013] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.442127] vgaarb: loaded [ 0.442952] vgaarb: bridge control possible 0000:00:02.0 [ 0.444606] SCSI subsystem initialized [ 0.445868] ACPI: bus type USB registered [ 0.446999] usbcore: registered new interface driver usbfs [ 0.448387] usbcore: registered new interface driver hub [ 0.449740] usbcore: registered new device driver usb [ 0.451236] PCI: Using ACPI for IRQ routing [ 0.452853] NetLabel: Initializing [ 0.453829] NetLabel: domain hash size = 128 [ 0.454978] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.456280] NetLabel: unlabeled traffic allowed by default [ 0.457869] clocksource: Switched to clocksource kvm-clock [ 0.467929] AppArmor: AppArmor Filesystem Enabled [ 0.469229] pnp: PnP ACPI init [ 0.470479] pnp: PnP ACPI: found 5 devices [ 0.477340] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.479640] NET: Registered protocol family 2 [ 0.481036] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.482788] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.484423] TCP: Hash tables configured (established 4096 bind 4096) [ 0.486062] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.487527] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.489097] NET: Registered protocol family 1 [ 0.490284] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.491793] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.493246] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.507950] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.522497] Trying to unpack rootfs image as initramfs... [ 0.584996] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.590513] Scanning for low memory corruption every 60 seconds [ 0.592678] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.594275] audit: initializing netlink subsys (disabled) [ 0.595720] audit: type=2000 audit(1535762335.626:1): initialized [ 0.597594] Initialise system trusted keyring [ 0.598993] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.600577] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.603312] zbud: loaded [ 0.604310] VFS: Disk quotas dquot_6.6.0 [ 0.605426] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.607578] fuse init (API version 7.23) [ 0.608804] Key type big_key registered [ 0.609935] Allocating IMA MOK and blacklist keyrings. [ 0.611617] Key type asymmetric registered [ 0.612748] Asymmetric key parser 'x509' registered [ 0.614068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.616129] io scheduler noop registered [ 0.617224] io scheduler deadline registered (default) [ 0.618597] io scheduler cfq registered [ 0.619780] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.621192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.622957] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.624958] ACPI: Power Button [PWRF] [ 0.626213] GHES: HEST is not enabled! [ 0.640368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.669763] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.672728] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.696398] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.699423] Linux agpgart interface v0.103 [ 0.702832] brd: module loaded [ 0.705028] loop: module loaded [ 0.710199] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.712191] GPT:90111 != 2097151 [ 0.713122] GPT:Alternate GPT header not at the end of the disk. [ 0.714630] GPT:90111 != 2097151 [ 0.715569] GPT: Use GNU Parted to correct GPT errors. [ 0.716882] vda: vda1 vda15 [ 0.718572] scsi host0: ata_piix [ 0.719645] scsi host1: ata_piix [ 0.720635] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.722291] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.724268] libphy: Fixed MDIO Bus: probed [ 0.725387] tun: Universal TUN/TAP device driver, 1.6 [ 0.726690] tun: (C) 1999-2004 Max Krasnyansky [ 0.729634] PPP generic driver version 2.4.2 [ 0.730893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.732515] ehci-pci: EHCI PCI platform driver [ 0.733714] ehci-platform: EHCI generic platform driver [ 0.735089] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.736623] ohci-pci: OHCI PCI platform driver [ 0.737817] ohci-platform: OHCI generic platform driver [ 0.739208] uhci_hcd: USB Universal Host Controller Interface driver [ 0.753886] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.755253] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.757251] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.758637] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.760201] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761835] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763763] usb usb1: Product: UHCI Host Controller [ 0.765022] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.766631] usb usb1: SerialNumber: 0000:00:01.2 [ 0.767960] hub 1-0:1.0: USB hub found [ 0.769130] hub 1-0:1.0: 2 ports detected [ 0.770415] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.773290] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.774596] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.775989] mousedev: PS/2 mouse device common for all mice [ 0.777681] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.780151] rtc_cmos 00:00: RTC can wake from S4 [ 0.781676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.783272] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.784858] i2c /dev entries driver [ 0.785899] device-mapper: uevent: version 1.0.3 [ 0.787203] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.789402] ledtrig-cpu: registered to indicate activity on CPUs [ 0.791226] NET: Registered protocol family 10 [ 0.792752] NET: Registered protocol family 17 [ 0.793962] Key type dns_resolver registered [ 0.795240] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.796698] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.799062] registered taskstats version 1 [ 0.800204] Loading compiled-in X.509 certificates [ 0.802027] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.804521] zswap: loaded using pool lzo/zbud [ 0.806602] Key type trusted registered [ 0.808711] Key type encrypted registered [ 0.809824] AppArmor: AppArmor sha1 policy hashing enabled [ 0.811233] ima: No TPM chip found, activating TPM-bypass! [ 0.812631] evm: HMAC attrs: 0x1 [ 0.813929] Magic number: 2:669:606 [ 0.815067] rtc_cmos 00:00: setting system clock to 2018-09-01 00:38:55 UTC (1535762335) [ 0.817251] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.818738] EDD information not available. [ 0.883702] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.900385] Write protecting the kernel read-only data: 14336k [ 0.903340] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.905744] 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.953488] 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.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... 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.91. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2vw+oj+RruwpCAYyzqomFUU7Re+6vU8qb/ZyyT7MwXb1ErxxH9IZ8fxbf/XPTwRBoPR3W81cWUgY4ZEvT5n4NC4wcxXSejKJzC/5z4y8mHM7hhHZ2U+18e5MAMUotvgsxn1u1AQDs4P7FKW8mJO7jXnM6e91nEEpkPJCn5wDRLixTLVykXyHpNfZEhg4u9l+nZY6q/9/v4cHYB7JX0yl1ApmG0rnh9RuJ6kr8a367yj6rwg/McMsMTbkQbP2sXW7ix02VlAfy7i5mnGnIgau04NWvx7unWquRPwWJkwh3FPSCwdMon9AfF49+uOGR09b02ZnwaLBbsIYqH6PH5wW3 root@singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d ssh-dss AAAAB3NzaC1kc3MAAACBAO7UZXl6lYZlkD8RUjylLykGhibu0axuVS7QZ3TXkIDSxAu04D2G1sbL9zDZe6WAh/OPpkCOB7hkG/eYzhJEfo0GGiKWZJSJC+1BC8UnYihfMEoaW3VxJbKcqistZVTi4KCHm/HjzsgHSF/2hse8eFma6O4WCxMcH/0rVZTQlSgTAAAAFQCw8tRTdQRrTsyRQcQQ18fRwiqUIwAAAIBk/skWDps3WpASUW6xzsRzcaxVu2nwwspWL77oONjfP1khrUkXI2S3/YTwptr6fQ7wvf0oOh61p0ebR1azhJw0XsrSU65Kbh+Hw3nVZUPHRq/t7b1Y4NULnEiPB4tkWti1X5NF3QPxZS3NgzoPE2NNPyzXUTdFyWKB+N/Dd0i00QAAAIEAmXYOJOK5h1YH6NLz6J41Pq0bGcGd7gocZn8I3iFvAN0OOb9Zzqs4pqxJy5n8Db89jdZz9eVI7XXbDodnffuInbjC+UcGHTP6fG0kfRTa+tuXG+KTkeTD7zk2WlyNA8DMMkptVN2+/tVeI86qCaAuMqthviBAMWiwuqsCySqYONQ= root@singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d -----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:fef6:27b8/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.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-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.34 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-3c9a54f8-38cb-4ce0-b870-a3e18aa4057d login: 2018-09-01 00:39:13,770 - paramiko.transport - DEBUG - starting thread (client mode): 0x93aa9dd0L 2018-09-01 00:39:13,771 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 00:39:13,771 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 00:39:13,771 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 00:39:13,773 - 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 00:39:13,773 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 00:39:13,773 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 00:39:13,773 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 00:39:13,773 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 00:39:13,774 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 00:39:13,793 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 00:39:13,794 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 00:39:13,803 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: c3b4fd2229c840782d38e00d5e7e8941 2018-09-01 00:39:13,804 - paramiko.transport - DEBUG - Trying discovered key 641ba1e5a15fa67ac9470f59b5420c60 in /tmp/tmpa8LKXB 2018-09-01 00:39:13,832 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 00:39:13,838 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 00:39:13,869 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 00:39:13,870 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 00:39:13,870 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 00:39:13,872 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 00:39:13,873 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 00:39:13,873 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-01 00:39:13,874 - functest.core.singlevm - DEBUG - error: 2018-09-01 00:39:13,877 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 00:39:13,999 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 00:39:13,999 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 00:39:14,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 00:39:14,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/a8be4790-6e07-489a-afac-cf2eec3e50d2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:15,413 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9d5eead4-9989-4098-bf14-60b1bbec120d Content-Length: 0 Date: Sat, 01 Sep 2018 00:39:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:39:15,414 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/a8be4790-6e07-489a-afac-cf2eec3e50d2.json used request id req-9d5eead4-9989-4098-bf14-60b1bbec120d 2018-09-01 00:39:15,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.40675210953s 2018-09-01 00:39:15,414 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/a8be4790-6e07-489a-afac-cf2eec3e50d2.json used request id req-9d5eead4-9989-4098-bf14-60b1bbec120d 2018-09-01 00:39:15,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:39:15,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:15,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fd526237-174f-420a-9fa6-f3998e82aa1b Date: Sat, 01 Sep 2018 00:39:15 GMT RESP BODY: {"floatingips": []} 2018-09-01 00:39:15,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-fd526237-174f-420a-9fa6-f3998e82aa1b 2018-09-01 00:39:15,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0591428279877s 2018-09-01 00:39:15,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-fd526237-174f-420a-9fa6-f3998e82aa1b 2018-09-01 00:39:15,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 00:39:15,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:15,814 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:39:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9724c58d-97f6-473d-a720-3c6a45bc8810 x-compute-request-id: req-9724c58d-97f6-473d-a720-3c6a45bc8810 Content-Type: application/json 2018-09-01 00:39:15,815 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08 used request id req-9724c58d-97f6-473d-a720-3c6a45bc8810 2018-09-01 00:39:15,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.335144042969s 2018-09-01 00:39:15,815 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08 used request id req-9724c58d-97f6-473d-a720-3c6a45bc8810 2018-09-01 00:39:15,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:39:15,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:17,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39: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-4344e1a3-0c1d-4250-9daa-74ea74e214c7 x-compute-request-id: req-4344e1a3-0c1d-4250-9daa-74ea74e214c7 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:27:b8", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:27:b8", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/04621c0a-86ac-4d7f-88fb-93792eae8f08", "rel": "bookmark"}], "image": {"id": "6fe4faa8-5482-43d6-8c53-a39f885078b6", "links": [{"href": "http://172.30.9.23:8774/images/6fe4faa8-5482-43d6-8c53-a39f885078b6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-09-01T00:38:54.000000", "flavor": {"id": "0a673b17-bca9-4f21-8a89-1e122587f254", "links": [{"href": "http://172.30.9.23:8774/flavors/0a673b17-bca9-4f21-8a89-1e122587f254", "rel": "bookmark"}]}, "id": "04621c0a-86ac-4d7f-88fb-93792eae8f08", "security_groups": [{"name": "singlevm1-sg_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}], "user_id": "c1e3ed7585964a61bb487b909cdc21f1", "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-01T00:39:15Z", "hostId": "78861b51d5159adaf8fc80d04e26952d99c26cd26acdbb65d0116160", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "created": "2018-09-01T00:38:42Z", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:39:17,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4344e1a3-0c1d-4250-9daa-74ea74e214c7 2018-09-01 00:39:17,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.26618099213s 2018-09-01 00:39:17,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4344e1a3-0c1d-4250-9daa-74ea74e214c7 2018-09-01 00:39:17,084 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:39:19,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:39:19,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:19,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f2db46ee-32d9-4289-aacb-42b36ffefce7 x-compute-request-id: req-f2db46ee-32d9-4289-aacb-42b36ffefce7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 00:39:19,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f2db46ee-32d9-4289-aacb-42b36ffefce7 2018-09-01 00:39:19,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.230228900909s 2018-09-01 00:39:19,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f2db46ee-32d9-4289-aacb-42b36ffefce7 2018-09-01 00:39:19,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 00:39:19,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:19,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-994c6df8-2588-4354-986d-e30f66f2b876 Date: Sat, 01 Sep 2018 00:39:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "created_at": "2018-09-01T00:37:02Z", "updated_at": "2018-09-01T00:37:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:02Z", "revision_number": 0, "id": "788ca537-6789-46ff-a163-35f47f6f6e25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:02Z", "security_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "port_range_min": null, "ethertype": "IPv4", "project_id": "746fe1ddda014e3095b8a2313f7d8557"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:02Z", "revision_number": 0, "id": "7d16926e-7504-45a1-920a-6ff4ead6e97c", "remote_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:02Z", "security_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "port_range_min": null, "ethertype": "IPv6", "project_id": "746fe1ddda014e3095b8a2313f7d8557"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:02Z", "revision_number": 0, "id": "aa5d48e0-0971-47ea-9ec5-0060e41112be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:02Z", "security_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "port_range_min": null, "ethertype": "IPv6", "project_id": "746fe1ddda014e3095b8a2313f7d8557"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:02Z", "revision_number": 0, "id": "c39ec767-ab9e-4487-aae3-902de9b7c88f", "remote_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:02Z", "security_group_id": "485ac38d-9db6-434f-a920-b11862a2df53", "tenant_id": "746fe1ddda014e3095b8a2313f7d8557", "port_range_min": null, "ethertype": "IPv4", "project_id": "746fe1ddda014e3095b8a2313f7d8557"}], "revision_number": 1, "project_id": "746fe1ddda014e3095b8a2313f7d8557", "id": "485ac38d-9db6-434f-a920-b11862a2df53", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T00:36:40Z", "updated_at": "2018-09-01T00:36:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:40Z", "revision_number": 0, "id": "4cd9f226-a692-4caf-88eb-65a3ad8189b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:40Z", "security_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:40Z", "revision_number": 0, "id": "a7af360d-5914-4012-9dff-c66be39e728b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:40Z", "security_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:40Z", "revision_number": 0, "id": "b9aa3b28-5ee4-4308-acda-ee476e783f16", "remote_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:40Z", "security_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:40Z", "revision_number": 0, "id": "fc7c5b8c-e1e4-4d8f-9be3-ab130f771bc3", "remote_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:40Z", "security_group_id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "64738cdc-f971-42a0-9afa-5008e8b1633f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:36:36Z", "updated_at": "2018-09-01T00:36:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:36Z", "revision_number": 0, "id": "13a7649b-d402-4c99-a846-520fd4886f88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:36Z", "security_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:37Z", "revision_number": 0, "id": "24c47037-a495-473d-8190-e2d48fa22dc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:37Z", "security_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:36Z", "revision_number": 0, "id": "67a961a5-1051-40f2-80b8-3c6964af49d3", "remote_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:36Z", "security_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:36:36Z", "revision_number": 0, "id": "8696ed1d-3839-4548-9a32-b3f401a79463", "remote_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "remote_ip_prefix": null, "created_at": "2018-09-01T00:36:36Z", "security_group_id": "90150ef4-7b97-4240-8ca5-5572839a569e", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82385a1db3524c2f9b0afe851a76008c"}], "revision_number": 1, "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "90150ef4-7b97-4240-8ca5-5572839a569e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "created_at": "2018-09-01T00:37:56Z", "updated_at": "2018-09-01T00:37:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:56Z", "revision_number": 0, "id": "09deea49-42f5-4446-91bb-158e7bf0ebcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:56Z", "security_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "72fd21f3f61244b0a182398d6ce1b1e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:57Z", "revision_number": 0, "id": "105e7b9a-3c7e-4ffe-83e9-33c70a0810a5", "remote_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:57Z", "security_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "72fd21f3f61244b0a182398d6ce1b1e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:57Z", "revision_number": 0, "id": "22b18526-8ee2-48a6-87f0-750a6796e2b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:57Z", "security_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "72fd21f3f61244b0a182398d6ce1b1e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:37:56Z", "revision_number": 0, "id": "5ee8c9df-489b-4531-a324-75d0eca65ede", "remote_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "remote_ip_prefix": null, "created_at": "2018-09-01T00:37:56Z", "security_group_id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "tenant_id": "72fd21f3f61244b0a182398d6ce1b1e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "72fd21f3f61244b0a182398d6ce1b1e3"}], "revision_number": 1, "project_id": "72fd21f3f61244b0a182398d6ce1b1e3", "id": "907dcdf0-ccd3-40b3-81ac-5d5cdb1e973d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "created_at": "2018-09-01T00:33:18Z", "updated_at": "2018-09-01T00:33:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:33:18Z", "revision_number": 0, "id": "80b02e80-3a79-4e8e-9810-d43ba0bb8ea4", "remote_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "remote_ip_prefix": null, "created_at": "2018-09-01T00:33:18Z", "security_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "124aad9de364486f8e974ab17ceaff0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:33:18Z", "revision_number": 0, "id": "9582deba-9836-4334-ba12-28423eb9720a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:33:18Z", "security_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "port_range_min": null, "ethertype": "IPv6", "project_id": "124aad9de364486f8e974ab17ceaff0b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:33:18Z", "revision_number": 0, "id": "9b387ab7-88be-42e3-b23d-040d974eb90a", "remote_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "remote_ip_prefix": null, "created_at": "2018-09-01T00:33:18Z", "security_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "124aad9de364486f8e974ab17ceaff0b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:33:18Z", "revision_number": 0, "id": "f0bb66ee-3d2a-4205-9f3d-21a5b07e596b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:33:18Z", "security_group_id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "tenant_id": "124aad9de364486f8e974ab17ceaff0b", "port_range_min": null, "ethertype": "IPv4", "project_id": "124aad9de364486f8e974ab17ceaff0b"}], "revision_number": 1, "project_id": "124aad9de364486f8e974ab17ceaff0b", "id": "ae23c74a-ad86-48a3-84dd-eafdbacfe91b", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:38:34Z", "updated_at": "2018-09-01T00:38:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T00:38:35Z", "revision_number": 0, "id": "6ca7ca92-3737-4ae1-b179-3cd7e796fc6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:38:35Z", "security_group_id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:38:34Z", "revision_number": 0, "id": "8181d3b9-653d-4b14-8d9a-5fa6730fa9bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:38:34Z", "security_group_id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:38:34Z", "revision_number": 0, "id": "b832bf24-9887-4fa3-949b-9f953470458e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:38:34Z", "security_group_id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82385a1db3524c2f9b0afe851a76008c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:38:35Z", "revision_number": 0, "id": "c372986e-2e44-40ba-afd3-0deeeb231df9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:38:35Z", "security_group_id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82385a1db3524c2f9b0afe851a76008c"}], "revision_number": 3, "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "fa4abe65-d0c1-4c0b-abe8-f6c46432da6b", "name": "singlevm1-sg_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}]} 2018-09-01 00:39:19,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-994c6df8-2588-4354-986d-e30f66f2b876 2018-09-01 00:39:19,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0723171234131s 2018-09-01 00:39:19,393 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-994c6df8-2588-4354-986d-e30f66f2b876 2018-09-01 00:39:19,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 00:39:19,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/fa4abe65-d0c1-4c0b-abe8-f6c46432da6b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:19,609 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3114b111-7244-43bd-8fe6-a64cf4aebf5f Content-Length: 0 Date: Sat, 01 Sep 2018 00:39:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:39:19,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/fa4abe65-d0c1-4c0b-abe8-f6c46432da6b.json used request id req-3114b111-7244-43bd-8fe6-a64cf4aebf5f 2018-09-01 00:39:19,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.211124897003s 2018-09-01 00:39:19,609 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/fa4abe65-d0c1-4c0b-abe8-f6c46432da6b.json used request id req-3114b111-7244-43bd-8fe6-a64cf4aebf5f 2018-09-01 00:39:19,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 00:39:19,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:19,828 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:39:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e0186fcb-81e1-4bb9-bda1-45c1acf3fc31 x-compute-request-id: req-e0186fcb-81e1-4bb9-bda1-45c1acf3fc31 Content-Length: 0 Content-Type: application/json 2018-09-01 00:39:19,829 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d used request id req-e0186fcb-81e1-4bb9-bda1-45c1acf3fc31 2018-09-01 00:39:19,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.219014883041s 2018-09-01 00:39:19,829 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d used request id req-e0186fcb-81e1-4bb9-bda1-45c1acf3fc31 2018-09-01 00:39:19,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 00:39:19,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f1634653-9712-4b78-8112-2253cb0e7cd8/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}0447b5cbf0e9eee1f2e517d474009050460b6e50" -d '{"subnet_id": "bc637713-2635-4920-b816-6e011846ab09"}' 2018-09-01 00:39:21,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-21da10b2-d4b0-4a45-a0fa-a66e5bd6bdfb Date: Sat, 01 Sep 2018 00:39:21 GMT RESP BODY: {"network_id": "504ed884-b6a0-41aa-8781-ba6f0ff4fffa", "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "subnet_id": "bc637713-2635-4920-b816-6e011846ab09", "subnet_ids": ["bc637713-2635-4920-b816-6e011846ab09"], "port_id": "328eb499-ba84-4749-8e4a-38a28c69a22b", "id": "f1634653-9712-4b78-8112-2253cb0e7cd8"} 2018-09-01 00:39:21,726 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f1634653-9712-4b78-8112-2253cb0e7cd8/remove_router_interface.json used request id req-21da10b2-d4b0-4a45-a0fa-a66e5bd6bdfb 2018-09-01 00:39:21,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.8966550827s 2018-09-01 00:39:21,726 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f1634653-9712-4b78-8112-2253cb0e7cd8/remove_router_interface.json used request id req-21da10b2-d4b0-4a45-a0fa-a66e5bd6bdfb returning object f1634653-9712-4b78-8112-2253cb0e7cd8 2018-09-01 00:39:21,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 00:39:21,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:21,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-325d4641-af19-468f-9973-30156cd7dc4d Date: Sat, 01 Sep 2018 00:39:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "82385a1db3524c2f9b0afe851a76008c", "created_at": "2018-09-01T00:38:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T00:39:20Z", "revision_number": 4, "routes": [], "project_id": "82385a1db3524c2f9b0afe851a76008c", "id": "f1634653-9712-4b78-8112-2253cb0e7cd8", "name": "singlevm1-router_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}]} 2018-09-01 00:39:21,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-325d4641-af19-468f-9973-30156cd7dc4d 2018-09-01 00:39:21,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.129467964172s 2018-09-01 00:39:21,857 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-325d4641-af19-468f-9973-30156cd7dc4d 2018-09-01 00:39:21,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 00:39:21,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/f1634653-9712-4b78-8112-2253cb0e7cd8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:23,802 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35e8d5f8-b4f1-4b62-8b3a-0b392071eccc Content-Length: 0 Date: Sat, 01 Sep 2018 00:39:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:39:23,802 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f1634653-9712-4b78-8112-2253cb0e7cd8.json used request id req-35e8d5f8-b4f1-4b62-8b3a-0b392071eccc 2018-09-01 00:39:23,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.9438829422s 2018-09-01 00:39:23,802 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f1634653-9712-4b78-8112-2253cb0e7cd8.json used request id req-35e8d5f8-b4f1-4b62-8b3a-0b392071eccc 2018-09-01 00:39:23,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:39:23,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:24,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-712bcef0-0b0f-4f58-b4d5-564d10a6cba3 Date: Sat, 01 Sep 2018 00:39:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5947624d-2604-4eb8-9ac2-b3c2573254db","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:26Z","dns_nameservers":[],"updated_at":"2018-09-01T00:33:26Z","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":"124aad9de364486f8e974ab17ceaff0b","id":"b8d15748-1221-4d39-8b04-bf36c4f12d33","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"504ed884-b6a0-41aa-8781-ba6f0ff4fffa","tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:38:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:38:25Z","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":"82385a1db3524c2f9b0afe851a76008c","id":"bc637713-2635-4920-b816-6e011846ab09","subnetpool_id":null,"name":"singlevm1-subnet_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d"}]} 2018-09-01 00:39:24,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-712bcef0-0b0f-4f58-b4d5-564d10a6cba3 2018-09-01 00:39:24,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.376633882523s 2018-09-01 00:39:24,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-712bcef0-0b0f-4f58-b4d5-564d10a6cba3 2018-09-01 00:39:24,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 00:39:24,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/bc637713-2635-4920-b816-6e011846ab09.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:26,473 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-225bca24-8b0e-4737-bcfd-10cc17758816 Date: Sat, 01 Sep 2018 00:39:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:39:26,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/bc637713-2635-4920-b816-6e011846ab09.json used request id req-225bca24-8b0e-4737-bcfd-10cc17758816 2018-09-01 00:39:26,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.29165911674s 2018-09-01 00:39:26,474 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/bc637713-2635-4920-b816-6e011846ab09.json used request id req-225bca24-8b0e-4737-bcfd-10cc17758816 2018-09-01 00:39:26,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:39:26,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:26,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-1e56e610-0e81-44a2-a3b2-3ee81975abb9 Date: Sat, 01 Sep 2018 00:39:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"504ed884-b6a0-41aa-8781-ba6f0ff4fffa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82385a1db3524c2f9b0afe851a76008c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T00:39:26Z","provider:segmentation_id":65,"name":"singlevm1-net_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d","admin_state_up":true,"tenant_id":"82385a1db3524c2f9b0afe851a76008c","created_at":"2018-09-01T00:38:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:39:26,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1e56e610-0e81-44a2-a3b2-3ee81975abb9 2018-09-01 00:39:26,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0935292243958s 2018-09-01 00:39:26,568 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1e56e610-0e81-44a2-a3b2-3ee81975abb9 2018-09-01 00:39:26,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 00:39:26,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/504ed884-b6a0-41aa-8781-ba6f0ff4fffa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:28,059 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3e392c5-b98a-43c0-bc2a-6042c562df03 Date: Sat, 01 Sep 2018 00:39:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:39:28,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/504ed884-b6a0-41aa-8781-ba6f0ff4fffa.json used request id req-b3e392c5-b98a-43c0-bc2a-6042c562df03 2018-09-01 00:39:28,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.49052286148s 2018-09-01 00:39:28,060 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/504ed884-b6a0-41aa-8781-ba6f0ff4fffa.json used request id req-b3e392c5-b98a-43c0-bc2a-6042c562df03 2018-09-01 00:39:28,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:39:28,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:28,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-887fe3b7-53a6-484e-abd3-8efa2cec3304 Date: Sat, 01 Sep 2018 00:39:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:38:31Z", "file": "/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/file", "owner": "82385a1db3524c2f9b0afe851a76008c", "id": "6fe4faa8-5482-43d6-8c53-a39f885078b6", "size": 12716032, "self": "/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6fe4faa8-5482-43d6-8c53-a39f885078b6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:38:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:39:28,914 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-887fe3b7-53a6-484e-abd3-8efa2cec3304 2018-09-01 00:39:28,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.850098133087s 2018-09-01 00:39:28,915 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-887fe3b7-53a6-484e-abd3-8efa2cec3304 2018-09-01 00:39:28,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 00:39:28,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:29,366 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6c418e25-03bb-4549-b27f-9559cfcded07 Date: Sat, 01 Sep 2018 00:39:29 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 00:39:29,366 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6 used request id req-6c418e25-03bb-4549-b27f-9559cfcded07 2018-09-01 00:39:29,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.449742078781s 2018-09-01 00:39:29,366 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6fe4faa8-5482-43d6-8c53-a39f885078b6 used request id req-6c418e25-03bb-4549-b27f-9559cfcded07 2018-09-01 00:39:29,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:39:29,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:29,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39: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-9dd41f26-07de-4799-b858-cd19a926f9b9 x-compute-request-id: req-9dd41f26-07de-4799-b858-cd19a926f9b9 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_3c9a54f8-38cb-4ce0-b870-a3e18aa4057d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0a673b17-bca9-4f21-8a89-1e122587f254", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0a673b17-bca9-4f21-8a89-1e122587f254", "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": "0a673b17-bca9-4f21-8a89-1e122587f254"}]} 2018-09-01 00:39:29,523 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-9dd41f26-07de-4799-b858-cd19a926f9b9 2018-09-01 00:39:29,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.15584397316s 2018-09-01 00:39:29,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-9dd41f26-07de-4799-b858-cd19a926f9b9 2018-09-01 00:39:29,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 00:39:29,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/0a673b17-bca9-4f21-8a89-1e122587f254 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0447b5cbf0e9eee1f2e517d474009050460b6e50" 2018-09-01 00:39:29,570 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:39: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-6dd9c01f-c555-4c0c-a527-1980ae2908d2 x-compute-request-id: req-6dd9c01f-c555-4c0c-a527-1980ae2908d2 Content-Length: 0 Content-Type: application/json 2018-09-01 00:39:29,570 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0a673b17-bca9-4f21-8a89-1e122587f254 used request id req-6dd9c01f-c555-4c0c-a527-1980ae2908d2 2018-09-01 00:39:29,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0457019805908s 2018-09-01 00:39:29,571 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0a673b17-bca9-4f21-8a89-1e122587f254 used request id req-6dd9c01f-c555-4c0c-a527-1980ae2908d2 2018-09-01 00:39:29,625 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-09-01 00:39:29,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:39:29,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:39:29,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:39:29,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:39:29,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:39:29,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:39:29,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:39:29,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:39:29,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:39:29,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:39:29,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:39:29,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:39:29,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:39:29,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:39:29,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:39:29,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:39:29,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:39:29,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:39:29,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:39:29,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:39:29,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:39:29,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:39:29,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:39:29,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ab00994-2d33-4da8-a040-547856edcb40 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:39:29,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0ab00994-2d33-4da8-a040-547856edcb40 2018-09-01 00:39:29,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:39:30,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04fa0466cabf412bae8b52a52856f734", "name": "admin"}, {"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:39:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82385a1db3524c2f9b0afe851a76008c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c1e3ed7585964a61bb487b909cdc21f1"}, "audit_ids": ["7TMxTJRYSC-f3CNMsTb4hw"], "issued_at": "2018-09-01T00:39:30.000000Z"}} 2018-09-01 00:39:30,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:39:30,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:39:30,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f4f171e2-635a-450e-8ed5-e0f974c4f9b8 Date: Sat, 01 Sep 2018 00:39:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:39:30,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f4f171e2-635a-450e-8ed5-e0f974c4f9b8 2018-09-01 00:39:30,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347336053848s 2018-09-01 00:39:30,427 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f4f171e2-635a-450e-8ed5-e0f974c4f9b8 2018-09-01 00:39:30,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:39:30,437 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 00:39:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11a37101-6248-4af1-8bbc-571a1bb55c87 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.23:5000/v3/", "rel": "self"}]}]}} 2018-09-01 00:39:30,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-11a37101-6248-4af1-8bbc-571a1bb55c87 2018-09-01 00:39:30,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 00:39:30,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:39:30,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ee62017-e749-48e9-be3c-0f1e32c1b0ac Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/e9f4e5d3e25e437fbbc5bdfc422dbea3"}, "tags": [], "enabled": true, "id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "name": "heat_stack"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 00:39:30,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-7ee62017-e749-48e9-be3c-0f1e32c1b0ac 2018-09-01 00:39:30,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193539857864s 2018-09-01 00:39:30,632 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-7ee62017-e749-48e9-be3c-0f1e32c1b0ac 2018-09-01 00:39:30,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 00:39:30,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_68d84883-ea87-4b66-90aa-3f3293e52719"}}' 2018-09-01 00:39:30,864 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 00:39:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8e9628d-77e9-4eee-b222-da59fd3d366a 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.23:5000/v3/projects/f99dd86d0cb643468c55610a6c6b2d00"}, "tags": [], "enabled": true, "id": "f99dd86d0cb643468c55610a6c6b2d00", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_68d84883-ea87-4b66-90aa-3f3293e52719"}} 2018-09-01 00:39:30,864 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d8e9628d-77e9-4eee-b222-da59fd3d366a 2018-09-01 00:39:30,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.225222826004s 2018-09-01 00:39:30,865 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d8e9628d-77e9-4eee-b222-da59fd3d366a 2018-09-01 00:39:30,865 - 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'f99dd86d0cb643468c55610a6c6b2d00', '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_68d84883-ea87-4b66-90aa-3f3293e52719'}) 2018-09-01 00:39:30,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 00:39:30,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6aca8930-4935-4203-a1d4-7ee332c057b0", "email": null, "name": "singlevm2-user_68d84883-ea87-4b66-90aa-3f3293e52719"}}' 2018-09-01 00:39:31,363 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 00:39:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76a96141-2795-4cf5-bbdc-e43e1f1e6f38 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_68d84883-ea87-4b66-90aa-3f3293e52719", "links": {"self": "http://172.30.9.23:5000/v3/users/8aac387da8fa4fdf8d2a8960a5954c3a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8aac387da8fa4fdf8d2a8960a5954c3a", "domain_id": "default", "password_expires_at": null}} 2018-09-01 00:39:31,363 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-76a96141-2795-4cf5-bbdc-e43e1f1e6f38 2018-09-01 00:39:31,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.491945981979s 2018-09-01 00:39:31,363 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-76a96141-2795-4cf5-bbdc-e43e1f1e6f38 2018-09-01 00:39:31,364 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8aac387da8fa4fdf8d2a8960a5954c3a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_68d84883-ea87-4b66-90aa-3f3293e52719'}) 2018-09-01 00:39:31,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:39:31,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:39:31,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8eb35622-60cc-49a5-874d-538ff4c33895 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:39:31,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8eb35622-60cc-49a5-874d-538ff4c33895 2018-09-01 00:39:31,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196480035782s 2018-09-01 00:39:31,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8eb35622-60cc-49a5-874d-538ff4c33895 2018-09-01 00:39:31,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:39:31,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:39:31,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb51eb90-24ad-44e7-a498-070c8823199a Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:39:31,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-bb51eb90-24ad-44e7-a498-070c8823199a 2018-09-01 00:39:31,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197867870331s 2018-09-01 00:39:31,768 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-bb51eb90-24ad-44e7-a498-070c8823199a 2018-09-01 00:39:31,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:39:31,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:39:31,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd868912-90aa-44ef-96eb-9a919b36ae5c Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:39:31,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dd868912-90aa-44ef-96eb-9a919b36ae5c 2018-09-01 00:39:31,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.220231056213s 2018-09-01 00:39:31,993 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dd868912-90aa-44ef-96eb-9a919b36ae5c 2018-09-01 00:39:31,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 00:39:32,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:39:32,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1333d874-032d-4a29-88ee-829db09b1f17 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 00:39:32,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-1333d874-032d-4a29-88ee-829db09b1f17 2018-09-01 00:39:32,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197929859161s 2018-09-01 00:39:32,196 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-1333d874-032d-4a29-88ee-829db09b1f17 2018-09-01 00:39:32,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:39:32,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:39:32,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcfa8f13-7ed6-45a1-ad19-35eb4e33298e Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/09616bbc3d7d47f7bf356facf9604904"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09616bbc3d7d47f7bf356facf9604904", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/1b7d7499248f4b1ab3e2c3eafd6884e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b7d7499248f4b1ab3e2c3eafd6884e3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/39f008d4ed9b46e88df6661386fb834c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39f008d4ed9b46e88df6661386fb834c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/4f1efd27b815414c80bafafd80b0a731"}, "domain_id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "enabled": true, "options": {}, "id": "4f1efd27b815414c80bafafd80b0a731", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/5755fbc5e3f149d286b38eab1592f2cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5755fbc5e3f149d286b38eab1592f2cd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/5a7473fb7a3d483bad8691aca2f3945e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a7473fb7a3d483bad8691aca2f3945e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/5a775d82f5b040388bd9b234b406b8cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a775d82f5b040388bd9b234b406b8cf", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/71e10b6e83144e6480810c69dc4f4357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e10b6e83144e6480810c69dc4f4357", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/790e0ffa6b2f4654a159933f6bb087b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "790e0ffa6b2f4654a159933f6bb087b2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "singlevm2-user_68d84883-ea87-4b66-90aa-3f3293e52719", "links": {"self": "http://172.30.9.23:5000/v3/users/8aac387da8fa4fdf8d2a8960a5954c3a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8aac387da8fa4fdf8d2a8960a5954c3a", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/8b0b26cb19d94b42b2053081018c0256"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b0b26cb19d94b42b2053081018c0256", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/ab9e44a845b446c5ad7c6f7aa89c7b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab9e44a845b446c5ad7c6f7aa89c7b00", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c1e3ed7585964a61bb487b909cdc21f1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e3ed7585964a61bb487b909cdc21f1", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/c397b2a20dde4a928a000743315a1d4d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c397b2a20dde4a928a000743315a1d4d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/c7a220b02e39464182c785f083b70399"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7a220b02e39464182c785f083b70399", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-01 00:39:32,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dcfa8f13-7ed6-45a1-ad19-35eb4e33298e 2018-09-01 00:39:32,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207360982895s 2018-09-01 00:39:32,405 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dcfa8f13-7ed6-45a1-ad19-35eb4e33298e 2018-09-01 00:39:32,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 00:39:32,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:39:32,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82b630e7-8437-4a29-8e54-cc1b3931a8cd Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/82385a1db3524c2f9b0afe851a76008c"}, "tags": [], "enabled": true, "id": "82385a1db3524c2f9b0afe851a76008c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b"}, "tags": [], "enabled": true, "id": "124aad9de364486f8e974ab17ceaff0b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.23:5000/v3/projects/f99dd86d0cb643468c55610a6c6b2d00"}, "tags": [], "enabled": true, "id": "f99dd86d0cb643468c55610a6c6b2d00", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_68d84883-ea87-4b66-90aa-3f3293e52719"}]} 2018-09-01 00:39:32,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-82b630e7-8437-4a29-8e54-cc1b3931a8cd 2018-09-01 00:39:32,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19378900528s 2018-09-01 00:39:32,611 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-82b630e7-8437-4a29-8e54-cc1b3931a8cd 2018-09-01 00:39:32,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 00:39:32,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=8aac387da8fa4fdf8d2a8960a5954c3a&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=f99dd86d0cb643468c55610a6c6b2d00" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:39:32,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfd61b8c-6a68-4776-a02d-97370cf05ad8 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=8aac387da8fa4fdf8d2a8960a5954c3a&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=f99dd86d0cb643468c55610a6c6b2d00", "previous": null, "next": null}} 2018-09-01 00:39:32,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=8aac387da8fa4fdf8d2a8960a5954c3a&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=f99dd86d0cb643468c55610a6c6b2d00 used request id req-cfd61b8c-6a68-4776-a02d-97370cf05ad8 2018-09-01 00:39:32,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.114459991455s 2018-09-01 00:39:32,733 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=8aac387da8fa4fdf8d2a8960a5954c3a&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=f99dd86d0cb643468c55610a6c6b2d00 used request id req-cfd61b8c-6a68-4776-a02d-97370cf05ad8 2018-09-01 00:39:32,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 00:39:32,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/f99dd86d0cb643468c55610a6c6b2d00/users/8aac387da8fa4fdf8d2a8960a5954c3a/roles/1f2bde3e8e224213861d11fb61c4b749 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:39:33,058 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:39:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55eb97a6-bfbd-4e1f-b889-4fdb1caaa898 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 00:39:33,058 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f99dd86d0cb643468c55610a6c6b2d00/users/8aac387da8fa4fdf8d2a8960a5954c3a/roles/1f2bde3e8e224213861d11fb61c4b749 used request id req-55eb97a6-bfbd-4e1f-b889-4fdb1caaa898 2018-09-01 00:39:33,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.321376800537s 2018-09-01 00:39:33,058 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/f99dd86d0cb643468c55610a6c6b2d00/users/8aac387da8fa4fdf8d2a8960a5954c3a/roles/1f2bde3e8e224213861d11fb61c4b749 used request id req-55eb97a6-bfbd-4e1f-b889-4fdb1caaa898 2018-09-01 00:39:33,059 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_68d84883-ea87-4b66-90aa-3f3293e52719', 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'f99dd86d0cb643468c55610a6c6b2d00', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '6aca8930-4935-4203-a1d4-7ee332c057b0', 'username': u'singlevm2-user_68d84883-ea87-4b66-90aa-3f3293e52719', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23: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 00:39:33,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:39:33,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:39:33,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:39:33,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:39:33,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:39:33,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:39:33,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:39:33,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:39:33,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:39:33,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:39:33,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:39:33,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:39:33,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:39:33,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:39:33,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:39:33,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:39:33,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:39:33,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:39:33,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:39:33,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:39:33,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:39:33,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:39:33,064 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_68d84883-ea87-4b66-90aa-3f3293e52719', 'password': '6aca8930-4935-4203-a1d4-7ee332c057b0', 'project_name': 'singlevm2-project_68d84883-ea87-4b66-90aa-3f3293e52719', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'f99dd86d0cb643468c55610a6c6b2d00', 'project_domain_name': 'Default'} 2018-09-01 00:39:33,064 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-09-01 00:39:33,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:39:33,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5812645-9293-4ee2-9bd4-4963cbcc39ed Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:39:33,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b5812645-9293-4ee2-9bd4-4963cbcc39ed 2018-09-01 00:39:33,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:39:33,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:39:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f99dd86d0cb643468c55610a6c6b2d00", "name": "singlevm2-project_68d84883-ea87-4b66-90aa-3f3293e52719"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/f99dd86d0cb643468c55610a6c6b2d00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/f99dd86d0cb643468c55610a6c6b2d00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/f99dd86d0cb643468c55610a6c6b2d00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/f99dd86d0cb643468c55610a6c6b2d00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/f99dd86d0cb643468c55610a6c6b2d00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/f99dd86d0cb643468c55610a6c6b2d00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_f99dd86d0cb643468c55610a6c6b2d00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_f99dd86d0cb643468c55610a6c6b2d00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/f99dd86d0cb643468c55610a6c6b2d00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/f99dd86d0cb643468c55610a6c6b2d00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/f99dd86d0cb643468c55610a6c6b2d00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/f99dd86d0cb643468c55610a6c6b2d00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/f99dd86d0cb643468c55610a6c6b2d00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/f99dd86d0cb643468c55610a6c6b2d00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_68d84883-ea87-4b66-90aa-3f3293e52719", "id": "8aac387da8fa4fdf8d2a8960a5954c3a"}, "audit_ids": ["WWAiKMjcRQ6ZNmehg6LxxA"], "issued_at": "2018-09-01T00:39:33.000000Z"}} 2018-09-01 00:39:33,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 00:39:33,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" -d '{"network": {"name": "singlevm2-net_68d84883-ea87-4b66-90aa-3f3293e52719", "admin_state_up": true}}' 2018-09-01 00:39:34,964 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-26750fdb-20a8-477a-be29-f197b29c9d2b Date: Sat, 01 Sep 2018 00:39:34 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f99dd86d0cb643468c55610a6c6b2d00","created_at":"2018-09-01T00:39:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T00:39:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f99dd86d0cb643468c55610a6c6b2d00","id":"3c8185dc-02e2-42b8-a5a1-b7c05db1db97","name":"singlevm2-net_68d84883-ea87-4b66-90aa-3f3293e52719"}} 2018-09-01 00:39:34,964 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-26750fdb-20a8-477a-be29-f197b29c9d2b 2018-09-01 00:39:34,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.48502802849s 2018-09-01 00:39:34,964 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-26750fdb-20a8-477a-be29-f197b29c9d2b 2018-09-01 00:39:34,965 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:39:34Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'3c8185dc-02e2-42b8-a5a1-b7c05db1db97', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_68d84883-ea87-4b66-90aa-3f3293e52719', u'admin_state_up': True, u'tenant_id': u'f99dd86d0cb643468c55610a6c6b2d00', u'created_at': u'2018-09-01T00:39:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f99dd86d0cb643468c55610a6c6b2d00'}) 2018-09-01 00:39:34,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:39:34,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:39:35,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-3830b08a-9be4-449a-a797-22049ef8d73a Date: Sat, 01 Sep 2018 00:39:35 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-01T00:39:34Z","tenant_id":"f99dd86d0cb643468c55610a6c6b2d00","created_at":"2018-09-01T00:39:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"f99dd86d0cb643468c55610a6c6b2d00","id":"3c8185dc-02e2-42b8-a5a1-b7c05db1db97","name":"singlevm2-net_68d84883-ea87-4b66-90aa-3f3293e52719"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:39:35,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3830b08a-9be4-449a-a797-22049ef8d73a 2018-09-01 00:39:35,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.515920877457s 2018-09-01 00:39:35,482 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3830b08a-9be4-449a-a797-22049ef8d73a 2018-09-01 00:39:35,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 00:39:35,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" -d '{"subnet": {"name": "singlevm2-subnet_68d84883-ea87-4b66-90aa-3f3293e52719", "enable_dhcp": true, "network_id": "3c8185dc-02e2-42b8-a5a1-b7c05db1db97", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 00:39:36,521 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-fbf46624-9222-4d18-be13-bf9744416afa Date: Sat, 01 Sep 2018 00:39:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c8185dc-02e2-42b8-a5a1-b7c05db1db97","tenant_id":"f99dd86d0cb643468c55610a6c6b2d00","created_at":"2018-09-01T00:39:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:39: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":"f99dd86d0cb643468c55610a6c6b2d00","id":"c71a1d15-0b22-4a64-bd16-5a706bcde308","subnetpool_id":null,"name":"singlevm2-subnet_68d84883-ea87-4b66-90aa-3f3293e52719"}} 2018-09-01 00:39:36,521 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-fbf46624-9222-4d18-be13-bf9744416afa 2018-09-01 00:39:36,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.03759908676s 2018-09-01 00:39:36,521 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-fbf46624-9222-4d18-be13-bf9744416afa 2018-09-01 00:39:36,522 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:39: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'c71a1d15-0b22-4a64-bd16-5a706bcde308', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_68d84883-ea87-4b66-90aa-3f3293e52719', u'enable_dhcp': True, u'network_id': u'3c8185dc-02e2-42b8-a5a1-b7c05db1db97', u'tenant_id': u'f99dd86d0cb643468c55610a6c6b2d00', u'created_at': u'2018-09-01T00:39: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'f99dd86d0cb643468c55610a6c6b2d00'}) 2018-09-01 00:39:36,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 00:39:36,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" -d '{"router": {"external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db"}, "name": "singlevm2-router_68d84883-ea87-4b66-90aa-3f3293e52719", "admin_state_up": true}}' 2018-09-01 00:39:37,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-ce0bafe5-fcd2-42fa-a2b9-5d9e3c7bec9b Date: Sat, 01 Sep 2018 00:39:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "created_at": "2018-09-01T00:39:36Z", "admin_state_up": true, "updated_at": "2018-09-01T00:39:37Z", "revision_number": 2, "routes": [], "project_id": "f99dd86d0cb643468c55610a6c6b2d00", "id": "46317c36-4530-43c8-83da-640692b4d5e3", "name": "singlevm2-router_68d84883-ea87-4b66-90aa-3f3293e52719"}} 2018-09-01 00:39:37,930 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-ce0bafe5-fcd2-42fa-a2b9-5d9e3c7bec9b 2018-09-01 00:39:37,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.4076218605s 2018-09-01 00:39:37,930 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-ce0bafe5-fcd2-42fa-a2b9-5d9e3c7bec9b 2018-09-01 00:39:37,931 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b8d15748-1221-4d39-8b04-bf36c4f12d33', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f99dd86d0cb643468c55610a6c6b2d00', u'created_at': u'2018-09-01T00:39:36Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T00:39:37Z', u'revision_number': 2, u'routes': [], u'project_id': u'f99dd86d0cb643468c55610a6c6b2d00', u'id': u'46317c36-4530-43c8-83da-640692b4d5e3', u'name': u'singlevm2-router_68d84883-ea87-4b66-90aa-3f3293e52719'}) 2018-09-01 00:39:37,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 00:39:37,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/46317c36-4530-43c8-83da-640692b4d5e3/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}db737266480922011e09a75002baeda8f6d35c60" -d '{"subnet_id": "c71a1d15-0b22-4a64-bd16-5a706bcde308"}' 2018-09-01 00:39:40,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-943e0918-318d-4555-98e8-671ddb02721c Date: Sat, 01 Sep 2018 00:39:40 GMT RESP BODY: {"network_id": "3c8185dc-02e2-42b8-a5a1-b7c05db1db97", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "subnet_id": "c71a1d15-0b22-4a64-bd16-5a706bcde308", "subnet_ids": ["c71a1d15-0b22-4a64-bd16-5a706bcde308"], "port_id": "c86b4a3c-6bc7-4d0f-9e1d-35fc0a13f9b1", "id": "46317c36-4530-43c8-83da-640692b4d5e3"} 2018-09-01 00:39:40,316 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/46317c36-4530-43c8-83da-640692b4d5e3/add_router_interface.json used request id req-943e0918-318d-4555-98e8-671ddb02721c 2018-09-01 00:39:40,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.38536405563s 2018-09-01 00:39:40,317 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/46317c36-4530-43c8-83da-640692b4d5e3/add_router_interface.json used request id req-943e0918-318d-4555-98e8-671ddb02721c returning object 46317c36-4530-43c8-83da-640692b4d5e3 2018-09-01 00:39:40,317 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 00:39:40,445 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 00:39:40,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:39:40,450 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 00:39:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-09-01 00:39:40,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:39:40,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:39:41,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fdc4627f-2549-4c10-a6e3-92f81de8372e Date: Sat, 01 Sep 2018 00:39:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:39:41,285 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fdc4627f-2549-4c10-a6e3-92f81de8372e 2018-09-01 00:39:41,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.832409858704s 2018-09-01 00:39:41,286 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fdc4627f-2549-4c10-a6e3-92f81de8372e 2018-09-01 00:39:41,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 00:39:41,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_68d84883-ea87-4b66-90aa-3f3293e52719", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_68d84883-ea87-4b66-90aa-3f3293e52719"}' 2018-09-01 00:39:41,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6f47c990-d9fc-4e31-b6cf-318e469e0bc3 Date: Sat, 01 Sep 2018 00:39:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:39:41Z", "file": "/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501/file", "owner": "f99dd86d0cb643468c55610a6c6b2d00", "id": "1e4661b5-29bd-447a-8f86-bad4d442c501", "size": null, "self": "/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501", "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_68d84883-ea87-4b66-90aa-3f3293e52719", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_68d84883-ea87-4b66-90aa-3f3293e52719", "checksum": null, "created_at": "2018-09-01T00:39:41Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 00:39:41,677 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-6f47c990-d9fc-4e31-b6cf-318e469e0bc3 2018-09-01 00:39:41,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.382473945618s 2018-09-01 00:39:41,677 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-6f47c990-d9fc-4e31-b6cf-318e469e0bc3 returning object 1e4661b5-29bd-447a-8f86-bad4d442c501 2018-09-01 00:39:41,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 00:39:41,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501/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}db737266480922011e09a75002baeda8f6d35c60" -d '' 2018-09-01 00:39:43,338 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e1c9bd1b-825f-48e7-b573-100ce75880e3 Date: Sat, 01 Sep 2018 00:39: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 00:39:43,338 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501/file used request id req-e1c9bd1b-825f-48e7-b573-100ce75880e3 2018-09-01 00:39:43,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.66063499451s 2018-09-01 00:39:43,339 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501/file used request id req-e1c9bd1b-825f-48e7-b573-100ce75880e3 2018-09-01 00:39:43,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:39:43,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:39:43,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-e0f4d171-89ef-4416-8ab7-7e97703b1df2 Date: Sat, 01 Sep 2018 00:39:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:39:43Z", "file": "/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501/file", "owner": "f99dd86d0cb643468c55610a6c6b2d00", "id": "1e4661b5-29bd-447a-8f86-bad4d442c501", "size": 12716032, "self": "/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/1e4661b5-29bd-447a-8f86-bad4d442c501/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/1e4661b5-29bd-447a-8f86-bad4d442c501/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_68d84883-ea87-4b66-90aa-3f3293e52719", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_68d84883-ea87-4b66-90aa-3f3293e52719", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:39:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:39:43,703 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e0f4d171-89ef-4416-8ab7-7e97703b1df2 2018-09-01 00:39:43,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.360321998596s 2018-09-01 00:39:43,704 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e0f4d171-89ef-4416-8ab7-7e97703b1df2 2018-09-01 00:39:43,706 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/1e4661b5-29bd-447a-8f86-bad4d442c501/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501/file', 'owner': u'f99dd86d0cb643468c55610a6c6b2d00', 'id': u'1e4661b5-29bd-447a-8f86-bad4d442c501', 'size': 12716032, u'self': u'/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f99dd86d0cb643468c55610a6c6b2d00', 'name': 'singlevm2-project_68d84883-ea87-4b66-90aa-3f3293e52719', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/1e4661b5-29bd-447a-8f86-bad4d442c501/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T00:39:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T00:39:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_68d84883-ea87-4b66-90aa-3f3293e52719', '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/1e4661b5-29bd-447a-8f86-bad4d442c501', 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_68d84883-ea87-4b66-90aa-3f3293e52719', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_68d84883-ea87-4b66-90aa-3f3293e52719', 'created': u'2018-09-01T00:39:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T00:39:41Z', 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/1e4661b5-29bd-447a-8f86-bad4d442c501', 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_68d84883-ea87-4b66-90aa-3f3293e52719', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 00:39:43,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 00:39:43,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_68d84883-ea87-4b66-90aa-3f3293e52719", "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 00:39:44,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39: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-bf7012bc-5ffd-4180-aa6b-946d42d13eff x-compute-request-id: req-bf7012bc-5ffd-4180-aa6b-946d42d13eff Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_68d84883-ea87-4b66-90aa-3f3293e52719", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d", "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": "35ab036c-3eb8-444c-bd33-c123ac8ff30d"}} 2018-09-01 00:39:44,048 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-bf7012bc-5ffd-4180-aa6b-946d42d13eff 2018-09-01 00:39:44,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.34117603302s 2018-09-01 00:39:44,048 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-bf7012bc-5ffd-4180-aa6b-946d42d13eff 2018-09-01 00:39:44,049 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_68d84883-ea87-4b66-90aa-3f3293e52719', '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'82385a1db3524c2f9b0afe851a76008c', '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'35ab036c-3eb8-444c-bd33-c123ac8ff30d', 'swap': 0}) 2018-09-01 00:39:44,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 00:39:44,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d/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}aee0e82a7c4af874b11066b1d74d40674a6353ad" -d '{"extra_specs": {}}' 2018-09-01 00:39:44,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39: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-3c6c9564-a038-410d-8391-44f140a8470f x-compute-request-id: req-3c6c9564-a038-410d-8391-44f140a8470f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 00:39:44,070 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d/os-extra_specs used request id req-3c6c9564-a038-410d-8391-44f140a8470f 2018-09-01 00:39:44,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202429294586s 2018-09-01 00:39:44,070 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d/os-extra_specs used request id req-3c6c9564-a038-410d-8391-44f140a8470f 2018-09-01 00:39:44,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 00:39:44,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" -d '{"keypair": {"name": "singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719"}}' 2018-09-01 00:39:45,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39: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-56bce56a-6a53-4eba-b9e5-53f987809da0 x-compute-request-id: req-56bce56a-6a53-4eba-b9e5-53f987809da0 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7WKIHOFG5M7+sC33OCBS952EOSXS2UGUmSn5lvvD2Td2Wyy87gwedUkI/70wSuV7jFj4dahP9ccOJnfh41Sws9gTZdxVOnK9jXSG/xCvhYXtiiwHd6gbE+a6g2H43+1hjg65tw9Dqrpmsqqe3Rj5J2vulQiIXShaqWXwuG6V7G64m4LBeZRkwemaXJlZ91NUeUHaLaOmIjgl36cJ2sB4yErcCj4Q9YclQz2ksE5H36Akj4LXQlxY79uipCp93/GP85auyvijyL7F4zou9vQw38spFOtZjwIL1pdZafZU8aRBbTKZd2yJGfvaHqLAvcL4OlRocLMnDpT5lSpkerpkl Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAu1iiBzhRuTO/rAt9zggUvedhDkl0tlBlJkp+Zb7w9k3dlssv\nO4MHnVJCP+9MErle4xY+HWoT/XHDiZ34eNUsLPYE2XcVTpyvY10hv8Qr4WF7YosB\n3eoGxPmuoNh+N/tYY4OubcPQ6q6ZrKqnt0Y+Sdr7pUIiF0oWqll8LhulexuuJuCw\nXmUZMHpmlyZWfdTVHlB2i2jpiI4Jd+nCdrAeMhK3Ao+EPWHJUM9pLBOR9+gJI+C1\n0JcWO/boqQqfd/xj/OWrsr4o8i+xeM6Lvb0MN/LKRTrWY8CC9aXWWn2VPGkQW0ym\nXdsiRn72h6iwL3C+DpUaHCzJw6U+ZUqZHq6ZJQIDAQABAoIBAQCjLqSTHV8xrf15\n4diGqUtHzk4fn6PlWUmBfMlz3kkMgO5N9lUBxTPQuGG0Rr9AX+5iZnFcNZWL4Jet\nOse+mA+Oagv3T15jxt6N8gT/f+OowLw0LVhG7x1OXRzaRThLksZ+h6hbO4Cxqbt5\nRnwniyueMPuYCm6fUo1DfAZKMxKEkyv++GaGbzVMfwRUQb5sWii9nYrTl/OVUcPR\n7YPSpfSJIEL+RInGPmCRvawFcDYeGUfjU1qYTgLJZwAiy48kOx3OM5TWFp7JZm3U\nMrCwQxDJY/WFuV17+qZbzHCPB2DZn8KZciUBVaKdKNSitSkF8TBX8/sROJCRppPL\n5J+E4ncBAoGBAPO+12rrDAtneq+t81XlsEVDJt3B/QlA3pIdbhdRWXNk1vH2PJyj\nTi4QQcT/UXKhX+0OAmfSqzjc4nkS5y+lKqvXDOfnM+Jgw9kt6+HwcUwoMLDhdrEl\n4ELgyTEpL2+vQxM5S3wgCnlMZN3W5lrkNMJ87vZ/ENYytBumj2Il1LWVAoGBAMTD\n5bp8hku++EjFnjDNtFoT2xQASGEpivA5ap5/nWuSm2Gak/w8kAh2CShiqZEOvp2m\n/npIlB0gnCtgV6EMMbwf0C02RsmE0rCMCR6RdElXuVmerl8otT3GPjFwIEdOnLRj\nC885ViiPkVx//okxpOUD4TcEi0mba/1nbECP+VFRAoGAUSY5W+xTPzy9WN3mBLQK\nwpR/zRa3oqwJLcZEj9jSmht5gGcFePTZo3ZgHzENscdOQ4MFhAFcZfsMH1kOxQsN\nMNbRAig0WuryaUzjmn5NihhbVZhKxuGgT0O9V/OpSlqkTzMlEXctZYLslfrlCF+v\nvQyRFlnphhatZgNG+1sy/R0CgYBypdozYN83P1yXul3D/fe6DJu3+boysuv7sNjI\n5X6p8VCL/G+BpyAdbflECMjYdojmfykDw0pZ9mhIdehZNCu+e6Lm1RtFzBifOdkO\ncJ4bJfwfle/wDl4cUmhmkfic09dG2/dDlRr4oz6FcSa0dbKopiwRzJoEF4VCr4JJ\n1BnnIQKBgDY3UCaMLdy+SEkHXf0QjOeUAm6olOPWtUjLpQFaK1nPmzlYSxA7Cq02\nbb/6PL+aewMwYMV2fMbpxBuv7/T6UrtnAbW6e56yI95iHjot2kB6ErjhgnwYQsf/\nxm7YnzY5yAtdCQuUHjCc9LLSrbSuKtzirA9msf/+F9iJKy5ZlF1d\n-----END RSA PRIVATE KEY-----\n", "user_id": "8aac387da8fa4fdf8d2a8960a5954c3a", "name": "singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719", "fingerprint": "e2:84:7d:31:98:9e:30:0a:8b:f2:85:19:d6:d1:0c:8d"}} 2018-09-01 00:39:45,160 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-56bce56a-6a53-4eba-b9e5-53f987809da0 2018-09-01 00:39:45,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 1.0895049572s 2018-09-01 00:39:45,161 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-56bce56a-6a53-4eba-b9e5-53f987809da0 2018-09-01 00:39:45,161 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7WKIHOFG5M7+sC33OCBS952EOSXS2UGUmSn5lvvD2Td2Wyy87gwedUkI/70wSuV7jFj4dahP9ccOJnfh41Sws9gTZdxVOnK9jXSG/xCvhYXtiiwHd6gbE+a6g2H43+1hjg65tw9Dqrpmsqqe3Rj5J2vulQiIXShaqWXwuG6V7G64m4LBeZRkwemaXJlZ91NUeUHaLaOmIjgl36cJ2sB4yErcCj4Q9YclQz2ksE5H36Akj4LXQlxY79uipCp93/GP85auyvijyL7F4zou9vQw38spFOtZjwIL1pdZafZU8aRBbTKZd2yJGfvaHqLAvcL4OlRocLMnDpT5lSpkerpkl Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAu1iiBzhRuTO/rAt9zggUvedhDkl0tlBlJkp+Zb7w9k3dlssv\nO4MHnVJCP+9MErle4xY+HWoT/XHDiZ34eNUsLPYE2XcVTpyvY10hv8Qr4WF7YosB\n3eoGxPmuoNh+N/tYY4OubcPQ6q6ZrKqnt0Y+Sdr7pUIiF0oWqll8LhulexuuJuCw\nXmUZMHpmlyZWfdTVHlB2i2jpiI4Jd+nCdrAeMhK3Ao+EPWHJUM9pLBOR9+gJI+C1\n0JcWO/boqQqfd/xj/OWrsr4o8i+xeM6Lvb0MN/LKRTrWY8CC9aXWWn2VPGkQW0ym\nXdsiRn72h6iwL3C+DpUaHCzJw6U+ZUqZHq6ZJQIDAQABAoIBAQCjLqSTHV8xrf15\n4diGqUtHzk4fn6PlWUmBfMlz3kkMgO5N9lUBxTPQuGG0Rr9AX+5iZnFcNZWL4Jet\nOse+mA+Oagv3T15jxt6N8gT/f+OowLw0LVhG7x1OXRzaRThLksZ+h6hbO4Cxqbt5\nRnwniyueMPuYCm6fUo1DfAZKMxKEkyv++GaGbzVMfwRUQb5sWii9nYrTl/OVUcPR\n7YPSpfSJIEL+RInGPmCRvawFcDYeGUfjU1qYTgLJZwAiy48kOx3OM5TWFp7JZm3U\nMrCwQxDJY/WFuV17+qZbzHCPB2DZn8KZciUBVaKdKNSitSkF8TBX8/sROJCRppPL\n5J+E4ncBAoGBAPO+12rrDAtneq+t81XlsEVDJt3B/QlA3pIdbhdRWXNk1vH2PJyj\nTi4QQcT/UXKhX+0OAmfSqzjc4nkS5y+lKqvXDOfnM+Jgw9kt6+HwcUwoMLDhdrEl\n4ELgyTEpL2+vQxM5S3wgCnlMZN3W5lrkNMJ87vZ/ENYytBumj2Il1LWVAoGBAMTD\n5bp8hku++EjFnjDNtFoT2xQASGEpivA5ap5/nWuSm2Gak/w8kAh2CShiqZEOvp2m\n/npIlB0gnCtgV6EMMbwf0C02RsmE0rCMCR6RdElXuVmerl8otT3GPjFwIEdOnLRj\nC885ViiPkVx//okxpOUD4TcEi0mba/1nbECP+VFRAoGAUSY5W+xTPzy9WN3mBLQK\nwpR/zRa3oqwJLcZEj9jSmht5gGcFePTZo3ZgHzENscdOQ4MFhAFcZfsMH1kOxQsN\nMNbRAig0WuryaUzjmn5NihhbVZhKxuGgT0O9V/OpSlqkTzMlEXctZYLslfrlCF+v\nvQyRFlnphhatZgNG+1sy/R0CgYBypdozYN83P1yXul3D/fe6DJu3+boysuv7sNjI\n5X6p8VCL/G+BpyAdbflECMjYdojmfykDw0pZ9mhIdehZNCu+e6Lm1RtFzBifOdkO\ncJ4bJfwfle/wDl4cUmhmkfic09dG2/dDlRr4oz6FcSa0dbKopiwRzJoEF4VCr4JJ\n1BnnIQKBgDY3UCaMLdy+SEkHXf0QjOeUAm6olOPWtUjLpQFaK1nPmzlYSxA7Cq02\nbb/6PL+aewMwYMV2fMbpxBuv7/T6UrtnAbW6e56yI95iHjot2kB6ErjhgnwYQsf/\nxm7YnzY5yAtdCQuUHjCc9LLSrbSuKtzirA9msf/+F9iJKy5ZlF1d\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'8aac387da8fa4fdf8d2a8960a5954c3a', 'name': u'singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719', 'created_at': '2018-09-01T00:39:45.161829', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f99dd86d0cb643468c55610a6c6b2d00', 'name': 'singlevm2-project_68d84883-ea87-4b66-90aa-3f3293e52719', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'e2:84:7d:31:98:9e:30:0a:8b:f2:85:19:d6:d1:0c:8d', 'type': 'ssh', 'id': u'singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719'}) 2018-09-01 00:39:45,162 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAu1iiBzhRuTO/rAt9zggUvedhDkl0tlBlJkp+Zb7w9k3dlssv O4MHnVJCP+9MErle4xY+HWoT/XHDiZ34eNUsLPYE2XcVTpyvY10hv8Qr4WF7YosB 3eoGxPmuoNh+N/tYY4OubcPQ6q6ZrKqnt0Y+Sdr7pUIiF0oWqll8LhulexuuJuCw XmUZMHpmlyZWfdTVHlB2i2jpiI4Jd+nCdrAeMhK3Ao+EPWHJUM9pLBOR9+gJI+C1 0JcWO/boqQqfd/xj/OWrsr4o8i+xeM6Lvb0MN/LKRTrWY8CC9aXWWn2VPGkQW0ym XdsiRn72h6iwL3C+DpUaHCzJw6U+ZUqZHq6ZJQIDAQABAoIBAQCjLqSTHV8xrf15 4diGqUtHzk4fn6PlWUmBfMlz3kkMgO5N9lUBxTPQuGG0Rr9AX+5iZnFcNZWL4Jet Ose+mA+Oagv3T15jxt6N8gT/f+OowLw0LVhG7x1OXRzaRThLksZ+h6hbO4Cxqbt5 RnwniyueMPuYCm6fUo1DfAZKMxKEkyv++GaGbzVMfwRUQb5sWii9nYrTl/OVUcPR 7YPSpfSJIEL+RInGPmCRvawFcDYeGUfjU1qYTgLJZwAiy48kOx3OM5TWFp7JZm3U MrCwQxDJY/WFuV17+qZbzHCPB2DZn8KZciUBVaKdKNSitSkF8TBX8/sROJCRppPL 5J+E4ncBAoGBAPO+12rrDAtneq+t81XlsEVDJt3B/QlA3pIdbhdRWXNk1vH2PJyj Ti4QQcT/UXKhX+0OAmfSqzjc4nkS5y+lKqvXDOfnM+Jgw9kt6+HwcUwoMLDhdrEl 4ELgyTEpL2+vQxM5S3wgCnlMZN3W5lrkNMJ87vZ/ENYytBumj2Il1LWVAoGBAMTD 5bp8hku++EjFnjDNtFoT2xQASGEpivA5ap5/nWuSm2Gak/w8kAh2CShiqZEOvp2m /npIlB0gnCtgV6EMMbwf0C02RsmE0rCMCR6RdElXuVmerl8otT3GPjFwIEdOnLRj C885ViiPkVx//okxpOUD4TcEi0mba/1nbECP+VFRAoGAUSY5W+xTPzy9WN3mBLQK wpR/zRa3oqwJLcZEj9jSmht5gGcFePTZo3ZgHzENscdOQ4MFhAFcZfsMH1kOxQsN MNbRAig0WuryaUzjmn5NihhbVZhKxuGgT0O9V/OpSlqkTzMlEXctZYLslfrlCF+v vQyRFlnphhatZgNG+1sy/R0CgYBypdozYN83P1yXul3D/fe6DJu3+boysuv7sNjI 5X6p8VCL/G+BpyAdbflECMjYdojmfykDw0pZ9mhIdehZNCu+e6Lm1RtFzBifOdkO cJ4bJfwfle/wDl4cUmhmkfic09dG2/dDlRr4oz6FcSa0dbKopiwRzJoEF4VCr4JJ 1BnnIQKBgDY3UCaMLdy+SEkHXf0QjOeUAm6olOPWtUjLpQFaK1nPmzlYSxA7Cq02 bb/6PL+aewMwYMV2fMbpxBuv7/T6UrtnAbW6e56yI95iHjot2kB6ErjhgnwYQsf/ xm7YnzY5yAtdCQuUHjCc9LLSrbSuKtzirA9msf/+F9iJKy5ZlF1d -----END RSA PRIVATE KEY----- 2018-09-01 00:39:45,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 00:39:45,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" -d '{"security_group": {"name": "singlevm2-sg_68d84883-ea87-4b66-90aa-3f3293e52719", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-09-01 00:39:45,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-0f8fe3bb-0dbf-4d60-9076-d98557defb8d Date: Sat, 01 Sep 2018 00:39:45 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "created_at": "2018-09-01T00:39:45Z", "updated_at": "2018-09-01T00:39:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:45Z", "revision_number": 0, "id": "b1bbbc76-c1f2-495a-bf57-451c0fdac5a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:45Z", "security_group_id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv6", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:45Z", "revision_number": 0, "id": "fa790827-0557-4b9e-89dd-8661b98df77b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:45Z", "security_group_id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv4", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}], "revision_number": 1, "project_id": "f99dd86d0cb643468c55610a6c6b2d00", "id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "name": "singlevm2-sg_68d84883-ea87-4b66-90aa-3f3293e52719"}} 2018-09-01 00:39:45,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0f8fe3bb-0dbf-4d60-9076-d98557defb8d 2018-09-01 00:39:45,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.214757919312s 2018-09-01 00:39:45,380 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0f8fe3bb-0dbf-4d60-9076-d98557defb8d 2018-09-01 00:39:45,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 00:39:45,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:39:46,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-cc173a47-8f8b-4c6d-be95-0edae9db7e4b Date: Sat, 01 Sep 2018 00:39:46 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "created_at": "2018-09-01T00:39:45Z", "updated_at": "2018-09-01T00:39:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:45Z", "revision_number": 0, "id": "b1bbbc76-c1f2-495a-bf57-451c0fdac5a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:45Z", "security_group_id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv6", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:45Z", "revision_number": 0, "id": "fa790827-0557-4b9e-89dd-8661b98df77b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:45Z", "security_group_id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv4", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}], "revision_number": 1, "project_id": "f99dd86d0cb643468c55610a6c6b2d00", "id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "name": "singlevm2-sg_68d84883-ea87-4b66-90aa-3f3293e52719"}, {"description": "Default security group", "tags": [], "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "created_at": "2018-09-01T00:39:34Z", "updated_at": "2018-09-01T00:39:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:34Z", "revision_number": 0, "id": "5d12059f-f354-441c-92f4-c2768f1e3c7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:34Z", "security_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv4", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:34Z", "revision_number": 0, "id": "7cefabd2-59a9-46d7-a504-b394c6d161ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:34Z", "security_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv6", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:34Z", "revision_number": 0, "id": "8c13ccac-f0fe-4a29-95e0-4c82ae882544", "remote_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:34Z", "security_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv6", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:34Z", "revision_number": 0, "id": "a2ae81f7-f249-4a35-b40b-17f072ad328f", "remote_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:34Z", "security_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv4", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}], "revision_number": 1, "project_id": "f99dd86d0cb643468c55610a6c6b2d00", "id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "name": "default"}]} 2018-09-01 00:39:46,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-cc173a47-8f8b-4c6d-be95-0edae9db7e4b 2018-09-01 00:39:46,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.05508708954s 2018-09-01 00:39:46,440 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-cc173a47-8f8b-4c6d-be95-0edae9db7e4b 2018-09-01 00:39:46,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 00:39:46,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" -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": "91fb2be3-9208-4894-85f8-dc69308afaa3"}}' 2018-09-01 00:39:46,870 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-08ea7e4e-fe16-45f9-af87-d860b8c9b9f4 Date: Sat, 01 Sep 2018 00:39:46 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-01T00:39:46Z", "security_group_id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "port_range_min": 22, "revision_number": 0, "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "created_at": "2018-09-01T00:39:46Z", "project_id": "f99dd86d0cb643468c55610a6c6b2d00", "id": "36b505eb-473a-44ba-90de-7028c1be57c1"}} 2018-09-01 00:39:46,870 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-08ea7e4e-fe16-45f9-af87-d860b8c9b9f4 2018-09-01 00:39:46,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.425980091095s 2018-09-01 00:39:46,870 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-08ea7e4e-fe16-45f9-af87-d860b8c9b9f4 2018-09-01 00:39:46,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 00:39:46,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:39:47,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-0e00a9e6-2b9b-42f3-a9cc-62697abc58dd Date: Sat, 01 Sep 2018 00:39:47 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "created_at": "2018-09-01T00:39:45Z", "updated_at": "2018-09-01T00:39:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T00:39:46Z", "revision_number": 0, "id": "36b505eb-473a-44ba-90de-7028c1be57c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:46Z", "security_group_id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:45Z", "revision_number": 0, "id": "b1bbbc76-c1f2-495a-bf57-451c0fdac5a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:45Z", "security_group_id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv6", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:45Z", "revision_number": 0, "id": "fa790827-0557-4b9e-89dd-8661b98df77b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:45Z", "security_group_id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv4", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}], "revision_number": 2, "project_id": "f99dd86d0cb643468c55610a6c6b2d00", "id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "name": "singlevm2-sg_68d84883-ea87-4b66-90aa-3f3293e52719"}, {"description": "Default security group", "tags": [], "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "created_at": "2018-09-01T00:39:34Z", "updated_at": "2018-09-01T00:39:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:34Z", "revision_number": 0, "id": "5d12059f-f354-441c-92f4-c2768f1e3c7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:34Z", "security_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv4", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:34Z", "revision_number": 0, "id": "7cefabd2-59a9-46d7-a504-b394c6d161ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:34Z", "security_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv6", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:34Z", "revision_number": 0, "id": "8c13ccac-f0fe-4a29-95e0-4c82ae882544", "remote_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:34Z", "security_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv6", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:34Z", "revision_number": 0, "id": "a2ae81f7-f249-4a35-b40b-17f072ad328f", "remote_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:34Z", "security_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv4", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}], "revision_number": 1, "project_id": "f99dd86d0cb643468c55610a6c6b2d00", "id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "name": "default"}]} 2018-09-01 00:39:47,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0e00a9e6-2b9b-42f3-a9cc-62697abc58dd 2018-09-01 00:39:47,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.311517000198s 2018-09-01 00:39:47,186 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0e00a9e6-2b9b-42f3-a9cc-62697abc58dd 2018-09-01 00:39:47,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 00:39:47,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" -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": "91fb2be3-9208-4894-85f8-dc69308afaa3"}}' 2018-09-01 00:39:48,391 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-64d13048-49ba-4413-bc95-d2f9e2fc41d1 Date: Sat, 01 Sep 2018 00:39:48 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-01T00:39:48Z", "security_group_id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "port_range_min": null, "revision_number": 0, "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "created_at": "2018-09-01T00:39:48Z", "project_id": "f99dd86d0cb643468c55610a6c6b2d00", "id": "c73b2310-45a4-41c2-aa0a-f82e57751f84"}} 2018-09-01 00:39:48,391 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-64d13048-49ba-4413-bc95-d2f9e2fc41d1 2018-09-01 00:39:48,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 1.20173501968s 2018-09-01 00:39:48,391 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-64d13048-49ba-4413-bc95-d2f9e2fc41d1 2018-09-01 00:39:48,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:39:48,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:39:48,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-e6dc9eaa-a72b-46a9-883a-9a778bef6d73 Date: Sat, 01 Sep 2018 00:39:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c71a1d15-0b22-4a64-bd16-5a706bcde308"],"updated_at":"2018-09-01T00:39:36Z","tenant_id":"f99dd86d0cb643468c55610a6c6b2d00","created_at":"2018-09-01T00:39:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f99dd86d0cb643468c55610a6c6b2d00","id":"3c8185dc-02e2-42b8-a5a1-b7c05db1db97","name":"singlevm2-net_68d84883-ea87-4b66-90aa-3f3293e52719"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:39:48,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e6dc9eaa-a72b-46a9-883a-9a778bef6d73 2018-09-01 00:39:48,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.363039970398s 2018-09-01 00:39:48,756 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e6dc9eaa-a72b-46a9-883a-9a778bef6d73 2018-09-01 00:39:48,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:39:48,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:39:49,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-22860334-3946-46cb-8651-f7bc3854b0dc Date: Sat, 01 Sep 2018 00:39:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:39:43Z", "file": "/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501/file", "owner": "f99dd86d0cb643468c55610a6c6b2d00", "id": "1e4661b5-29bd-447a-8f86-bad4d442c501", "size": 12716032, "self": "/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/1e4661b5-29bd-447a-8f86-bad4d442c501/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/1e4661b5-29bd-447a-8f86-bad4d442c501/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_68d84883-ea87-4b66-90aa-3f3293e52719", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_68d84883-ea87-4b66-90aa-3f3293e52719", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:39:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:39:49,060 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-22860334-3946-46cb-8651-f7bc3854b0dc 2018-09-01 00:39:49,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.299103975296s 2018-09-01 00:39:49,060 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-22860334-3946-46cb-8651-f7bc3854b0dc 2018-09-01 00:39:49,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:39:49,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:39:49,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39: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-359dcddf-ce35-43ad-a7f3-7dae81bd810c x-compute-request-id: req-359dcddf-ce35-43ad-a7f3-7dae81bd810c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_68d84883-ea87-4b66-90aa-3f3293e52719", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d", "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": "35ab036c-3eb8-444c-bd33-c123ac8ff30d"}]} 2018-09-01 00:39:49,088 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-359dcddf-ce35-43ad-a7f3-7dae81bd810c 2018-09-01 00:39:49,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0262079238892s 2018-09-01 00:39:49,089 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-359dcddf-ce35-43ad-a7f3-7dae81bd810c 2018-09-01 00:39:49,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 00:39:49,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" -d '{"server": {"name": "singlevm2-vm_68d84883-ea87-4b66-90aa-3f3293e52719", "imageRef": "1e4661b5-29bd-447a-8f86-bad4d442c501", "key_name": "singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719", "flavorRef": "35ab036c-3eb8-444c-bd33-c123ac8ff30d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3c8185dc-02e2-42b8-a5a1-b7c05db1db97"}], "security_groups": [{"name": "91fb2be3-9208-4894-85f8-dc69308afaa3"}]}}' 2018-09-01 00:39:54,790 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:39: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-0e455803-de08-46be-80e1-1f8ee155bd25 x-compute-request-id: req-0e455803-de08-46be-80e1-1f8ee155bd25 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "91fb2be3-9208-4894-85f8-dc69308afaa3"}], "OS-DCF:diskConfig": "MANUAL", "id": "4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "bookmark"}], "adminPass": "j2KHrPB75A8M"}} 2018-09-01 00:39:54,790 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-0e455803-de08-46be-80e1-1f8ee155bd25 2018-09-01 00:39:54,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.70022511482s 2018-09-01 00:39:54,791 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-0e455803-de08-46be-80e1-1f8ee155bd25 2018-09-01 00:39:54,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:39:54,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:39:55,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-842b21e6-0c38-4131-a302-b60179a22a97 x-compute-request-id: req-842b21e6-0c38-4131-a302-b60179a22a97 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.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "bookmark"}], "image": {"id": "1e4661b5-29bd-447a-8f86-bad4d442c501", "links": [{"href": "http://172.30.9.23:8774/images/1e4661b5-29bd-447a-8f86-bad4d442c501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "35ab036c-3eb8-444c-bd33-c123ac8ff30d", "links": [{"href": "http://172.30.9.23:8774/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d", "rel": "bookmark"}]}, "id": "4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "user_id": "8aac387da8fa4fdf8d2a8960a5954c3a", "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-01T00:39:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719", "name": "singlevm2-vm_68d84883-ea87-4b66-90aa-3f3293e52719", "created": "2018-09-01T00:39:54Z", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:39:55,234 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-842b21e6-0c38-4131-a302-b60179a22a97 2018-09-01 00:39:55,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.442368984222s 2018-09-01 00:39:55,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-842b21e6-0c38-4131-a302-b60179a22a97 2018-09-01 00:39:55,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:39:55,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:39:55,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-1ed05147-b650-4879-8556-15dbd2e3eb12 Date: Sat, 01 Sep 2018 00:39:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c71a1d15-0b22-4a64-bd16-5a706bcde308"],"updated_at":"2018-09-01T00:39:36Z","tenant_id":"f99dd86d0cb643468c55610a6c6b2d00","created_at":"2018-09-01T00:39:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f99dd86d0cb643468c55610a6c6b2d00","id":"3c8185dc-02e2-42b8-a5a1-b7c05db1db97","name":"singlevm2-net_68d84883-ea87-4b66-90aa-3f3293e52719"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:39:55,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1ed05147-b650-4879-8556-15dbd2e3eb12 2018-09-01 00:39:55,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.408071041107s 2018-09-01 00:39:55,649 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1ed05147-b650-4879-8556-15dbd2e3eb12 2018-09-01 00:39:55,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:39:55,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:39:55,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-3d92aadd-0526-4afd-9326-1671f31f270c Date: Sat, 01 Sep 2018 00:39:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c8185dc-02e2-42b8-a5a1-b7c05db1db97","tenant_id":"f99dd86d0cb643468c55610a6c6b2d00","created_at":"2018-09-01T00:39:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:39: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":"f99dd86d0cb643468c55610a6c6b2d00","id":"c71a1d15-0b22-4a64-bd16-5a706bcde308","subnetpool_id":null,"name":"singlevm2-subnet_68d84883-ea87-4b66-90aa-3f3293e52719"}]} 2018-09-01 00:39:55,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3d92aadd-0526-4afd-9326-1671f31f270c 2018-09-01 00:39:55,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0443561077118s 2018-09-01 00:39:55,695 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3d92aadd-0526-4afd-9326-1671f31f270c 2018-09-01 00:39:55,696 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:39:57,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:39:57,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:39:58,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:39: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-43b6e69c-8018-490d-9aa1-0c48fc33689e x-compute-request-id: req-43b6e69c-8018-490d-9aa1-0c48fc33689e Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "bookmark"}], "image": {"id": "1e4661b5-29bd-447a-8f86-bad4d442c501", "links": [{"href": "http://172.30.9.23:8774/images/1e4661b5-29bd-447a-8f86-bad4d442c501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "35ab036c-3eb8-444c-bd33-c123ac8ff30d", "links": [{"href": "http://172.30.9.23:8774/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d", "rel": "bookmark"}]}, "id": "4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "user_id": "8aac387da8fa4fdf8d2a8960a5954c3a", "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-01T00:39:57Z", "hostId": "7c870bd7c54a17dd7c77b0db4f9120299b57ff59258132fc468d73d8", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719", "name": "singlevm2-vm_68d84883-ea87-4b66-90aa-3f3293e52719", "created": "2018-09-01T00:39:54Z", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:39:58,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-43b6e69c-8018-490d-9aa1-0c48fc33689e 2018-09-01 00:39:58,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.708894968033s 2018-09-01 00:39:58,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-43b6e69c-8018-490d-9aa1-0c48fc33689e 2018-09-01 00:39:58,412 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:40:00,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:40:00,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:00,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40: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-79f95321-2d8e-40cc-8e34-c72910a1852b x-compute-request-id: req-79f95321-2d8e-40cc-8e34-c72910a1852b Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "bookmark"}], "image": {"id": "1e4661b5-29bd-447a-8f86-bad4d442c501", "links": [{"href": "http://172.30.9.23:8774/images/1e4661b5-29bd-447a-8f86-bad4d442c501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "35ab036c-3eb8-444c-bd33-c123ac8ff30d", "links": [{"href": "http://172.30.9.23:8774/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d", "rel": "bookmark"}]}, "id": "4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "user_id": "8aac387da8fa4fdf8d2a8960a5954c3a", "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-01T00:40:00Z", "hostId": "885ec43c1c6d4da14c6b88b5206511edb2549ae414231731e52cb892", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719", "name": "singlevm2-vm_68d84883-ea87-4b66-90aa-3f3293e52719", "created": "2018-09-01T00:39:54Z", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:40:00,864 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-79f95321-2d8e-40cc-8e34-c72910a1852b 2018-09-01 00:40:00,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44889497757s 2018-09-01 00:40:00,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-79f95321-2d8e-40cc-8e34-c72910a1852b 2018-09-01 00:40:00,868 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:40:02,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:40:02,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:04,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40: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-fb095562-e134-4419-b5f0-193a09b83128 x-compute-request-id: req-fb095562-e134-4419-b5f0-193a09b83128 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.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "bookmark"}], "image": {"id": "1e4661b5-29bd-447a-8f86-bad4d442c501", "links": [{"href": "http://172.30.9.23:8774/images/1e4661b5-29bd-447a-8f86-bad4d442c501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "35ab036c-3eb8-444c-bd33-c123ac8ff30d", "links": [{"href": "http://172.30.9.23:8774/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d", "rel": "bookmark"}]}, "id": "4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "security_groups": [{"name": "singlevm2-sg_68d84883-ea87-4b66-90aa-3f3293e52719"}], "user_id": "8aac387da8fa4fdf8d2a8960a5954c3a", "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-01T00:40:01Z", "hostId": "885ec43c1c6d4da14c6b88b5206511edb2549ae414231731e52cb892", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719", "name": "singlevm2-vm_68d84883-ea87-4b66-90aa-3f3293e52719", "created": "2018-09-01T00:39:54Z", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:40:04,516 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fb095562-e134-4419-b5f0-193a09b83128 2018-09-01 00:40:04,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.64529180527s 2018-09-01 00:40:04,516 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fb095562-e134-4419-b5f0-193a09b83128 2018-09-01 00:40:04,520 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:40:06,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:40:06,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:08,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44b5d491-14b7-4da0-847d-f64cdbf1fd86 x-compute-request-id: req-44b5d491-14b7-4da0-847d-f64cdbf1fd86 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.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "bookmark"}], "image": {"id": "1e4661b5-29bd-447a-8f86-bad4d442c501", "links": [{"href": "http://172.30.9.23:8774/images/1e4661b5-29bd-447a-8f86-bad4d442c501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "35ab036c-3eb8-444c-bd33-c123ac8ff30d", "links": [{"href": "http://172.30.9.23:8774/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d", "rel": "bookmark"}]}, "id": "4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "security_groups": [{"name": "singlevm2-sg_68d84883-ea87-4b66-90aa-3f3293e52719"}], "user_id": "8aac387da8fa4fdf8d2a8960a5954c3a", "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-01T00:40:01Z", "hostId": "885ec43c1c6d4da14c6b88b5206511edb2549ae414231731e52cb892", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719", "name": "singlevm2-vm_68d84883-ea87-4b66-90aa-3f3293e52719", "created": "2018-09-01T00:39:54Z", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:40:08,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-44b5d491-14b7-4da0-847d-f64cdbf1fd86 2018-09-01 00:40:08,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.67241215706s 2018-09-01 00:40:08,196 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-44b5d491-14b7-4da0-847d-f64cdbf1fd86 2018-09-01 00:40:08,200 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:40:10,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:40:10,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:11,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40: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-287b39d7-d2ab-4d1f-a42c-ba2f76e9e85a x-compute-request-id: req-287b39d7-d2ab-4d1f-a42c-ba2f76e9e85a Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_68d84883-ea87-4b66-90aa-3f3293e52719": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:d6:46", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "bookmark"}], "image": {"id": "1e4661b5-29bd-447a-8f86-bad4d442c501", "links": [{"href": "http://172.30.9.23:8774/images/1e4661b5-29bd-447a-8f86-bad4d442c501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:40:08.000000", "flavor": {"id": "35ab036c-3eb8-444c-bd33-c123ac8ff30d", "links": [{"href": "http://172.30.9.23:8774/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d", "rel": "bookmark"}]}, "id": "4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "security_groups": [{"name": "singlevm2-sg_68d84883-ea87-4b66-90aa-3f3293e52719"}], "user_id": "8aac387da8fa4fdf8d2a8960a5954c3a", "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-01T00:40:08Z", "hostId": "885ec43c1c6d4da14c6b88b5206511edb2549ae414231731e52cb892", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719", "name": "singlevm2-vm_68d84883-ea87-4b66-90aa-3f3293e52719", "created": "2018-09-01T00:39:54Z", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:40:11,128 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-287b39d7-d2ab-4d1f-a42c-ba2f76e9e85a 2018-09-01 00:40:11,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.925118923187s 2018-09-01 00:40:11,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-287b39d7-d2ab-4d1f-a42c-ba2f76e9e85a 2018-09-01 00:40:11,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:40:11,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=4f042c5e-3b3b-4a24-9e9b-15301a2ea04e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:11,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6876780d-c306-4bd1-966e-66b7a0bfd158 Date: Sat, 01 Sep 2018 00:40:11 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3c8185dc-02e2-42b8-a5a1-b7c05db1db97","tenant_id":"f99dd86d0cb643468c55610a6c6b2d00","created_at":"2018-09-01T00:40:00Z","admin_state_up":true,"updated_at":"2018-09-01T00:40:08Z","binding:vnic_type":"normal","device_id":"4f042c5e-3b3b-4a24-9e9b-15301a2ea04e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:bc:d6:46","id":"ed5cf584-ef3f-487c-9b55-ec4819a13475","port_security_enabled":true,"project_id":"f99dd86d0cb643468c55610a6c6b2d00","fixed_ips":[{"subnet_id":"c71a1d15-0b22-4a64-bd16-5a706bcde308","ip_address":"192.168.120.22"}],"extra_dhcp_opts":[],"security_groups":["91fb2be3-9208-4894-85f8-dc69308afaa3"],"name":""}]} 2018-09-01 00:40:11,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=4f042c5e-3b3b-4a24-9e9b-15301a2ea04e used request id req-6876780d-c306-4bd1-966e-66b7a0bfd158 2018-09-01 00:40:11,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.234916210175s 2018-09-01 00:40:11,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=4f042c5e-3b3b-4a24-9e9b-15301a2ea04e used request id req-6876780d-c306-4bd1-966e-66b7a0bfd158 2018-09-01 00:40:11,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:40:11,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ed5cf584-ef3f-487c-9b55-ec4819a13475" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:11,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e1ab2066-8df4-4c0a-b444-ee3cbfcfce51 Date: Sat, 01 Sep 2018 00:40:11 GMT RESP BODY: {"floatingips": []} 2018-09-01 00:40:11,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ed5cf584-ef3f-487c-9b55-ec4819a13475 used request id req-e1ab2066-8df4-4c0a-b444-ee3cbfcfce51 2018-09-01 00:40:11,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.320609092712s 2018-09-01 00:40:11,694 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ed5cf584-ef3f-487c-9b55-ec4819a13475 used request id req-e1ab2066-8df4-4c0a-b444-ee3cbfcfce51 2018-09-01 00:40:11,694 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_68d84883-ea87-4b66-90aa-3f3293e52719': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bc:d6:46', u'version': 4, u'addr': u'192.168.120.22', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1e4661b5-29bd-447a-8f86-bad4d442c501'}), 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-01T00:40:08.000000', 'flavor': Munch({u'id': u'35ab036c-3eb8-444c-bd33-c123ac8ff30d'}), 'az': u'nova', 'id': u'4f042c5e-3b3b-4a24-9e9b-15301a2ea04e', 'security_groups': [Munch({u'name': u'singlevm2-sg_68d84883-ea87-4b66-90aa-3f3293e52719'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8aac387da8fa4fdf8d2a8960a5954c3a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f99dd86d0cb643468c55610a6c6b2d00', 'name': 'singlevm2-project_68d84883-ea87-4b66-90aa-3f3293e52719', '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-01T00:40:08.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T00:40:08Z', 'hostId': u'885ec43c1c6d4da14c6b88b5206511edb2549ae414231731e52cb892', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719', 'public_v6': '', 'private_v4': u'192.168.120.22', 'cloud': 'envvars', 'host_id': u'885ec43c1c6d4da14c6b88b5206511edb2549ae414231731e52cb892', '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-01T00:40:08.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f99dd86d0cb643468c55610a6c6b2d00', 'name': u'singlevm2-vm_68d84883-ea87-4b66-90aa-3f3293e52719', 'adminPass': u'j2KHrPB75A8M', 'tenant_id': u'f99dd86d0cb643468c55610a6c6b2d00', 'created_at': u'2018-09-01T00:39:54Z', 'created': u'2018-09-01T00:39:54Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 00:40:11,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:40:11,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:11,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-56f1cfc5-f60a-40ee-98a7-3524f10f7658 Date: Sat, 01 Sep 2018 00:40: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":["c71a1d15-0b22-4a64-bd16-5a706bcde308"],"updated_at":"2018-09-01T00:39:36Z","tenant_id":"f99dd86d0cb643468c55610a6c6b2d00","created_at":"2018-09-01T00:39:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f99dd86d0cb643468c55610a6c6b2d00","id":"3c8185dc-02e2-42b8-a5a1-b7c05db1db97","name":"singlevm2-net_68d84883-ea87-4b66-90aa-3f3293e52719"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:40:11,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-56f1cfc5-f60a-40ee-98a7-3524f10f7658 2018-09-01 00:40:11,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0976998806s 2018-09-01 00:40:11,796 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-56f1cfc5-f60a-40ee-98a7-3524f10f7658 2018-09-01 00:40:11,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:40:11,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=4f042c5e-3b3b-4a24-9e9b-15301a2ea04e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:11,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-9276deda-fe2d-41d6-9da0-37226839982f Date: Sat, 01 Sep 2018 00:40:11 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3c8185dc-02e2-42b8-a5a1-b7c05db1db97","tenant_id":"f99dd86d0cb643468c55610a6c6b2d00","created_at":"2018-09-01T00:40:00Z","admin_state_up":true,"updated_at":"2018-09-01T00:40:08Z","binding:vnic_type":"normal","device_id":"4f042c5e-3b3b-4a24-9e9b-15301a2ea04e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:bc:d6:46","id":"ed5cf584-ef3f-487c-9b55-ec4819a13475","port_security_enabled":true,"project_id":"f99dd86d0cb643468c55610a6c6b2d00","fixed_ips":[{"subnet_id":"c71a1d15-0b22-4a64-bd16-5a706bcde308","ip_address":"192.168.120.22"}],"extra_dhcp_opts":[],"security_groups":["91fb2be3-9208-4894-85f8-dc69308afaa3"],"name":""}]} 2018-09-01 00:40:11,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=4f042c5e-3b3b-4a24-9e9b-15301a2ea04e used request id req-9276deda-fe2d-41d6-9da0-37226839982f 2018-09-01 00:40:11,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0476298332214s 2018-09-01 00:40:11,845 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=4f042c5e-3b3b-4a24-9e9b-15301a2ea04e used request id req-9276deda-fe2d-41d6-9da0-37226839982f 2018-09-01 00:40:11,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 00:40:11,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" -d '{"floatingip": {"floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.22", "port_id": "ed5cf584-ef3f-487c-9b55-ec4819a13475"}}' 2018-09-01 00:40:13,855 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-5dc785b6-293c-4ceb-9fea-324c0c6f6d5a Date: Sat, 01 Sep 2018 00:40:13 GMT RESP BODY: {"floatingip": {"router_id": "46317c36-4530-43c8-83da-640692b4d5e3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T00:40:12Z", "floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.22", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "ed5cf584-ef3f-487c-9b55-ec4819a13475", "id": "c7b3d8b0-4a96-4139-8468-9c6c770c2337", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "created_at": "2018-09-01T00:40:12Z", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}} 2018-09-01 00:40:13,856 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-5dc785b6-293c-4ceb-9fea-324c0c6f6d5a 2018-09-01 00:40:13,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.01006793976s 2018-09-01 00:40:13,856 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-5dc785b6-293c-4ceb-9fea-324c0c6f6d5a 2018-09-01 00:40:13,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:40:13,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:14,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-7de79cc3-eb72-4197-81bd-1f2b1f429950 Date: Sat, 01 Sep 2018 00:40:14 GMT RESP BODY: {"floatingips": [{"router_id": "46317c36-4530-43c8-83da-640692b4d5e3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T00:40:12Z", "floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.22", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "ed5cf584-ef3f-487c-9b55-ec4819a13475", "id": "c7b3d8b0-4a96-4139-8468-9c6c770c2337", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "created_at": "2018-09-01T00:40:12Z", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}]} 2018-09-01 00:40:14,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-7de79cc3-eb72-4197-81bd-1f2b1f429950 2018-09-01 00:40:14,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.53240609169s 2018-09-01 00:40:14,396 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-7de79cc3-eb72-4197-81bd-1f2b1f429950 2018-09-01 00:40:14,402 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'46317c36-4530-43c8-83da-640692b4d5e3', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'f99dd86d0cb643468c55610a6c6b2d00', 'created_at': u'2018-09-01T00:40:12Z', 'attached': True, 'updated_at': u'2018-09-01T00:40:12Z', 'id': u'c7b3d8b0-4a96-4139-8468-9c6c770c2337', 'floating_network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', 'fixed_ip_address': u'192.168.120.22', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f99dd86d0cb643468c55610a6c6b2d00', 'name': 'singlevm2-project_68d84883-ea87-4b66-90aa-3f3293e52719', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'46317c36-4530-43c8-83da-640692b4d5e3', 'project_id': u'f99dd86d0cb643468c55610a6c6b2d00', 'port_id': u'ed5cf584-ef3f-487c-9b55-ec4819a13475', 'port': u'ed5cf584-ef3f-487c-9b55-ec4819a13475', 'network': u'5947624d-2604-4eb8-9ac2-b3c2573254db'}) 2018-09-01 00:40:14,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 00:40:14,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e/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}db737266480922011e09a75002baeda8f6d35c60" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 00:40:15,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40: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-ee9d9a93-ac69-4266-8bce-dae8f27a476b x-compute-request-id: req-ee9d9a93-ac69-4266-8bce-dae8f27a476b Content-Encoding: gzip Content-Length: 9610 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 492923980 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.910 MHz processor\n[ 0.182617] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.184888] pid_max: default: 32768 minimum: 301\n[ 0.186122] ACPI: Core revision 20150930\n[ 0.187800] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189576] Security Framework initialized\n[ 0.190697] Yama: becoming mindful.\n[ 0.191697] AppArmor: AppArmor initialized\n[ 0.192857] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194643] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196382] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198032] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199917] Initializing cgroup subsys io\n[ 0.201051] Initializing cgroup subsys memory\n[ 0.202237] Initializing cgroup subsys devices\n[ 0.203437] Initializing cgroup subsys freezer\n[ 0.204656] Initializing cgroup subsys net_cls\n[ 0.205861] Initializing cgroup subsys perf_event\n[ 0.207123] Initializing cgroup subsys net_prio\n[ 0.208350] Initializing cgroup subsys hugetlb\n[ 0.209555] Initializing cgroup subsys pids\n[ 0.210735] CPU: Physical Processor ID: 0\n[ 0.212525] mce: CPU supports 10 MCE banks\n[ 0.213707] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.215072] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229946] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236570] ftrace: allocating 31920 entries in 125 pages\n[ 0.261720] smpboot: Max logical packages: 1\n[ 0.262916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264801] x2apic enabled\n[ 0.265946] Switched APIC routing to physical x2apic.\n[ 0.268411] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.269949] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272680] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275157] KVM setup paravirtual spinlock\n[ 0.276778] x86: Booted up 1 node, 1 CPUs\n[ 0.277902] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279809] devtmpfs: initialized\n[ 0.281786] evm: security.selinux\n[ 0.282746] evm: security.SMACK64\n[ 0.283706] evm: security.SMACK64EXEC\n[ 0.284742] evm: security.SMACK64TRANSMUTE\n[ 0.285851] evm: security.SMACK64MMAP\n[ 0.286869] evm: security.ima\n[ 0.287757] evm: security.capability\n[ 0.288836] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291337] pinctrl core: initialized pinctrl subsystem\n[ 0.292815] RTC time: 0:40:09, date: 09/01/18\n[ 0.294112] NET: Registered protocol family 16\n[ 0.295440] cpuidle: using governor ladder\n[ 0.296575] cpuidle: using governor menu\n[ 0.297681] PCCT header not found.\n[ 0.298714] ACPI: bus type PCI registered\n[ 0.299814] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301494] PCI: Using configuration type 1 for base access\n[ 0.303657] ACPI: Added _OSI(Module Device)\n[ 0.304820] ACPI: Added _OSI(Processor Device)\n[ 0.306008] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309424] ACPI: Interpreter enabled\n[ 0.310480] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.313081] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320637] ACPI: (supports S0 S5)\n[ 0.321603] ACPI: Using IOAPIC for interrupt routing\n[ 0.322891] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326695] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328231] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334472] acpiphp: Slot [3] registered\n[ 0.335566] acpiphp: Slot [4] registered\n[ 0.336669] acpiphp: Slot [5] registered\n[ 0.337799] acpiphp: Slot [6] registered\n[ 0.338906] acpiphp: Slot [7] registered\n[ 0.340000] acpiphp: Slot [8] registered\n[ 0.341091] acpiphp: Slot [9] registered\n[ 0.342177] acpiphp: Slot [10] registered\n[ 0.343280] acpiphp: Slot [11] registered\n[ 0.344386] acpiphp: Slot [12] registered\n[ 0.345487] acpiphp: Slot [13] registered\n[ 0.346587] acpiphp: Slot [14] registered\n[ 0.347698] acpiphp: Slot [15] registered\n[ 0.362752] acpiphp: Slot [16] registered\n[ 0.363858] acpiphp: Slot [17] registered\n[ 0.364963] acpiphp: Slot [18] registered\n[ 0.366067] acpiphp: Slot [19] registered\n[ 0.367177] acpiphp: Slot [20] registered\n[ 0.368282] acpiphp: Slot [21] registered\n[ 0.369383] acpiphp: Slot [22] registered\n[ 0.370486] acpiphp: Slot [23] registered\n[ 0.371593] acpiphp: Slot [24] registered\n[ 0.372706] acpiphp: Slot [25] registered\n[ 0.373809] acpiphp: Slot [26] registered\n[ 0.374912] acpiphp: Slot [27] registered\n[ 0.376025] acpiphp: Slot [28] registered\n[ 0.377134] acpiphp: Slot [29] registered\n[ 0.378235] acpiphp: Slot [30] registered\n[ 0.379338] acpiphp: Slot [31] registered\n[ 0.380443] PCI host bridge to bus 0000:00\n[ 0.381549] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.384827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.386819] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.388803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.390818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.394890] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.396650] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398244] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.399962] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404273] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406235] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.426723] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.428720] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.430639] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.432542] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.434432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436225] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438009] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.439441] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.441561] vgaarb: loaded\n[ 0.442395] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444041] SCSI subsystem initialized\n[ 0.445295] ACPI: bus type USB registered\n[ 0.446431] usbcore: registered new interface driver usbfs\n[ 0.447837] usbcore: registered new interface driver hub\n[ 0.449202] usbcore: registered new device driver usb\n[ 0.450700] PCI: Using ACPI for IRQ routing\n[ 0.452208] NetLabel: Initializing\n[ 0.453190] NetLabel: domain hash size = 128\n[ 0.454350] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.455660] NetLabel: unlabeled traffic allowed by default\n[ 0.457234] clocksource: Switched to clocksource kvm-clock\n[ 0.467124] AppArmor: AppArmor Filesystem Enabled\n[ 0.468442] pnp: PnP ACPI init\n[ 0.469677] pnp: PnP ACPI: found 5 devices\n[ 0.476479] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.478815] NET: Registered protocol family 2\n[ 0.480220] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.481976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.483624] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485271] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.486747] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488334] NET: Registered protocol family 1\n[ 0.489536] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491024] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492479] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507009] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521600] Trying to unpack rootfs image as initramfs...\n[ 0.583497] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.588570] Scanning for low memory corruption every 60 seconds\n[ 0.590740] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.592329] audit: initializing netlink subsys (disabled)\n[ 0.593824] audit: type=2000 audit(1535762409.610:1): initialized\n[ 0.595683] Initialise system trusted keyring\n[ 0.597039] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.598619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.601354] zbud: loaded\n[ 0.602357] VFS: Disk quotas dquot_6.6.0\n[ 0.603486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605632] fuse init (API version 7.23)\n[ 0.606858] Key type big_key registered\n[ 0.607957] Allocating IMA MOK and blacklist keyrings.\n[ 0.609639] Key type asymmetric registered\n[ 0.610772] Asymmetric key parser 'x509' registered\n[ 0.612085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.614155] io scheduler noop registered\n[ 0.615242] io scheduler deadline registered (default)\n[ 0.616655] io scheduler cfq registered\n[ 0.617844] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619262] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621002] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.623011] ACPI: Power Button [PWRF]\n[ 0.624238] GHES: HEST is not enabled!\n[ 0.638434] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694468] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697448] Linux agpgart interface v0.103\n[ 0.700833] brd: module loaded\n[ 0.703036] loop: module loaded\n[ 0.708324] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.710329] GPT:90111 != 2097151\n[ 0.711268] GPT:Alternate GPT header not at the end of the disk.\n[ 0.712746] GPT:90111 != 2097151\n[ 0.713684] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715004] vda: vda1 vda15\n[ 0.716715] scsi host0: ata_piix\n[ 0.717793] scsi host1: ata_piix\n[ 0.718784] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.720430] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.722392] libphy: Fixed MDIO Bus: probed\n[ 0.723518] tun: Universal TUN/TAP device driver, 1.6\n[ 0.724831] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.727887] PPP generic driver version 2.4.2\n[ 0.729143] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.730773] ehci-pci: EHCI PCI platform driver\n[ 0.732080] ehci-platform: EHCI generic platform driver\n[ 0.733747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735601] ohci-pci: OHCI PCI platform driver\n[ 0.737034] ohci-platform: OHCI generic platform driver\n[ 0.738678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.753629] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.755253] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.757640] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759270] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.761132] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.763133] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.765454] usb usb1: Product: UHCI Host Controller\n[ 0.766982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.768836] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770396] hub 1-0:1.0: USB hub found\n[ 0.771662] hub 1-0:1.0: 2 ports detected\n[ 0.773128] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.776420] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.778005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.779679] mousedev: PS/2 mouse device common for all mice\n[ 0.781674] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.784586] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786360] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.788289] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.790246] i2c /dev entries driver\n[ 0.791477] device-mapper: uevent: version 1.0.3\n[ 0.793026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.795688] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.797849] NET: Registered protocol family 10\n[ 0.799636] NET: Registered protocol family 17\n[ 0.801075] Key type dns_resolver registered\n[ 0.802588] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804373] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.807227] registered taskstats version 1\n[ 0.808585] Loading compiled-in X.509 certificates\n[ 0.810660] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.813708] zswap: loaded using pool lzo/zbud\n[ 0.816012] Key type trusted registered\n[ 0.818374] Key type encrypted registered\n[ 0.819707] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.821416] ima: No TPM chip found, activating TPM-bypass!\n[ 0.823214] evm: HMAC attrs: 0x1\n[ 0.824696] Magic number: 2:222:657\n[ 0.825983] block ram10: hash matches\n[ 0.827327] rtc_cmos 00:00: setting system clock to 2018-09-01 00:40:09 UTC (1535762409)\n[ 0.829992] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.831843] EDD information not available.\n[ 0.882722] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.885246] Write protecting the kernel read-only data: 14336k\n[ 0.888486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891397] 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.939570] 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.22...\nLease of 192.168.120.22 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-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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCjzS4QRuo3LBMCCToMqXDxr4WptheHfDsaN4pUtfEKVNdB/uL6fYsYl2tJry5Esks/572bKkctfKTeH8/qnWDDDNqUowShc+EP5VBhr0VbVduGmag2QxjF8OnYOanhO9Di/WFSxYyydg5TlENwFNZAna8GrqzHGc8tj0cXsJfsPdeh/I2+qXfnlKr4KYcdn8CWucexY4Ciood6pw/Ym7hDDvNQKTGQA7xixwvHgcHpGpo47i2qoltH3QuDBuf24bAlfiwqdAik+jpsAcn43r1I3Uzi8ChsnZWtOOyF4TMOwzR+XZZBGRZWqrmadRiCfDyjPAfHoih72p1tOicjTCqH root@singlevm2-vm-68d84883-ea87-4b66-90aa-3f3293e52719\nssh-dss AAAAB3NzaC1kc3MAAACBAKbVcrgrMhgxXQYFU6ffH5nMMD6fYlGEbE1xDYiBzOzayokZBRYO/jgD5XZSyDvFG4EC1s4HqZ/AlWTsocuiM4zwUQQrYTcT5dZjvMqBlqn7o8IceccX2bZLVnhkwYqHRz6nSBLyCOBskKOVp9zv/j2EcrwFlJ960f7agHTJcmAhAAAAFQDoUcG6stKZ1Zyo3HUQwN598zm/8QAAAIBYVRmipG2bmuAKCD7/Oidr4y1EbabRRtpgyhQY2MczYpZHNOIQl0vGurPRULz0lUNNcBI6rNWP4bXYvpfWs3Z4NJvp2epwP4pRgOujBIUWBsKJOZX4JWDotg5m0fwgB4/oEeoUQ+HfB/xwqwweq1FAuktKNgYj+5rlZUu5wLbPxwAAAIAL1s8sOOeu5N9peY7BKBCLlUzB487cK8J0XAtFTpu9niGRJU+0qKDKng48a+Mg4MDsHq842GigOpyLTNwf6N/+MZbJ9WgA7TyFMQ2CnN1vWbd6pxNEke69rwXQE7qWkoAjI4tF/FDZW08b/m2oQd8ciFERn4+qxbNtbosbciQ4qA== root@singlevm2-vm-68d84883-ea87-4b66-90aa-3f3293e52719\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.17s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.22,24,fe80::f816:3eff:febc:d646/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.22 \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-68d84883-ea87-4b66-90aa-3f3293e52719\nlaunch-index: 0\n=== cirros: current=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.\nsinglevm2-vm-68d84883-ea87-4b66-90aa-3f3293e52719 login: "} 2018-09-01 00:40:15,309 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e/action used request id req-ee9d9a93-ac69-4266-8bce-dae8f27a476b 2018-09-01 00:40:15,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.905602931976s 2018-09-01 00:40:15,310 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e/action used request id req-ee9d9a93-ac69-4266-8bce-dae8f27a476b 2018-09-01 00:40:15,310 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 492923980 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.910 MHz processor [ 0.182617] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.184888] pid_max: default: 32768 minimum: 301 [ 0.186122] ACPI: Core revision 20150930 [ 0.187800] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189576] Security Framework initialized [ 0.190697] Yama: becoming mindful. [ 0.191697] AppArmor: AppArmor initialized [ 0.192857] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194643] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196382] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198032] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199917] Initializing cgroup subsys io [ 0.201051] Initializing cgroup subsys memory [ 0.202237] Initializing cgroup subsys devices [ 0.203437] Initializing cgroup subsys freezer [ 0.204656] Initializing cgroup subsys net_cls [ 0.205861] Initializing cgroup subsys perf_event [ 0.207123] Initializing cgroup subsys net_prio [ 0.208350] Initializing cgroup subsys hugetlb [ 0.209555] Initializing cgroup subsys pids [ 0.210735] CPU: Physical Processor ID: 0 [ 0.212525] mce: CPU supports 10 MCE banks [ 0.213707] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.215072] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.229946] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.236570] ftrace: allocating 31920 entries in 125 pages [ 0.261720] smpboot: Max logical packages: 1 [ 0.262916] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.264801] x2apic enabled [ 0.265946] Switched APIC routing to physical x2apic. [ 0.268411] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.269949] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.272680] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.275157] KVM setup paravirtual spinlock [ 0.276778] x86: Booted up 1 node, 1 CPUs [ 0.277902] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.279809] devtmpfs: initialized [ 0.281786] evm: security.selinux [ 0.282746] evm: security.SMACK64 [ 0.283706] evm: security.SMACK64EXEC [ 0.284742] evm: security.SMACK64TRANSMUTE [ 0.285851] evm: security.SMACK64MMAP [ 0.286869] evm: security.ima [ 0.287757] evm: security.capability [ 0.288836] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.291337] pinctrl core: initialized pinctrl subsystem [ 0.292815] RTC time: 0:40:09, date: 09/01/18 [ 0.294112] NET: Registered protocol family 16 [ 0.295440] cpuidle: using governor ladder [ 0.296575] cpuidle: using governor menu [ 0.297681] PCCT header not found. [ 0.298714] ACPI: bus type PCI registered [ 0.299814] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.301494] PCI: Using configuration type 1 for base access [ 0.303657] ACPI: Added _OSI(Module Device) [ 0.304820] ACPI: Added _OSI(Processor Device) [ 0.306008] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.307251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.309424] ACPI: Interpreter enabled [ 0.310480] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.313081] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.315598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.318117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.320637] ACPI: (supports S0 S5) [ 0.321603] ACPI: Using IOAPIC for interrupt routing [ 0.322891] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326695] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.328231] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.331511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.334472] acpiphp: Slot [3] registered [ 0.335566] acpiphp: Slot [4] registered [ 0.336669] acpiphp: Slot [5] registered [ 0.337799] acpiphp: Slot [6] registered [ 0.338906] acpiphp: Slot [7] registered [ 0.340000] acpiphp: Slot [8] registered [ 0.341091] acpiphp: Slot [9] registered [ 0.342177] acpiphp: Slot [10] registered [ 0.343280] acpiphp: Slot [11] registered [ 0.344386] acpiphp: Slot [12] registered [ 0.345487] acpiphp: Slot [13] registered [ 0.346587] acpiphp: Slot [14] registered [ 0.347698] acpiphp: Slot [15] registered [ 0.362752] acpiphp: Slot [16] registered [ 0.363858] acpiphp: Slot [17] registered [ 0.364963] acpiphp: Slot [18] registered [ 0.366067] acpiphp: Slot [19] registered [ 0.367177] acpiphp: Slot [20] registered [ 0.368282] acpiphp: Slot [21] registered [ 0.369383] acpiphp: Slot [22] registered [ 0.370486] acpiphp: Slot [23] registered [ 0.371593] acpiphp: Slot [24] registered [ 0.372706] acpiphp: Slot [25] registered [ 0.373809] acpiphp: Slot [26] registered [ 0.374912] acpiphp: Slot [27] registered [ 0.376025] acpiphp: Slot [28] registered [ 0.377134] acpiphp: Slot [29] registered [ 0.378235] acpiphp: Slot [30] registered [ 0.379338] acpiphp: Slot [31] registered [ 0.380443] PCI host bridge to bus 0000:00 [ 0.381549] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.383190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.384827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.386819] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.388803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.390818] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.394890] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.396650] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.398244] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.399962] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.404273] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.406235] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.426723] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.428720] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.430639] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.432542] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.434432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.436225] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.438009] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.439441] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.441561] vgaarb: loaded [ 0.442395] vgaarb: bridge control possible 0000:00:02.0 [ 0.444041] SCSI subsystem initialized [ 0.445295] ACPI: bus type USB registered [ 0.446431] usbcore: registered new interface driver usbfs [ 0.447837] usbcore: registered new interface driver hub [ 0.449202] usbcore: registered new device driver usb [ 0.450700] PCI: Using ACPI for IRQ routing [ 0.452208] NetLabel: Initializing [ 0.453190] NetLabel: domain hash size = 128 [ 0.454350] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.455660] NetLabel: unlabeled traffic allowed by default [ 0.457234] clocksource: Switched to clocksource kvm-clock [ 0.467124] AppArmor: AppArmor Filesystem Enabled [ 0.468442] pnp: PnP ACPI init [ 0.469677] pnp: PnP ACPI: found 5 devices [ 0.476479] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.478815] NET: Registered protocol family 2 [ 0.480220] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.481976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.483624] TCP: Hash tables configured (established 4096 bind 4096) [ 0.485271] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.486747] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.488334] NET: Registered protocol family 1 [ 0.489536] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.491024] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.492479] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.507009] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.521600] Trying to unpack rootfs image as initramfs... [ 0.583497] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.588570] Scanning for low memory corruption every 60 seconds [ 0.590740] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.592329] audit: initializing netlink subsys (disabled) [ 0.593824] audit: type=2000 audit(1535762409.610:1): initialized [ 0.595683] Initialise system trusted keyring [ 0.597039] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.598619] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.601354] zbud: loaded [ 0.602357] VFS: Disk quotas dquot_6.6.0 [ 0.603486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.605632] fuse init (API version 7.23) [ 0.606858] Key type big_key registered [ 0.607957] Allocating IMA MOK and blacklist keyrings. [ 0.609639] Key type asymmetric registered [ 0.610772] Asymmetric key parser 'x509' registered [ 0.612085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.614155] io scheduler noop registered [ 0.615242] io scheduler deadline registered (default) [ 0.616655] io scheduler cfq registered [ 0.617844] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.619262] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.621002] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.623011] ACPI: Power Button [PWRF] [ 0.624238] GHES: HEST is not enabled! [ 0.638434] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.667824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.670809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.694468] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.697448] Linux agpgart interface v0.103 [ 0.700833] brd: module loaded [ 0.703036] loop: module loaded [ 0.708324] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.710329] GPT:90111 != 2097151 [ 0.711268] GPT:Alternate GPT header not at the end of the disk. [ 0.712746] GPT:90111 != 2097151 [ 0.713684] GPT: Use GNU Parted to correct GPT errors. [ 0.715004] vda: vda1 vda15 [ 0.716715] scsi host0: ata_piix [ 0.717793] scsi host1: ata_piix [ 0.718784] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.720430] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.722392] libphy: Fixed MDIO Bus: probed [ 0.723518] tun: Universal TUN/TAP device driver, 1.6 [ 0.724831] tun: (C) 1999-2004 Max Krasnyansky [ 0.727887] PPP generic driver version 2.4.2 [ 0.729143] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.730773] ehci-pci: EHCI PCI platform driver [ 0.732080] ehci-platform: EHCI generic platform driver [ 0.733747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.735601] ohci-pci: OHCI PCI platform driver [ 0.737034] ohci-platform: OHCI generic platform driver [ 0.738678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.753629] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.755253] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.757640] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759270] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.761132] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.763133] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.765454] usb usb1: Product: UHCI Host Controller [ 0.766982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.768836] usb usb1: SerialNumber: 0000:00:01.2 [ 0.770396] hub 1-0:1.0: USB hub found [ 0.771662] hub 1-0:1.0: 2 ports detected [ 0.773128] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.776420] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.778005] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.779679] mousedev: PS/2 mouse device common for all mice [ 0.781674] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.784586] rtc_cmos 00:00: RTC can wake from S4 [ 0.786360] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.788289] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.790246] i2c /dev entries driver [ 0.791477] device-mapper: uevent: version 1.0.3 [ 0.793026] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.795688] ledtrig-cpu: registered to indicate activity on CPUs [ 0.797849] NET: Registered protocol family 10 [ 0.799636] NET: Registered protocol family 17 [ 0.801075] Key type dns_resolver registered [ 0.802588] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.804373] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.807227] registered taskstats version 1 [ 0.808585] Loading compiled-in X.509 certificates [ 0.810660] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.813708] zswap: loaded using pool lzo/zbud [ 0.816012] Key type trusted registered [ 0.818374] Key type encrypted registered [ 0.819707] AppArmor: AppArmor sha1 policy hashing enabled [ 0.821416] ima: No TPM chip found, activating TPM-bypass! [ 0.823214] evm: HMAC attrs: 0x1 [ 0.824696] Magic number: 2:222:657 [ 0.825983] block ram10: hash matches [ 0.827327] rtc_cmos 00:00: setting system clock to 2018-09-01 00:40:09 UTC (1535762409) [ 0.829992] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.831843] EDD information not available. [ 0.882722] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.885246] Write protecting the kernel read-only data: 14336k [ 0.888486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.891397] 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.939570] 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.22... Lease of 192.168.120.22 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-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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCjzS4QRuo3LBMCCToMqXDxr4WptheHfDsaN4pUtfEKVNdB/uL6fYsYl2tJry5Esks/572bKkctfKTeH8/qnWDDDNqUowShc+EP5VBhr0VbVduGmag2QxjF8OnYOanhO9Di/WFSxYyydg5TlENwFNZAna8GrqzHGc8tj0cXsJfsPdeh/I2+qXfnlKr4KYcdn8CWucexY4Ciood6pw/Ym7hDDvNQKTGQA7xixwvHgcHpGpo47i2qoltH3QuDBuf24bAlfiwqdAik+jpsAcn43r1I3Uzi8ChsnZWtOOyF4TMOwzR+XZZBGRZWqrmadRiCfDyjPAfHoih72p1tOicjTCqH root@singlevm2-vm-68d84883-ea87-4b66-90aa-3f3293e52719 ssh-dss AAAAB3NzaC1kc3MAAACBAKbVcrgrMhgxXQYFU6ffH5nMMD6fYlGEbE1xDYiBzOzayokZBRYO/jgD5XZSyDvFG4EC1s4HqZ/AlWTsocuiM4zwUQQrYTcT5dZjvMqBlqn7o8IceccX2bZLVnhkwYqHRz6nSBLyCOBskKOVp9zv/j2EcrwFlJ960f7agHTJcmAhAAAAFQDoUcG6stKZ1Zyo3HUQwN598zm/8QAAAIBYVRmipG2bmuAKCD7/Oidr4y1EbabRRtpgyhQY2MczYpZHNOIQl0vGurPRULz0lUNNcBI6rNWP4bXYvpfWs3Z4NJvp2epwP4pRgOujBIUWBsKJOZX4JWDotg5m0fwgB4/oEeoUQ+HfB/xwqwweq1FAuktKNgYj+5rlZUu5wLbPxwAAAIAL1s8sOOeu5N9peY7BKBCLlUzB487cK8J0XAtFTpu9niGRJU+0qKDKng48a+Mg4MDsHq842GigOpyLTNwf6N/+MZbJ9WgA7TyFMQ2CnN1vWbd6pxNEke69rwXQE7qWkoAjI4tF/FDZW08b/m2oQd8ciFERn4+qxbNtbosbciQ4qA== root@singlevm2-vm-68d84883-ea87-4b66-90aa-3f3293e52719 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.17s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.22,24,fe80::f816:3eff:febc:d646/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.22 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-68d84883-ea87-4b66-90aa-3f3293e52719 launch-index: 0 === cirros: current=0.4.0 uptime=3.79 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-68d84883-ea87-4b66-90aa-3f3293e52719 login: 2018-09-01 00:40:16,313 - paramiko.transport - DEBUG - starting thread (client mode): 0x938e88d0L 2018-09-01 00:40:16,313 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 00:40:16,313 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 00:40:16,314 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 00:40:16,315 - 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 00:40:16,315 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 00:40:16,315 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 00:40:16,315 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 00:40:16,315 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 00:40:16,315 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 00:40:16,332 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 00:40:16,333 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 00:40:16,345 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: 91ae41afcadefc9ce6cfaeb5af6336cb 2018-09-01 00:40:16,347 - paramiko.transport - DEBUG - Trying discovered key e2847d31989e300a8bf28519d6d10c8d in /tmp/tmpNbwhW1 2018-09-01 00:40:16,372 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 00:40:16,377 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 00:40:16,379 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 00:40:16,380 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 00:40:16,380 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 00:40:16,382 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 00:40:16,383 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 00:40:16,383 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-01 00:40:16,384 - functest.core.singlevm - DEBUG - error: 2018-09-01 00:40:16,388 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 00:40:16,501 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 00:40:16,502 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:43 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 00:40:16,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 00:40:16,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/c7b3d8b0-4a96-4139-8468-9c6c770c2337.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:17,780 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4ef3f09e-915c-4278-a409-7208ed445911 Content-Length: 0 Date: Sat, 01 Sep 2018 00:40:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:40:17,780 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/c7b3d8b0-4a96-4139-8468-9c6c770c2337.json used request id req-4ef3f09e-915c-4278-a409-7208ed445911 2018-09-01 00:40:17,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.27075910568s 2018-09-01 00:40:17,781 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/c7b3d8b0-4a96-4139-8468-9c6c770c2337.json used request id req-4ef3f09e-915c-4278-a409-7208ed445911 2018-09-01 00:40:17,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:40:17,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:17,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-64e1de57-d3a2-4a9c-b6b1-ea8de525de54 Date: Sat, 01 Sep 2018 00:40:17 GMT RESP BODY: {"floatingips": []} 2018-09-01 00:40:17,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-64e1de57-d3a2-4a9c-b6b1-ea8de525de54 2018-09-01 00:40:17,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0441079139709s 2018-09-01 00:40:17,830 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-64e1de57-d3a2-4a9c-b6b1-ea8de525de54 2018-09-01 00:40:17,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 00:40:17,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:18,216 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:40: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-b142dfab-9f9d-4855-a1af-7c2111d30d15 x-compute-request-id: req-b142dfab-9f9d-4855-a1af-7c2111d30d15 Content-Type: application/json 2018-09-01 00:40:18,216 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e used request id req-b142dfab-9f9d-4855-a1af-7c2111d30d15 2018-09-01 00:40:18,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.385505914688s 2018-09-01 00:40:18,216 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e used request id req-b142dfab-9f9d-4855-a1af-7c2111d30d15 2018-09-01 00:40:18,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:40:18,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:19,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40: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-2fe713f1-bc19-4eb5-974b-7ab3d853cf6f x-compute-request-id: req-2fe713f1-bc19-4eb5-974b-7ab3d853cf6f Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_68d84883-ea87-4b66-90aa-3f3293e52719": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:d6:46", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:d6:46", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "rel": "bookmark"}], "image": {"id": "1e4661b5-29bd-447a-8f86-bad4d442c501", "links": [{"href": "http://172.30.9.23:8774/images/1e4661b5-29bd-447a-8f86-bad4d442c501", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:40:08.000000", "flavor": {"id": "35ab036c-3eb8-444c-bd33-c123ac8ff30d", "links": [{"href": "http://172.30.9.23:8774/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d", "rel": "bookmark"}]}, "id": "4f042c5e-3b3b-4a24-9e9b-15301a2ea04e", "security_groups": [{"name": "singlevm2-sg_68d84883-ea87-4b66-90aa-3f3293e52719"}], "user_id": "8aac387da8fa4fdf8d2a8960a5954c3a", "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-01T00:40:18Z", "hostId": "885ec43c1c6d4da14c6b88b5206511edb2549ae414231731e52cb892", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719", "name": "singlevm2-vm_68d84883-ea87-4b66-90aa-3f3293e52719", "created": "2018-09-01T00:39:54Z", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:40:19,610 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2fe713f1-bc19-4eb5-974b-7ab3d853cf6f 2018-09-01 00:40:19,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.39308714867s 2018-09-01 00:40:19,610 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2fe713f1-bc19-4eb5-974b-7ab3d853cf6f 2018-09-01 00:40:19,612 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:40:21,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:40:21,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:21,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2a77302c-9d87-428d-b65a-5e637f487247 x-compute-request-id: req-2a77302c-9d87-428d-b65a-5e637f487247 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 00:40:21,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2a77302c-9d87-428d-b65a-5e637f487247 2018-09-01 00:40:21,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.234867095947s 2018-09-01 00:40:21,850 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2a77302c-9d87-428d-b65a-5e637f487247 2018-09-01 00:40:21,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 00:40:21,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:21,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-17845042-5596-43c6-822e-0127ca9d3f40 Date: Sat, 01 Sep 2018 00:40:21 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "created_at": "2018-09-01T00:39:45Z", "updated_at": "2018-09-01T00:39:48Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T00:39:46Z", "revision_number": 0, "id": "36b505eb-473a-44ba-90de-7028c1be57c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:46Z", "security_group_id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:45Z", "revision_number": 0, "id": "b1bbbc76-c1f2-495a-bf57-451c0fdac5a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:45Z", "security_group_id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv6", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:48Z", "revision_number": 0, "id": "c73b2310-45a4-41c2-aa0a-f82e57751f84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:48Z", "security_group_id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv4", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:45Z", "revision_number": 0, "id": "fa790827-0557-4b9e-89dd-8661b98df77b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:45Z", "security_group_id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv4", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}], "revision_number": 3, "project_id": "f99dd86d0cb643468c55610a6c6b2d00", "id": "91fb2be3-9208-4894-85f8-dc69308afaa3", "name": "singlevm2-sg_68d84883-ea87-4b66-90aa-3f3293e52719"}, {"description": "Default security group", "tags": [], "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "created_at": "2018-09-01T00:39:34Z", "updated_at": "2018-09-01T00:39:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:34Z", "revision_number": 0, "id": "5d12059f-f354-441c-92f4-c2768f1e3c7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:34Z", "security_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv4", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:34Z", "revision_number": 0, "id": "7cefabd2-59a9-46d7-a504-b394c6d161ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:34Z", "security_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv6", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:34Z", "revision_number": 0, "id": "8c13ccac-f0fe-4a29-95e0-4c82ae882544", "remote_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:34Z", "security_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv6", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:39:34Z", "revision_number": 0, "id": "a2ae81f7-f249-4a35-b40b-17f072ad328f", "remote_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "remote_ip_prefix": null, "created_at": "2018-09-01T00:39:34Z", "security_group_id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "port_range_min": null, "ethertype": "IPv4", "project_id": "f99dd86d0cb643468c55610a6c6b2d00"}], "revision_number": 1, "project_id": "f99dd86d0cb643468c55610a6c6b2d00", "id": "ccd6e81e-e759-48c2-b63f-56d34524a2a0", "name": "default"}]} 2018-09-01 00:40:21,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-17845042-5596-43c6-822e-0127ca9d3f40 2018-09-01 00:40:21,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0446472167969s 2018-09-01 00:40:21,898 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-17845042-5596-43c6-822e-0127ca9d3f40 2018-09-01 00:40:21,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 00:40:21,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/91fb2be3-9208-4894-85f8-dc69308afaa3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:22,140 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9fe9e42d-340b-470e-a27b-5c7f7834d326 Content-Length: 0 Date: Sat, 01 Sep 2018 00:40:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:40:22,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/91fb2be3-9208-4894-85f8-dc69308afaa3.json used request id req-9fe9e42d-340b-470e-a27b-5c7f7834d326 2018-09-01 00:40:22,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.237109184265s 2018-09-01 00:40:22,140 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/91fb2be3-9208-4894-85f8-dc69308afaa3.json used request id req-9fe9e42d-340b-470e-a27b-5c7f7834d326 2018-09-01 00:40:22,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 00:40:22,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:22,205 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:40:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ac8a2342-f499-4cd5-ba81-fdd6b3f0019e x-compute-request-id: req-ac8a2342-f499-4cd5-ba81-fdd6b3f0019e Content-Length: 0 Content-Type: application/json 2018-09-01 00:40:22,206 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719 used request id req-ac8a2342-f499-4cd5-ba81-fdd6b3f0019e 2018-09-01 00:40:22,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0650639533997s 2018-09-01 00:40:22,206 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_68d84883-ea87-4b66-90aa-3f3293e52719 used request id req-ac8a2342-f499-4cd5-ba81-fdd6b3f0019e 2018-09-01 00:40:22,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 00:40:22,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/46317c36-4530-43c8-83da-640692b4d5e3/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}db737266480922011e09a75002baeda8f6d35c60" -d '{"subnet_id": "c71a1d15-0b22-4a64-bd16-5a706bcde308"}' 2018-09-01 00:40:24,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7b51c9f1-2844-41df-b802-71b4fa6752d1 Date: Sat, 01 Sep 2018 00:40:24 GMT RESP BODY: {"network_id": "3c8185dc-02e2-42b8-a5a1-b7c05db1db97", "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "subnet_id": "c71a1d15-0b22-4a64-bd16-5a706bcde308", "subnet_ids": ["c71a1d15-0b22-4a64-bd16-5a706bcde308"], "port_id": "c86b4a3c-6bc7-4d0f-9e1d-35fc0a13f9b1", "id": "46317c36-4530-43c8-83da-640692b4d5e3"} 2018-09-01 00:40:24,044 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/46317c36-4530-43c8-83da-640692b4d5e3/remove_router_interface.json used request id req-7b51c9f1-2844-41df-b802-71b4fa6752d1 2018-09-01 00:40:24,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.8375108242s 2018-09-01 00:40:24,044 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/46317c36-4530-43c8-83da-640692b4d5e3/remove_router_interface.json used request id req-7b51c9f1-2844-41df-b802-71b4fa6752d1 returning object 46317c36-4530-43c8-83da-640692b4d5e3 2018-09-01 00:40:24,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 00:40:24,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:24,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-28b0d05b-7b69-47f1-ae65-74df1ed8b54d Date: Sat, 01 Sep 2018 00:40:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "f99dd86d0cb643468c55610a6c6b2d00", "created_at": "2018-09-01T00:39:36Z", "admin_state_up": true, "updated_at": "2018-09-01T00:40:23Z", "revision_number": 4, "routes": [], "project_id": "f99dd86d0cb643468c55610a6c6b2d00", "id": "46317c36-4530-43c8-83da-640692b4d5e3", "name": "singlevm2-router_68d84883-ea87-4b66-90aa-3f3293e52719"}]} 2018-09-01 00:40:24,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-28b0d05b-7b69-47f1-ae65-74df1ed8b54d 2018-09-01 00:40:24,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119858980179s 2018-09-01 00:40:24,165 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-28b0d05b-7b69-47f1-ae65-74df1ed8b54d 2018-09-01 00:40:24,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 00:40:24,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/46317c36-4530-43c8-83da-640692b4d5e3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:25,801 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-892e0d3c-308e-4e50-a3a8-c285e3598113 Content-Length: 0 Date: Sat, 01 Sep 2018 00:40:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:40:25,801 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/46317c36-4530-43c8-83da-640692b4d5e3.json used request id req-892e0d3c-308e-4e50-a3a8-c285e3598113 2018-09-01 00:40:25,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.63460087776s 2018-09-01 00:40:25,801 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/46317c36-4530-43c8-83da-640692b4d5e3.json used request id req-892e0d3c-308e-4e50-a3a8-c285e3598113 2018-09-01 00:40:25,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:40:25,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:25,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-7eed9083-8304-41bf-a0cb-c8f38983e23c Date: Sat, 01 Sep 2018 00:40:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c8185dc-02e2-42b8-a5a1-b7c05db1db97","tenant_id":"f99dd86d0cb643468c55610a6c6b2d00","created_at":"2018-09-01T00:39:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:39: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":"f99dd86d0cb643468c55610a6c6b2d00","id":"c71a1d15-0b22-4a64-bd16-5a706bcde308","subnetpool_id":null,"name":"singlevm2-subnet_68d84883-ea87-4b66-90aa-3f3293e52719"}]} 2018-09-01 00:40:25,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7eed9083-8304-41bf-a0cb-c8f38983e23c 2018-09-01 00:40:25,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.120794057846s 2018-09-01 00:40:25,923 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7eed9083-8304-41bf-a0cb-c8f38983e23c 2018-09-01 00:40:25,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 00:40:25,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/c71a1d15-0b22-4a64-bd16-5a706bcde308.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:28,413 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-952c4801-8c2a-4393-b9de-4ec0c93afda3 Date: Sat, 01 Sep 2018 00:40:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:40:28,413 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c71a1d15-0b22-4a64-bd16-5a706bcde308.json used request id req-952c4801-8c2a-4393-b9de-4ec0c93afda3 2018-09-01 00:40:28,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.48877596855s 2018-09-01 00:40:28,414 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c71a1d15-0b22-4a64-bd16-5a706bcde308.json used request id req-952c4801-8c2a-4393-b9de-4ec0c93afda3 2018-09-01 00:40:28,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:40:28,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:28,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-b839b8d8-699f-4c40-b93b-c848369c6468 Date: Sat, 01 Sep 2018 00:40: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":[],"updated_at":"2018-09-01T00:40:28Z","tenant_id":"f99dd86d0cb643468c55610a6c6b2d00","created_at":"2018-09-01T00:39:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f99dd86d0cb643468c55610a6c6b2d00","id":"3c8185dc-02e2-42b8-a5a1-b7c05db1db97","name":"singlevm2-net_68d84883-ea87-4b66-90aa-3f3293e52719"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:40:28,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b839b8d8-699f-4c40-b93b-c848369c6468 2018-09-01 00:40:28,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.295095205307s 2018-09-01 00:40:28,710 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b839b8d8-699f-4c40-b93b-c848369c6468 2018-09-01 00:40:28,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 00:40:28,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/3c8185dc-02e2-42b8-a5a1-b7c05db1db97.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:30,382 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05e8f11a-9d4f-4204-b88b-06cbdc714249 Date: Sat, 01 Sep 2018 00:40:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:40:30,382 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/3c8185dc-02e2-42b8-a5a1-b7c05db1db97.json used request id req-05e8f11a-9d4f-4204-b88b-06cbdc714249 2018-09-01 00:40:30,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.67162299156s 2018-09-01 00:40:30,383 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/3c8185dc-02e2-42b8-a5a1-b7c05db1db97.json used request id req-05e8f11a-9d4f-4204-b88b-06cbdc714249 2018-09-01 00:40:30,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:40:30,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:31,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d172d71e-d6c1-40e3-92c2-5c4a6d55294e Date: Sat, 01 Sep 2018 00:40:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:39:43Z", "file": "/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501/file", "owner": "f99dd86d0cb643468c55610a6c6b2d00", "id": "1e4661b5-29bd-447a-8f86-bad4d442c501", "size": 12716032, "self": "/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/1e4661b5-29bd-447a-8f86-bad4d442c501/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/1e4661b5-29bd-447a-8f86-bad4d442c501/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_68d84883-ea87-4b66-90aa-3f3293e52719", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_68d84883-ea87-4b66-90aa-3f3293e52719", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:39:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:40:31,188 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d172d71e-d6c1-40e3-92c2-5c4a6d55294e 2018-09-01 00:40:31,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.800869941711s 2018-09-01 00:40:31,188 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d172d71e-d6c1-40e3-92c2-5c4a6d55294e 2018-09-01 00:40:31,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 00:40:31,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db737266480922011e09a75002baeda8f6d35c60" 2018-09-01 00:40:33,360 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d1b6d1a9-8cda-4e93-bf1b-fc5b9695b683 Date: Sat, 01 Sep 2018 00:40:33 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 00:40:33,360 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501 used request id req-d1b6d1a9-8cda-4e93-bf1b-fc5b9695b683 2018-09-01 00:40:33,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.1691839695s 2018-09-01 00:40:33,360 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1e4661b5-29bd-447a-8f86-bad4d442c501 used request id req-d1b6d1a9-8cda-4e93-bf1b-fc5b9695b683 2018-09-01 00:40:33,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:40:33,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:40:33,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40: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-8d3958c5-8e13-4c77-b7b3-799b01420531 x-compute-request-id: req-8d3958c5-8e13-4c77-b7b3-799b01420531 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_68d84883-ea87-4b66-90aa-3f3293e52719", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d", "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": "35ab036c-3eb8-444c-bd33-c123ac8ff30d"}]} 2018-09-01 00:40:33,385 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-8d3958c5-8e13-4c77-b7b3-799b01420531 2018-09-01 00:40:33,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0237090587616s 2018-09-01 00:40:33,385 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-8d3958c5-8e13-4c77-b7b3-799b01420531 2018-09-01 00:40:33,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 00:40:33,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:40:33,427 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:40:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4377250-ab77-4c07-8cf6-2db40cf19afd x-compute-request-id: req-b4377250-ab77-4c07-8cf6-2db40cf19afd Content-Length: 0 Content-Type: application/json 2018-09-01 00:40:33,427 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d used request id req-b4377250-ab77-4c07-8cf6-2db40cf19afd 2018-09-01 00:40:33,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0406858921051s 2018-09-01 00:40:33,427 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/35ab036c-3eb8-444c-bd33-c123ac8ff30d used request id req-b4377250-ab77-4c07-8cf6-2db40cf19afd 2018-09-01 00:40:33,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:40:33,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:40:33,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3baa33b-d942-4872-a8eb-6472782e0cf3 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/09616bbc3d7d47f7bf356facf9604904"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09616bbc3d7d47f7bf356facf9604904", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/1b7d7499248f4b1ab3e2c3eafd6884e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b7d7499248f4b1ab3e2c3eafd6884e3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/39f008d4ed9b46e88df6661386fb834c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39f008d4ed9b46e88df6661386fb834c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/4f1efd27b815414c80bafafd80b0a731"}, "domain_id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "enabled": true, "options": {}, "id": "4f1efd27b815414c80bafafd80b0a731", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/5755fbc5e3f149d286b38eab1592f2cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5755fbc5e3f149d286b38eab1592f2cd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/5a7473fb7a3d483bad8691aca2f3945e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a7473fb7a3d483bad8691aca2f3945e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/5a775d82f5b040388bd9b234b406b8cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a775d82f5b040388bd9b234b406b8cf", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/71e10b6e83144e6480810c69dc4f4357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e10b6e83144e6480810c69dc4f4357", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/790e0ffa6b2f4654a159933f6bb087b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "790e0ffa6b2f4654a159933f6bb087b2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "singlevm2-user_68d84883-ea87-4b66-90aa-3f3293e52719", "links": {"self": "http://172.30.9.23:5000/v3/users/8aac387da8fa4fdf8d2a8960a5954c3a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8aac387da8fa4fdf8d2a8960a5954c3a", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/8b0b26cb19d94b42b2053081018c0256"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b0b26cb19d94b42b2053081018c0256", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/ab9e44a845b446c5ad7c6f7aa89c7b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab9e44a845b446c5ad7c6f7aa89c7b00", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c1e3ed7585964a61bb487b909cdc21f1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e3ed7585964a61bb487b909cdc21f1", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/c397b2a20dde4a928a000743315a1d4d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c397b2a20dde4a928a000743315a1d4d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/c7a220b02e39464182c785f083b70399"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7a220b02e39464182c785f083b70399", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-01 00:40:33,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d3baa33b-d942-4872-a8eb-6472782e0cf3 2018-09-01 00:40:33,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.227350950241s 2018-09-01 00:40:33,656 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d3baa33b-d942-4872-a8eb-6472782e0cf3 2018-09-01 00:40:33,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:40:33,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/8aac387da8fa4fdf8d2a8960a5954c3a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:40:33,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bed66bd-7e0d-4208-ad2b-d107065e4282 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_68d84883-ea87-4b66-90aa-3f3293e52719", "links": {"self": "http://172.30.9.23:5000/v3/users/8aac387da8fa4fdf8d2a8960a5954c3a"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "8aac387da8fa4fdf8d2a8960a5954c3a", "description": null}} 2018-09-01 00:40:33,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/8aac387da8fa4fdf8d2a8960a5954c3a used request id req-9bed66bd-7e0d-4208-ad2b-d107065e4282 2018-09-01 00:40:33,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.220393896103s 2018-09-01 00:40:33,882 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/8aac387da8fa4fdf8d2a8960a5954c3a used request id req-9bed66bd-7e0d-4208-ad2b-d107065e4282 2018-09-01 00:40:33,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 00:40:33,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/8aac387da8fa4fdf8d2a8960a5954c3a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:40:34,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:40:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e1540ec-272a-4913-a6b7-cb66079d7e65 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 00:40:34,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/8aac387da8fa4fdf8d2a8960a5954c3a used request id req-1e1540ec-272a-4913-a6b7-cb66079d7e65 2018-09-01 00:40:34,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.45822095871s 2018-09-01 00:40:34,341 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/8aac387da8fa4fdf8d2a8960a5954c3a used request id req-1e1540ec-272a-4913-a6b7-cb66079d7e65 2018-09-01 00:40:34,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 00:40:34,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:40:34,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a46bde09-605c-4d34-81dc-16679120defc Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b"}, "tags": [], "enabled": true, "id": "124aad9de364486f8e974ab17ceaff0b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/82385a1db3524c2f9b0afe851a76008c"}, "tags": [], "enabled": true, "id": "82385a1db3524c2f9b0afe851a76008c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.23:5000/v3/projects/f99dd86d0cb643468c55610a6c6b2d00"}, "tags": [], "enabled": true, "id": "f99dd86d0cb643468c55610a6c6b2d00", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_68d84883-ea87-4b66-90aa-3f3293e52719"}]} 2018-09-01 00:40:34,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-a46bde09-605c-4d34-81dc-16679120defc 2018-09-01 00:40:34,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191868066788s 2018-09-01 00:40:34,539 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-a46bde09-605c-4d34-81dc-16679120defc 2018-09-01 00:40:34,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 00:40:34,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/f99dd86d0cb643468c55610a6c6b2d00 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aee0e82a7c4af874b11066b1d74d40674a6353ad" 2018-09-01 00:40:34,823 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:40:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94a00edb-cc25-4f14-a006-6670b44c0723 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 00:40:34,823 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f99dd86d0cb643468c55610a6c6b2d00 used request id req-94a00edb-cc25-4f14-a006-6670b44c0723 2018-09-01 00:40:34,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.279799938202s 2018-09-01 00:40:34,823 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f99dd86d0cb643468c55610a6c6b2d00 used request id req-94a00edb-cc25-4f14-a006-6670b44c0723 2018-09-01 00:40:34,878 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-09-01 00:40:34,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:40:34,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:40:34,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:40:34,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:40:34,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:40:34,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:40:34,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:40:34,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:40:34,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:40:34,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:40:34,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:40:34,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:40:34,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:40:34,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:40:34,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:40:34,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:40:34,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:40:34,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:40:34,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:40:34,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:40:34,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:40:34,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:40:34,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:40:34,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ffa2c0-7fb6-4ae3-8e66-2689542ffb9e Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:40:34,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-73ffa2c0-7fb6-4ae3-8e66-2689542ffb9e 2018-09-01 00:40:34,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:40:35,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04fa0466cabf412bae8b52a52856f734", "name": "admin"}, {"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:40:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82385a1db3524c2f9b0afe851a76008c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c1e3ed7585964a61bb487b909cdc21f1"}, "audit_ids": ["SU0YvsQEQ7q8oTE9enBHWA"], "issued_at": "2018-09-01T00:40:35.000000Z"}} 2018-09-01 00:40:35,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:40:35,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:40:35,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-58707178-9ea2-4033-9d1b-2a931334efcc Date: Sat, 01 Sep 2018 00:40:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:40:35,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-58707178-9ea2-4033-9d1b-2a931334efcc 2018-09-01 00:40:35,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.350433826447s 2018-09-01 00:40:35,676 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-58707178-9ea2-4033-9d1b-2a931334efcc 2018-09-01 00:40:35,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:40:35,685 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 00:40:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcf286d4-3013-43b6-82ec-b46c796b721f 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.23:5000/v3/", "rel": "self"}]}]}} 2018-09-01 00:40:35,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-dcf286d4-3013-43b6-82ec-b46c796b721f 2018-09-01 00:40:35,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 00:40:35,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:40:35,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0bf4e8d-2cb1-402b-ad04-b34dc15c0db6 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/e9f4e5d3e25e437fbbc5bdfc422dbea3"}, "tags": [], "enabled": true, "id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "name": "heat_stack"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 00:40:35,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-d0bf4e8d-2cb1-402b-ad04-b34dc15c0db6 2018-09-01 00:40:35,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197844982147s 2018-09-01 00:40:35,885 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-d0bf4e8d-2cb1-402b-ad04-b34dc15c0db6 2018-09-01 00:40:35,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 00:40:35,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_41f9f12e-0239-4925-a218-cde3246490b9"}}' 2018-09-01 00:40:36,182 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 00:40:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-902e6a17-c4a6-46d6-9c9e-3c30ed399091 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.23:5000/v3/projects/68b4b20495874daf9b6fa83e65415bb2"}, "tags": [], "enabled": true, "id": "68b4b20495874daf9b6fa83e65415bb2", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_41f9f12e-0239-4925-a218-cde3246490b9"}} 2018-09-01 00:40:36,182 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-902e6a17-c4a6-46d6-9c9e-3c30ed399091 2018-09-01 00:40:36,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.29058098793s 2018-09-01 00:40:36,183 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-902e6a17-c4a6-46d6-9c9e-3c30ed399091 2018-09-01 00:40:36,183 - 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'68b4b20495874daf9b6fa83e65415bb2', '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_41f9f12e-0239-4925-a218-cde3246490b9'}) 2018-09-01 00:40:36,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 00:40:36,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f2c49e33-fe78-4851-82ef-044f181d537f", "email": null, "name": "vping_ssh-user_41f9f12e-0239-4925-a218-cde3246490b9"}}' 2018-09-01 00:40:36,716 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 00:40:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b920918b-3073-4b66-b9c7-ed9a6c8b8033 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_41f9f12e-0239-4925-a218-cde3246490b9", "links": {"self": "http://172.30.9.23:5000/v3/users/fad6fb2d252f4c44ad5e2e557c287a76"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fad6fb2d252f4c44ad5e2e557c287a76", "domain_id": "default", "password_expires_at": null}} 2018-09-01 00:40:36,716 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-b920918b-3073-4b66-b9c7-ed9a6c8b8033 2018-09-01 00:40:36,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.526862859726s 2018-09-01 00:40:36,717 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-b920918b-3073-4b66-b9c7-ed9a6c8b8033 2018-09-01 00:40:36,717 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'fad6fb2d252f4c44ad5e2e557c287a76', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_41f9f12e-0239-4925-a218-cde3246490b9'}) 2018-09-01 00:40:36,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:40:36,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:40:36,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68d5b209-a52a-4b7a-929e-6ecf1f2d446a Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:40:36,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-68d5b209-a52a-4b7a-929e-6ecf1f2d446a 2018-09-01 00:40:36,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187696933746s 2018-09-01 00:40:36,909 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-68d5b209-a52a-4b7a-929e-6ecf1f2d446a 2018-09-01 00:40:36,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:40:36,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:40:37,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e975279b-6aa1-4c4d-aeb4-ca4463441a29 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:40:37,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e975279b-6aa1-4c4d-aeb4-ca4463441a29 2018-09-01 00:40:37,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185573101044s 2018-09-01 00:40:37,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e975279b-6aa1-4c4d-aeb4-ca4463441a29 2018-09-01 00:40:37,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:40:37,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:40:37,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7116832-824d-418a-9f6e-8225c7f00c38 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:40:37,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b7116832-824d-418a-9f6e-8225c7f00c38 2018-09-01 00:40:37,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200308084488s 2018-09-01 00:40:37,305 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b7116832-824d-418a-9f6e-8225c7f00c38 2018-09-01 00:40:37,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 00:40:37,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:40:37,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51621d12-a18b-405d-809d-af6c153a1bd7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 00:40:37,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-51621d12-a18b-405d-809d-af6c153a1bd7 2018-09-01 00:40:37,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191469907761s 2018-09-01 00:40:37,502 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-51621d12-a18b-405d-809d-af6c153a1bd7 2018-09-01 00:40:37,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:40:37,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:40:37,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bb8a9a9-8fb2-492f-b6dd-e900038f6ac3 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/09616bbc3d7d47f7bf356facf9604904"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09616bbc3d7d47f7bf356facf9604904", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/1b7d7499248f4b1ab3e2c3eafd6884e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b7d7499248f4b1ab3e2c3eafd6884e3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/39f008d4ed9b46e88df6661386fb834c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39f008d4ed9b46e88df6661386fb834c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/4f1efd27b815414c80bafafd80b0a731"}, "domain_id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "enabled": true, "options": {}, "id": "4f1efd27b815414c80bafafd80b0a731", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/5755fbc5e3f149d286b38eab1592f2cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5755fbc5e3f149d286b38eab1592f2cd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/5a7473fb7a3d483bad8691aca2f3945e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a7473fb7a3d483bad8691aca2f3945e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/5a775d82f5b040388bd9b234b406b8cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a775d82f5b040388bd9b234b406b8cf", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/71e10b6e83144e6480810c69dc4f4357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e10b6e83144e6480810c69dc4f4357", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/790e0ffa6b2f4654a159933f6bb087b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "790e0ffa6b2f4654a159933f6bb087b2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/8b0b26cb19d94b42b2053081018c0256"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b0b26cb19d94b42b2053081018c0256", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/ab9e44a845b446c5ad7c6f7aa89c7b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab9e44a845b446c5ad7c6f7aa89c7b00", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c1e3ed7585964a61bb487b909cdc21f1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e3ed7585964a61bb487b909cdc21f1", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/c397b2a20dde4a928a000743315a1d4d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c397b2a20dde4a928a000743315a1d4d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/c7a220b02e39464182c785f083b70399"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7a220b02e39464182c785f083b70399", "email": "glance@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_41f9f12e-0239-4925-a218-cde3246490b9", "links": {"self": "http://172.30.9.23:5000/v3/users/fad6fb2d252f4c44ad5e2e557c287a76"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fad6fb2d252f4c44ad5e2e557c287a76", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-01 00:40:37,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7bb8a9a9-8fb2-492f-b6dd-e900038f6ac3 2018-09-01 00:40:37,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.128279924393s 2018-09-01 00:40:37,632 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7bb8a9a9-8fb2-492f-b6dd-e900038f6ac3 2018-09-01 00:40:37,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 00:40:37,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:40:37,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8089df1b-95e3-4c5c-b88b-0c608ac85784 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/82385a1db3524c2f9b0afe851a76008c"}, "tags": [], "enabled": true, "id": "82385a1db3524c2f9b0afe851a76008c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b"}, "tags": [], "enabled": true, "id": "124aad9de364486f8e974ab17ceaff0b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/68b4b20495874daf9b6fa83e65415bb2"}, "tags": [], "enabled": true, "id": "68b4b20495874daf9b6fa83e65415bb2", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_41f9f12e-0239-4925-a218-cde3246490b9"}]} 2018-09-01 00:40:37,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-8089df1b-95e3-4c5c-b88b-0c608ac85784 2018-09-01 00:40:37,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.117882966995s 2018-09-01 00:40:37,761 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-8089df1b-95e3-4c5c-b88b-0c608ac85784 2018-09-01 00:40:37,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 00:40:37,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=fad6fb2d252f4c44ad5e2e557c287a76&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=68b4b20495874daf9b6fa83e65415bb2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:40:37,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-957fedb2-00ea-4dbf-98a3-28028f74d452 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=fad6fb2d252f4c44ad5e2e557c287a76&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=68b4b20495874daf9b6fa83e65415bb2", "previous": null, "next": null}} 2018-09-01 00:40:37,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=fad6fb2d252f4c44ad5e2e557c287a76&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=68b4b20495874daf9b6fa83e65415bb2 used request id req-957fedb2-00ea-4dbf-98a3-28028f74d452 2018-09-01 00:40:37,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.114723920822s 2018-09-01 00:40:37,884 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=fad6fb2d252f4c44ad5e2e557c287a76&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=68b4b20495874daf9b6fa83e65415bb2 used request id req-957fedb2-00ea-4dbf-98a3-28028f74d452 2018-09-01 00:40:37,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 00:40:37,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/68b4b20495874daf9b6fa83e65415bb2/users/fad6fb2d252f4c44ad5e2e557c287a76/roles/1f2bde3e8e224213861d11fb61c4b749 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:40:38,082 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:40:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8f3f443-be47-48dc-b186-2b65dc76b7ff 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 00:40:38,082 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/68b4b20495874daf9b6fa83e65415bb2/users/fad6fb2d252f4c44ad5e2e557c287a76/roles/1f2bde3e8e224213861d11fb61c4b749 used request id req-c8f3f443-be47-48dc-b186-2b65dc76b7ff 2018-09-01 00:40:38,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.194850921631s 2018-09-01 00:40:38,083 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/68b4b20495874daf9b6fa83e65415bb2/users/fad6fb2d252f4c44ad5e2e557c287a76/roles/1f2bde3e8e224213861d11fb61c4b749 used request id req-c8f3f443-be47-48dc-b186-2b65dc76b7ff 2018-09-01 00:40:38,083 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_41f9f12e-0239-4925-a218-cde3246490b9', 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'68b4b20495874daf9b6fa83e65415bb2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f2c49e33-fe78-4851-82ef-044f181d537f', 'username': u'vping_ssh-user_41f9f12e-0239-4925-a218-cde3246490b9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23: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 00:40:38,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:40:38,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:40:38,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:40:38,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:40:38,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:40:38,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:40:38,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:40:38,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:40:38,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:40:38,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:40:38,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:40:38,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:40:38,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:40:38,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:40:38,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:40:38,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:40:38,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:40:38,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:40:38,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:40:38,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:40:38,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:40:38,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:40:38,089 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_41f9f12e-0239-4925-a218-cde3246490b9', 'password': 'f2c49e33-fe78-4851-82ef-044f181d537f', 'project_name': 'vping_ssh-project_41f9f12e-0239-4925-a218-cde3246490b9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '68b4b20495874daf9b6fa83e65415bb2', 'project_domain_name': 'Default'} 2018-09-01 00:40:38,089 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-09-01 00:40:38,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:40:38,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cbb3fb1-d797-4e20-8d65-49e057256889 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:40:38,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5cbb3fb1-d797-4e20-8d65-49e057256889 2018-09-01 00:40:38,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:40:38,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:40:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68b4b20495874daf9b6fa83e65415bb2", "name": "vping_ssh-project_41f9f12e-0239-4925-a218-cde3246490b9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/68b4b20495874daf9b6fa83e65415bb2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/68b4b20495874daf9b6fa83e65415bb2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/68b4b20495874daf9b6fa83e65415bb2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/68b4b20495874daf9b6fa83e65415bb2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/68b4b20495874daf9b6fa83e65415bb2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/68b4b20495874daf9b6fa83e65415bb2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_68b4b20495874daf9b6fa83e65415bb2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_68b4b20495874daf9b6fa83e65415bb2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/68b4b20495874daf9b6fa83e65415bb2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/68b4b20495874daf9b6fa83e65415bb2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/68b4b20495874daf9b6fa83e65415bb2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/68b4b20495874daf9b6fa83e65415bb2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/68b4b20495874daf9b6fa83e65415bb2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/68b4b20495874daf9b6fa83e65415bb2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_41f9f12e-0239-4925-a218-cde3246490b9", "id": "fad6fb2d252f4c44ad5e2e557c287a76"}, "audit_ids": ["BX8rMdWRQKe794ZjI6fsgw"], "issued_at": "2018-09-01T00:40:38.000000Z"}} 2018-09-01 00:40:38,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 00:40:38,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"network": {"name": "vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9", "admin_state_up": true}}' 2018-09-01 00:40:39,156 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-4f0bf0f3-7367-4787-a03a-19b5be84e4a9 Date: Sat, 01 Sep 2018 00:40:39 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"68b4b20495874daf9b6fa83e65415bb2","created_at":"2018-09-01T00:40:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T00:40:38Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"68b4b20495874daf9b6fa83e65415bb2","id":"37676a85-9508-43ba-9e61-1f45508224df","name":"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9"}} 2018-09-01 00:40:39,156 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4f0bf0f3-7367-4787-a03a-19b5be84e4a9 2018-09-01 00:40:39,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.65681219101s 2018-09-01 00:40:39,156 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4f0bf0f3-7367-4787-a03a-19b5be84e4a9 2018-09-01 00:40:39,157 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:40:38Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'37676a85-9508-43ba-9e61-1f45508224df', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9', u'admin_state_up': True, u'tenant_id': u'68b4b20495874daf9b6fa83e65415bb2', u'created_at': u'2018-09-01T00:40:38Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'68b4b20495874daf9b6fa83e65415bb2'}) 2018-09-01 00:40:39,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:40:39,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:40:39,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-cedcd9a3-f30b-4e0d-abc6-5effa0a3a6d0 Date: Sat, 01 Sep 2018 00:40:39 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-01T00:40:38Z","tenant_id":"68b4b20495874daf9b6fa83e65415bb2","created_at":"2018-09-01T00:40:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"68b4b20495874daf9b6fa83e65415bb2","id":"37676a85-9508-43ba-9e61-1f45508224df","name":"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:40:39,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-cedcd9a3-f30b-4e0d-abc6-5effa0a3a6d0 2018-09-01 00:40:39,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366847991943s 2018-09-01 00:40:39,524 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-cedcd9a3-f30b-4e0d-abc6-5effa0a3a6d0 2018-09-01 00:40:39,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 00:40:39,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"subnet": {"name": "vping_ssh-subnet_41f9f12e-0239-4925-a218-cde3246490b9", "enable_dhcp": true, "network_id": "37676a85-9508-43ba-9e61-1f45508224df", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 00:40:40,432 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-3dda7217-099b-4d57-bb1c-ca61b872b7bf Date: Sat, 01 Sep 2018 00:40:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37676a85-9508-43ba-9e61-1f45508224df","tenant_id":"68b4b20495874daf9b6fa83e65415bb2","created_at":"2018-09-01T00:40:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:40:40Z","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":"68b4b20495874daf9b6fa83e65415bb2","id":"8e037a4c-5618-4c75-b0f6-1bbffc28c714","subnetpool_id":null,"name":"vping_ssh-subnet_41f9f12e-0239-4925-a218-cde3246490b9"}} 2018-09-01 00:40:40,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3dda7217-099b-4d57-bb1c-ca61b872b7bf 2018-09-01 00:40:40,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.905923843384s 2018-09-01 00:40:40,432 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3dda7217-099b-4d57-bb1c-ca61b872b7bf 2018-09-01 00:40:40,433 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:40:40Z', 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'8e037a4c-5618-4c75-b0f6-1bbffc28c714', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_41f9f12e-0239-4925-a218-cde3246490b9', u'enable_dhcp': True, u'network_id': u'37676a85-9508-43ba-9e61-1f45508224df', u'tenant_id': u'68b4b20495874daf9b6fa83e65415bb2', u'created_at': u'2018-09-01T00:40:40Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'68b4b20495874daf9b6fa83e65415bb2'}) 2018-09-01 00:40:40,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 00:40:40,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"router": {"external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db"}, "name": "vping_ssh-router_41f9f12e-0239-4925-a218-cde3246490b9", "admin_state_up": true}}' 2018-09-01 00:40:41,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-e6530ffa-acff-49d0-8424-23f846badb9b Date: Sat, 01 Sep 2018 00:40:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "created_at": "2018-09-01T00:40:40Z", "admin_state_up": true, "updated_at": "2018-09-01T00:40:41Z", "revision_number": 2, "routes": [], "project_id": "68b4b20495874daf9b6fa83e65415bb2", "id": "d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0", "name": "vping_ssh-router_41f9f12e-0239-4925-a218-cde3246490b9"}} 2018-09-01 00:40:41,908 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e6530ffa-acff-49d0-8424-23f846badb9b 2018-09-01 00:40:41,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.47463297844s 2018-09-01 00:40:41,908 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e6530ffa-acff-49d0-8424-23f846badb9b 2018-09-01 00:40:41,909 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b8d15748-1221-4d39-8b04-bf36c4f12d33', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'68b4b20495874daf9b6fa83e65415bb2', u'created_at': u'2018-09-01T00:40:40Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T00:40:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'68b4b20495874daf9b6fa83e65415bb2', u'id': u'd40cfbdd-d8d9-491a-95ca-a0ac0761f2a0', u'name': u'vping_ssh-router_41f9f12e-0239-4925-a218-cde3246490b9'}) 2018-09-01 00:40:41,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 00:40:41,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0/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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"subnet_id": "8e037a4c-5618-4c75-b0f6-1bbffc28c714"}' 2018-09-01 00:40:44,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4030ac14-6c7d-4d4a-8951-d41e2321f622 Date: Sat, 01 Sep 2018 00:40:44 GMT RESP BODY: {"network_id": "37676a85-9508-43ba-9e61-1f45508224df", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "subnet_id": "8e037a4c-5618-4c75-b0f6-1bbffc28c714", "subnet_ids": ["8e037a4c-5618-4c75-b0f6-1bbffc28c714"], "port_id": "41ca85fd-3e11-4e2d-9aef-b40a5b4f9a5a", "id": "d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0"} 2018-09-01 00:40:44,058 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0/add_router_interface.json used request id req-4030ac14-6c7d-4d4a-8951-d41e2321f622 2018-09-01 00:40:44,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.14867782593s 2018-09-01 00:40:44,058 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0/add_router_interface.json used request id req-4030ac14-6c7d-4d4a-8951-d41e2321f622 returning object d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0 2018-09-01 00:40:44,059 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 00:40:44,186 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 00:40:44,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:40:44,193 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 00:40:44 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-09-01 00:40:44,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:40:44,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:40:44,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3151146f-8d6e-4b54-bb81-192fbd63872c Date: Sat, 01 Sep 2018 00:40:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:40:44,506 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3151146f-8d6e-4b54-bb81-192fbd63872c 2018-09-01 00:40:44,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.311150074005s 2018-09-01 00:40:44,506 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3151146f-8d6e-4b54-bb81-192fbd63872c 2018-09-01 00:40:44,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 00:40:44,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_41f9f12e-0239-4925-a218-cde3246490b9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_41f9f12e-0239-4925-a218-cde3246490b9"}' 2018-09-01 00:40:45,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/e07c8048-d2c6-439f-a367-d92390273d81 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1baeb66f-6ae9-466d-8861-d98d4f7214b8 Date: Sat, 01 Sep 2018 00:40:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:40:44Z", "file": "/v2/images/e07c8048-d2c6-439f-a367-d92390273d81/file", "owner": "68b4b20495874daf9b6fa83e65415bb2", "id": "e07c8048-d2c6-439f-a367-d92390273d81", "size": null, "self": "/v2/images/e07c8048-d2c6-439f-a367-d92390273d81", "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_41f9f12e-0239-4925-a218-cde3246490b9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_41f9f12e-0239-4925-a218-cde3246490b9", "checksum": null, "created_at": "2018-09-01T00:40:44Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 00:40:45,272 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-1baeb66f-6ae9-466d-8861-d98d4f7214b8 2018-09-01 00:40:45,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.757198095322s 2018-09-01 00:40:45,273 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-1baeb66f-6ae9-466d-8861-d98d4f7214b8 returning object e07c8048-d2c6-439f-a367-d92390273d81 2018-09-01 00:40:45,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 00:40:45,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/e07c8048-d2c6-439f-a367-d92390273d81/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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '' 2018-09-01 00:40:46,069 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0fe8dc3e-1d78-46ea-aee0-5a81362d4a3d Date: Sat, 01 Sep 2018 00:40: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 00:40:46,070 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e07c8048-d2c6-439f-a367-d92390273d81/file used request id req-0fe8dc3e-1d78-46ea-aee0-5a81362d4a3d 2018-09-01 00:40:46,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.79647397995s 2018-09-01 00:40:46,070 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e07c8048-d2c6-439f-a367-d92390273d81/file used request id req-0fe8dc3e-1d78-46ea-aee0-5a81362d4a3d 2018-09-01 00:40:46,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:40:46,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:40:46,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d9fee672-e9ac-45a4-8e7b-912af1f93008 Date: Sat, 01 Sep 2018 00:40:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:40:46Z", "file": "/v2/images/e07c8048-d2c6-439f-a367-d92390273d81/file", "owner": "68b4b20495874daf9b6fa83e65415bb2", "id": "e07c8048-d2c6-439f-a367-d92390273d81", "size": 12716032, "self": "/v2/images/e07c8048-d2c6-439f-a367-d92390273d81", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/e07c8048-d2c6-439f-a367-d92390273d81/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/e07c8048-d2c6-439f-a367-d92390273d81/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_41f9f12e-0239-4925-a218-cde3246490b9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_41f9f12e-0239-4925-a218-cde3246490b9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:40:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:40:46,427 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d9fee672-e9ac-45a4-8e7b-912af1f93008 2018-09-01 00:40:46,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.351480007172s 2018-09-01 00:40:46,427 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d9fee672-e9ac-45a4-8e7b-912af1f93008 2018-09-01 00:40:46,429 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/e07c8048-d2c6-439f-a367-d92390273d81/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e07c8048-d2c6-439f-a367-d92390273d81/file', 'owner': u'68b4b20495874daf9b6fa83e65415bb2', 'id': u'e07c8048-d2c6-439f-a367-d92390273d81', 'size': 12716032, u'self': u'/v2/images/e07c8048-d2c6-439f-a367-d92390273d81', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'68b4b20495874daf9b6fa83e65415bb2', 'name': 'vping_ssh-project_41f9f12e-0239-4925-a218-cde3246490b9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/e07c8048-d2c6-439f-a367-d92390273d81/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T00:40:46Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T00:40:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_41f9f12e-0239-4925-a218-cde3246490b9', '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/e07c8048-d2c6-439f-a367-d92390273d81', 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_41f9f12e-0239-4925-a218-cde3246490b9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_41f9f12e-0239-4925-a218-cde3246490b9', 'created': u'2018-09-01T00:40:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T00:40:44Z', 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/e07c8048-d2c6-439f-a367-d92390273d81', 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_41f9f12e-0239-4925-a218-cde3246490b9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 00:40:46,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 00:40:46,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_41f9f12e-0239-4925-a218-cde3246490b9", "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 00:40:46,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40: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-f357dda7-a5f5-4725-8adf-5eabccd2441c x-compute-request-id: req-f357dda7-a5f5-4725-8adf-5eabccd2441c Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_41f9f12e-0239-4925-a218-cde3246490b9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "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": "1170664d-7c85-4fba-89c8-4b27e0de6160"}} 2018-09-01 00:40:46,767 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f357dda7-a5f5-4725-8adf-5eabccd2441c 2018-09-01 00:40:46,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.336668968201s 2018-09-01 00:40:46,767 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f357dda7-a5f5-4725-8adf-5eabccd2441c 2018-09-01 00:40:46,768 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_41f9f12e-0239-4925-a218-cde3246490b9', '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'82385a1db3524c2f9b0afe851a76008c', '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'1170664d-7c85-4fba-89c8-4b27e0de6160', 'swap': 0}) 2018-09-01 00:40:46,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 00:40:46,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160/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}cd835fde9979446929514a90b364f35538701831" -d '{"extra_specs": {}}' 2018-09-01 00:40:46,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40: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-b4335a60-14a0-42ef-b8bf-da0587d768ba x-compute-request-id: req-b4335a60-14a0-42ef-b8bf-da0587d768ba Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 00:40:46,789 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160/os-extra_specs used request id req-b4335a60-14a0-42ef-b8bf-da0587d768ba 2018-09-01 00:40:46,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020143032074s 2018-09-01 00:40:46,790 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160/os-extra_specs used request id req-b4335a60-14a0-42ef-b8bf-da0587d768ba 2018-09-01 00:40:46,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 00:40:46,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"keypair": {"name": "vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9"}}' 2018-09-01 00:40:47,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40: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-93dff9d7-f877-422d-a33b-4dff37afd1dc x-compute-request-id: req-93dff9d7-f877-422d-a33b-4dff37afd1dc Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyr7gUgRU+B6UwVrW8G+1oPWFqntt88CZHJYhtjA3o9hXgvz31ay5mXndsNlcZxKqlbwCwuS4FHnX81OkPKK/yoPPGhTAri83FAKNMdX9xdcsQFoxkMHXOP02W+uH6QdO2ZAnmrp7WmRZhyUi9PGFniyVsMg2O78I7fR05hMVY3giJyNfhDrnCLFgyq6S3lV0jzAF62t9rArvjsMdGLpma82F+4fMqUplwCHgzvKcGgBLFo876Og5r/6gmwWjAyX8GxKGG4uI+d9G0jV68zAnJLxlKvhfsw42X+yauiwsosNdYPADgfatsBGogCGWY9bm/3SzPwdopfnwOO9Exvm47 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsq+4FIEVPgelMFa1vBvtaD1hap7bfPAmRyWIbYwN6PYV4L89\n9WsuZl53bDZXGcSqpW8AsLkuBR51/NTpDyiv8qDzxoUwK4vNxQCjTHV/cXXLEBaM\nZDB1zj9Nlvrh+kHTtmQJ5q6e1pkWYclIvTxhZ4slbDINju/CO30dOYTFWN4IicjX\n4Q65wixYMqukt5VdI8wBetrfawK747DHRi6ZmvNhfuHzKlKZcAh4M7ynBoASxaPO\n+joOa/+oJsFowMl/BsShhuLiPnfRtI1evMwJyS8ZSr4X7MONl/smrosLKLDXWDwA\n4H2rbARqIAhlmPW5v90sz8HaKX58DjvRMb5uOwIDAQABAoIBABgEiICxDRLmYizK\nKula86FERtjW+3eiq/J6OAlJfwEmOrCX5BMd0gHOhszTzQdYqPtNnVEjwuzLOF7A\nm4b/GA9L1RiFBIGF7CWjvU9kp7mvdJj3/uzkmqEbXymBFWjW+kcU0UPhitYbg6en\nL5DIEeuiB2iwnaPt1DS8z3XQw9n63Hzr1jh9+mwYvaD8/ezi33pelMDBUcc9V9Ri\noxnw01cQBZ4j6wy2t7tf2hLHuhy5eAChOWBmYcdh/aabNaVSdL3U0d1Cz70hf2Xc\nAu/z0kXNq0TGtZyGKUfrm40R0vqK3RWdmdBSXDdpKtqCWInhl1u/qPnSfb6kpVTW\nJh5Bm6ECgYEA6jw7vxGlMfjiWP7Iy6sDigaWAsqrgpLUyJQwyOLpLa4nwwuc6+u1\nkOgad9YliaFcsGSt3+T5hvqDF3E/ncvJ81O1lpnNyhS0P+2f2Q5bIdvEvNaHsFMv\nDLK8ol1AS67/pSPIuejI7NOeLgxN1zILnbYZA+9xWp15dlYOfWPbnRECgYEAw0ok\nPXJhr7bUmQCaqZEQwNtMZcIr+d/24KHRFt6b5kac7Une9bs8Cw5+vgAipAW+Fb3V\nag1Eawc+3g1zQT/qPfPR4LKmV5r6vcPsMPgWz0tfOobP8+aKbMhjwnWx2ws0xFb0\nf/V2mJcFtvx5V3DSEadHAEr0lxyWcfzGzQG1xosCgYEAyL4SXi/bKbapFahVoebQ\nQ6xdR8s1rdP0tGn8XU3KlTGaNhhvxejeVG/2rxlCVm+KJkpCkY2FJF7xlleiM7QB\nQZ5OE+GAcl3IFLmrsrQQ+jWEqGobI8xGmFVeQLA2eCZkRb0jO+D6wayi9cfptjHX\nrrPvQGYm+YfYHsil5mR8RGECgYAGUTeq5TBTxs5JxMM8CP1Jv85Q3F8fzibmTVW+\nL6VLZa1d363etRfUI7vl2YtFUwo7GdD1hUhZTfqypCy+R5sENgbsBdtrqg/CY7wY\nOW5DdmS2N/YyJZsEudbAS55dP5eNYmK2YPJdLUV6DeC++19QQuEBGWugF8SmG08z\nAoMm0QKBgQC5lHmzP7f61d9N4YOFrQSDmNJAcwtEbe8V9CHx2y3j4gPJ3LLMDzqW\nFoBNbMWxWQ5v1dayJnN5RdbKo339SozlNdycxI0bqMyF4Hb3H2rZspkUh50bkkae\nDg7t3TzC58+CrqBu+Lx8aPJrJNsynmWE4HegHHo9gg3XynfTW0hxcg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "name": "vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9", "fingerprint": "d4:f9:31:4f:a3:17:d1:30:1c:18:24:63:e4:46:15:2d"}} 2018-09-01 00:40:47,652 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-93dff9d7-f877-422d-a33b-4dff37afd1dc 2018-09-01 00:40:47,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.862359046936s 2018-09-01 00:40:47,653 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-93dff9d7-f877-422d-a33b-4dff37afd1dc 2018-09-01 00:40:47,654 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyr7gUgRU+B6UwVrW8G+1oPWFqntt88CZHJYhtjA3o9hXgvz31ay5mXndsNlcZxKqlbwCwuS4FHnX81OkPKK/yoPPGhTAri83FAKNMdX9xdcsQFoxkMHXOP02W+uH6QdO2ZAnmrp7WmRZhyUi9PGFniyVsMg2O78I7fR05hMVY3giJyNfhDrnCLFgyq6S3lV0jzAF62t9rArvjsMdGLpma82F+4fMqUplwCHgzvKcGgBLFo876Og5r/6gmwWjAyX8GxKGG4uI+d9G0jV68zAnJLxlKvhfsw42X+yauiwsosNdYPADgfatsBGogCGWY9bm/3SzPwdopfnwOO9Exvm47 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsq+4FIEVPgelMFa1vBvtaD1hap7bfPAmRyWIbYwN6PYV4L89\n9WsuZl53bDZXGcSqpW8AsLkuBR51/NTpDyiv8qDzxoUwK4vNxQCjTHV/cXXLEBaM\nZDB1zj9Nlvrh+kHTtmQJ5q6e1pkWYclIvTxhZ4slbDINju/CO30dOYTFWN4IicjX\n4Q65wixYMqukt5VdI8wBetrfawK747DHRi6ZmvNhfuHzKlKZcAh4M7ynBoASxaPO\n+joOa/+oJsFowMl/BsShhuLiPnfRtI1evMwJyS8ZSr4X7MONl/smrosLKLDXWDwA\n4H2rbARqIAhlmPW5v90sz8HaKX58DjvRMb5uOwIDAQABAoIBABgEiICxDRLmYizK\nKula86FERtjW+3eiq/J6OAlJfwEmOrCX5BMd0gHOhszTzQdYqPtNnVEjwuzLOF7A\nm4b/GA9L1RiFBIGF7CWjvU9kp7mvdJj3/uzkmqEbXymBFWjW+kcU0UPhitYbg6en\nL5DIEeuiB2iwnaPt1DS8z3XQw9n63Hzr1jh9+mwYvaD8/ezi33pelMDBUcc9V9Ri\noxnw01cQBZ4j6wy2t7tf2hLHuhy5eAChOWBmYcdh/aabNaVSdL3U0d1Cz70hf2Xc\nAu/z0kXNq0TGtZyGKUfrm40R0vqK3RWdmdBSXDdpKtqCWInhl1u/qPnSfb6kpVTW\nJh5Bm6ECgYEA6jw7vxGlMfjiWP7Iy6sDigaWAsqrgpLUyJQwyOLpLa4nwwuc6+u1\nkOgad9YliaFcsGSt3+T5hvqDF3E/ncvJ81O1lpnNyhS0P+2f2Q5bIdvEvNaHsFMv\nDLK8ol1AS67/pSPIuejI7NOeLgxN1zILnbYZA+9xWp15dlYOfWPbnRECgYEAw0ok\nPXJhr7bUmQCaqZEQwNtMZcIr+d/24KHRFt6b5kac7Une9bs8Cw5+vgAipAW+Fb3V\nag1Eawc+3g1zQT/qPfPR4LKmV5r6vcPsMPgWz0tfOobP8+aKbMhjwnWx2ws0xFb0\nf/V2mJcFtvx5V3DSEadHAEr0lxyWcfzGzQG1xosCgYEAyL4SXi/bKbapFahVoebQ\nQ6xdR8s1rdP0tGn8XU3KlTGaNhhvxejeVG/2rxlCVm+KJkpCkY2FJF7xlleiM7QB\nQZ5OE+GAcl3IFLmrsrQQ+jWEqGobI8xGmFVeQLA2eCZkRb0jO+D6wayi9cfptjHX\nrrPvQGYm+YfYHsil5mR8RGECgYAGUTeq5TBTxs5JxMM8CP1Jv85Q3F8fzibmTVW+\nL6VLZa1d363etRfUI7vl2YtFUwo7GdD1hUhZTfqypCy+R5sENgbsBdtrqg/CY7wY\nOW5DdmS2N/YyJZsEudbAS55dP5eNYmK2YPJdLUV6DeC++19QQuEBGWugF8SmG08z\nAoMm0QKBgQC5lHmzP7f61d9N4YOFrQSDmNJAcwtEbe8V9CHx2y3j4gPJ3LLMDzqW\nFoBNbMWxWQ5v1dayJnN5RdbKo339SozlNdycxI0bqMyF4Hb3H2rZspkUh50bkkae\nDg7t3TzC58+CrqBu+Lx8aPJrJNsynmWE4HegHHo9gg3XynfTW0hxcg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'fad6fb2d252f4c44ad5e2e557c287a76', 'name': u'vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9', 'created_at': '2018-09-01T00:40:47.654192', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'68b4b20495874daf9b6fa83e65415bb2', 'name': 'vping_ssh-project_41f9f12e-0239-4925-a218-cde3246490b9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'd4:f9:31:4f:a3:17:d1:30:1c:18:24:63:e4:46:15:2d', 'type': 'ssh', 'id': u'vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9'}) 2018-09-01 00:40:47,654 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAsq+4FIEVPgelMFa1vBvtaD1hap7bfPAmRyWIbYwN6PYV4L89 9WsuZl53bDZXGcSqpW8AsLkuBR51/NTpDyiv8qDzxoUwK4vNxQCjTHV/cXXLEBaM ZDB1zj9Nlvrh+kHTtmQJ5q6e1pkWYclIvTxhZ4slbDINju/CO30dOYTFWN4IicjX 4Q65wixYMqukt5VdI8wBetrfawK747DHRi6ZmvNhfuHzKlKZcAh4M7ynBoASxaPO +joOa/+oJsFowMl/BsShhuLiPnfRtI1evMwJyS8ZSr4X7MONl/smrosLKLDXWDwA 4H2rbARqIAhlmPW5v90sz8HaKX58DjvRMb5uOwIDAQABAoIBABgEiICxDRLmYizK Kula86FERtjW+3eiq/J6OAlJfwEmOrCX5BMd0gHOhszTzQdYqPtNnVEjwuzLOF7A m4b/GA9L1RiFBIGF7CWjvU9kp7mvdJj3/uzkmqEbXymBFWjW+kcU0UPhitYbg6en L5DIEeuiB2iwnaPt1DS8z3XQw9n63Hzr1jh9+mwYvaD8/ezi33pelMDBUcc9V9Ri oxnw01cQBZ4j6wy2t7tf2hLHuhy5eAChOWBmYcdh/aabNaVSdL3U0d1Cz70hf2Xc Au/z0kXNq0TGtZyGKUfrm40R0vqK3RWdmdBSXDdpKtqCWInhl1u/qPnSfb6kpVTW Jh5Bm6ECgYEA6jw7vxGlMfjiWP7Iy6sDigaWAsqrgpLUyJQwyOLpLa4nwwuc6+u1 kOgad9YliaFcsGSt3+T5hvqDF3E/ncvJ81O1lpnNyhS0P+2f2Q5bIdvEvNaHsFMv DLK8ol1AS67/pSPIuejI7NOeLgxN1zILnbYZA+9xWp15dlYOfWPbnRECgYEAw0ok PXJhr7bUmQCaqZEQwNtMZcIr+d/24KHRFt6b5kac7Une9bs8Cw5+vgAipAW+Fb3V ag1Eawc+3g1zQT/qPfPR4LKmV5r6vcPsMPgWz0tfOobP8+aKbMhjwnWx2ws0xFb0 f/V2mJcFtvx5V3DSEadHAEr0lxyWcfzGzQG1xosCgYEAyL4SXi/bKbapFahVoebQ Q6xdR8s1rdP0tGn8XU3KlTGaNhhvxejeVG/2rxlCVm+KJkpCkY2FJF7xlleiM7QB QZ5OE+GAcl3IFLmrsrQQ+jWEqGobI8xGmFVeQLA2eCZkRb0jO+D6wayi9cfptjHX rrPvQGYm+YfYHsil5mR8RGECgYAGUTeq5TBTxs5JxMM8CP1Jv85Q3F8fzibmTVW+ L6VLZa1d363etRfUI7vl2YtFUwo7GdD1hUhZTfqypCy+R5sENgbsBdtrqg/CY7wY OW5DdmS2N/YyJZsEudbAS55dP5eNYmK2YPJdLUV6DeC++19QQuEBGWugF8SmG08z AoMm0QKBgQC5lHmzP7f61d9N4YOFrQSDmNJAcwtEbe8V9CHx2y3j4gPJ3LLMDzqW FoBNbMWxWQ5v1dayJnN5RdbKo339SozlNdycxI0bqMyF4Hb3H2rZspkUh50bkkae Dg7t3TzC58+CrqBu+Lx8aPJrJNsynmWE4HegHHo9gg3XynfTW0hxcg== -----END RSA PRIVATE KEY----- 2018-09-01 00:40:47,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 00:40:47,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"security_group": {"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-09-01 00:40:48,103 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-498d7f87-e9ba-4c51-8890-bb40da17d73d Date: Sat, 01 Sep 2018 00:40:48 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "created_at": "2018-09-01T00:40:48Z", "updated_at": "2018-09-01T00:40:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:48Z", "revision_number": 0, "id": "60da678f-fe51-4064-8d85-736e0ec4f448", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:48Z", "security_group_id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv4", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:48Z", "revision_number": 0, "id": "b3ecb56e-ea3f-42a8-8703-14964e4e823d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:48Z", "security_group_id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv6", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}], "revision_number": 1, "project_id": "68b4b20495874daf9b6fa83e65415bb2", "id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}} 2018-09-01 00:40:48,104 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-498d7f87-e9ba-4c51-8890-bb40da17d73d 2018-09-01 00:40:48,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.446084022522s 2018-09-01 00:40:48,104 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-498d7f87-e9ba-4c51-8890-bb40da17d73d 2018-09-01 00:40:48,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 00:40:48,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:40:48,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-33045fcb-2d7f-48c1-a1ea-5d4187110151 Date: Sat, 01 Sep 2018 00:40:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "created_at": "2018-09-01T00:40:38Z", "updated_at": "2018-09-01T00:40:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:38Z", "revision_number": 0, "id": "156022d9-0054-4137-bafa-ddb7f8adbc86", "remote_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:38Z", "security_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv6", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:38Z", "revision_number": 0, "id": "685d1a83-5b4c-488a-a140-054ead16987d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:38Z", "security_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv4", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:38Z", "revision_number": 0, "id": "b6e90e41-8253-480a-99a5-579a96f262be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:38Z", "security_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv6", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:38Z", "revision_number": 0, "id": "e3ccba50-558f-4672-806a-2d1a70e5eca4", "remote_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:38Z", "security_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv4", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}], "revision_number": 1, "project_id": "68b4b20495874daf9b6fa83e65415bb2", "id": "111b8ee3-ff14-4e92-a510-075584917901", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "created_at": "2018-09-01T00:40:48Z", "updated_at": "2018-09-01T00:40:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:48Z", "revision_number": 0, "id": "60da678f-fe51-4064-8d85-736e0ec4f448", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:48Z", "security_group_id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv4", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:48Z", "revision_number": 0, "id": "b3ecb56e-ea3f-42a8-8703-14964e4e823d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:48Z", "security_group_id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv6", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}], "revision_number": 1, "project_id": "68b4b20495874daf9b6fa83e65415bb2", "id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}]} 2018-09-01 00:40:48,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-33045fcb-2d7f-48c1-a1ea-5d4187110151 2018-09-01 00:40:48,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.329185009003s 2018-09-01 00:40:48,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-33045fcb-2d7f-48c1-a1ea-5d4187110151 2018-09-01 00:40:48,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 00:40:48,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -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": "7e49c48b-364e-42fe-921d-6b680e2319ff"}}' 2018-09-01 00:40:48,945 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a70ae571-f5a8-43c5-9caa-02bea0f97dce Date: Sat, 01 Sep 2018 00:40:48 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-01T00:40:48Z", "security_group_id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "port_range_min": 22, "revision_number": 0, "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "created_at": "2018-09-01T00:40:48Z", "project_id": "68b4b20495874daf9b6fa83e65415bb2", "id": "799aafd1-4ffb-4b9c-b754-7004850fe7d2"}} 2018-09-01 00:40:48,945 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-a70ae571-f5a8-43c5-9caa-02bea0f97dce 2018-09-01 00:40:48,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.502767086029s 2018-09-01 00:40:48,945 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-a70ae571-f5a8-43c5-9caa-02bea0f97dce 2018-09-01 00:40:48,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 00:40:48,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:40:48,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-f939c7f2-27d3-4743-a5a3-2db03cb6921a Date: Sat, 01 Sep 2018 00:40:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "created_at": "2018-09-01T00:40:38Z", "updated_at": "2018-09-01T00:40:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:38Z", "revision_number": 0, "id": "156022d9-0054-4137-bafa-ddb7f8adbc86", "remote_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:38Z", "security_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv6", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:38Z", "revision_number": 0, "id": "685d1a83-5b4c-488a-a140-054ead16987d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:38Z", "security_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv4", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:38Z", "revision_number": 0, "id": "b6e90e41-8253-480a-99a5-579a96f262be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:38Z", "security_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv6", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:38Z", "revision_number": 0, "id": "e3ccba50-558f-4672-806a-2d1a70e5eca4", "remote_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:38Z", "security_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv4", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}], "revision_number": 1, "project_id": "68b4b20495874daf9b6fa83e65415bb2", "id": "111b8ee3-ff14-4e92-a510-075584917901", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "created_at": "2018-09-01T00:40:48Z", "updated_at": "2018-09-01T00:40:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:48Z", "revision_number": 0, "id": "60da678f-fe51-4064-8d85-736e0ec4f448", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:48Z", "security_group_id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv4", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T00:40:48Z", "revision_number": 0, "id": "799aafd1-4ffb-4b9c-b754-7004850fe7d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:48Z", "security_group_id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:48Z", "revision_number": 0, "id": "b3ecb56e-ea3f-42a8-8703-14964e4e823d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:48Z", "security_group_id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv6", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}], "revision_number": 2, "project_id": "68b4b20495874daf9b6fa83e65415bb2", "id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}]} 2018-09-01 00:40:48,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f939c7f2-27d3-4743-a5a3-2db03cb6921a 2018-09-01 00:40:48,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0460729598999s 2018-09-01 00:40:48,995 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f939c7f2-27d3-4743-a5a3-2db03cb6921a 2018-09-01 00:40:48,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 00:40:48,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -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": "7e49c48b-364e-42fe-921d-6b680e2319ff"}}' 2018-09-01 00:40:49,265 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d2727ef6-a75e-409f-bd01-6f6f3e2f2931 Date: Sat, 01 Sep 2018 00:40:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-01T00:40:49Z", "security_group_id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "port_range_min": null, "revision_number": 0, "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "created_at": "2018-09-01T00:40:49Z", "project_id": "68b4b20495874daf9b6fa83e65415bb2", "id": "6f91fd40-4db8-4b0c-99ec-9108edf58d1c"}} 2018-09-01 00:40:49,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-d2727ef6-a75e-409f-bd01-6f6f3e2f2931 2018-09-01 00:40:49,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.267374992371s 2018-09-01 00:40:49,266 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-d2727ef6-a75e-409f-bd01-6f6f3e2f2931 2018-09-01 00:40:49,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:40:49,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:40:49,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-29654557-00e9-4b0e-8e11-34f558277b2b Date: Sat, 01 Sep 2018 00:40:49 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":["8e037a4c-5618-4c75-b0f6-1bbffc28c714"],"updated_at":"2018-09-01T00:40:40Z","tenant_id":"68b4b20495874daf9b6fa83e65415bb2","created_at":"2018-09-01T00:40:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"68b4b20495874daf9b6fa83e65415bb2","id":"37676a85-9508-43ba-9e61-1f45508224df","name":"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:40:49,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-29654557-00e9-4b0e-8e11-34f558277b2b 2018-09-01 00:40:49,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.359004974365s 2018-09-01 00:40:49,627 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-29654557-00e9-4b0e-8e11-34f558277b2b 2018-09-01 00:40:49,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:40:49,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:40:50,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-2102f475-9476-4a84-8055-776dc0b3c2cb Date: Sat, 01 Sep 2018 00:40:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:40:46Z", "file": "/v2/images/e07c8048-d2c6-439f-a367-d92390273d81/file", "owner": "68b4b20495874daf9b6fa83e65415bb2", "id": "e07c8048-d2c6-439f-a367-d92390273d81", "size": 12716032, "self": "/v2/images/e07c8048-d2c6-439f-a367-d92390273d81", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/e07c8048-d2c6-439f-a367-d92390273d81/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/e07c8048-d2c6-439f-a367-d92390273d81/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_41f9f12e-0239-4925-a218-cde3246490b9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_41f9f12e-0239-4925-a218-cde3246490b9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:40:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:40:50,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2102f475-9476-4a84-8055-776dc0b3c2cb 2018-09-01 00:40:50,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.808205842972s 2018-09-01 00:40:50,440 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2102f475-9476-4a84-8055-776dc0b3c2cb 2018-09-01 00:40:50,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:40:50,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:40:50,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40: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-b72b7067-25ab-400a-b774-63530b42571b x-compute-request-id: req-b72b7067-25ab-400a-b774-63530b42571b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_41f9f12e-0239-4925-a218-cde3246490b9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "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": "1170664d-7c85-4fba-89c8-4b27e0de6160"}]} 2018-09-01 00:40:50,468 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b72b7067-25ab-400a-b774-63530b42571b 2018-09-01 00:40:50,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0262060165405s 2018-09-01 00:40:50,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b72b7067-25ab-400a-b774-63530b42571b 2018-09-01 00:40:50,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 00:40:50,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"server": {"name": "vping_ssh-vm2_41f9f12e-0239-4925-a218-cde3246490b9", "imageRef": "e07c8048-d2c6-439f-a367-d92390273d81", "flavorRef": "1170664d-7c85-4fba-89c8-4b27e0de6160", "max_count": 1, "min_count": 1, "networks": [{"uuid": "37676a85-9508-43ba-9e61-1f45508224df"}], "security_groups": [{"name": "7e49c48b-364e-42fe-921d-6b680e2319ff"}]}}' 2018-09-01 00:40:55,752 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:40:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6a99f376-b13b-45ac-afbf-7a9e1fa507dc x-compute-request-id: req-6a99f376-b13b-45ac-afbf-7a9e1fa507dc Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "7e49c48b-364e-42fe-921d-6b680e2319ff"}], "OS-DCF:diskConfig": "MANUAL", "id": "c268dae9-b225-4342-b1c2-ce63632112c6", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "bookmark"}], "adminPass": "3XEpcs7uonJY"}} 2018-09-01 00:40:55,752 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-6a99f376-b13b-45ac-afbf-7a9e1fa507dc 2018-09-01 00:40:55,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.28188300133s 2018-09-01 00:40:55,753 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-6a99f376-b13b-45ac-afbf-7a9e1fa507dc 2018-09-01 00:40:55,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:40:55,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:40:56,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40: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-9da3f844-c4b3-4672-b50d-272dd38e36b1 x-compute-request-id: req-9da3f844-c4b3-4672-b50d-272dd38e36b1 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.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "c268dae9-b225-4342-b1c2-ce63632112c6", "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:40:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:40:55Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:40:56,140 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9da3f844-c4b3-4672-b50d-272dd38e36b1 2018-09-01 00:40:56,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386129140854s 2018-09-01 00:40:56,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9da3f844-c4b3-4672-b50d-272dd38e36b1 2018-09-01 00:40:56,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:40:56,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:40:56,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-b84ccbb0-d22b-4d23-a2ba-7ab418fcca70 Date: Sat, 01 Sep 2018 00:40:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e037a4c-5618-4c75-b0f6-1bbffc28c714"],"updated_at":"2018-09-01T00:40:40Z","tenant_id":"68b4b20495874daf9b6fa83e65415bb2","created_at":"2018-09-01T00:40:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"68b4b20495874daf9b6fa83e65415bb2","id":"37676a85-9508-43ba-9e61-1f45508224df","name":"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:40:56,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b84ccbb0-d22b-4d23-a2ba-7ab418fcca70 2018-09-01 00:40:56,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.304315090179s 2018-09-01 00:40:56,452 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b84ccbb0-d22b-4d23-a2ba-7ab418fcca70 2018-09-01 00:40:56,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:40:56,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:40:56,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-d864327c-d581-42fd-b76a-0c3e4dcc2e75 Date: Sat, 01 Sep 2018 00:40:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37676a85-9508-43ba-9e61-1f45508224df","tenant_id":"68b4b20495874daf9b6fa83e65415bb2","created_at":"2018-09-01T00:40:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:40:40Z","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":"68b4b20495874daf9b6fa83e65415bb2","id":"8e037a4c-5618-4c75-b0f6-1bbffc28c714","subnetpool_id":null,"name":"vping_ssh-subnet_41f9f12e-0239-4925-a218-cde3246490b9"}]} 2018-09-01 00:40:56,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d864327c-d581-42fd-b76a-0c3e4dcc2e75 2018-09-01 00:40:56,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0606601238251s 2018-09-01 00:40:56,514 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d864327c-d581-42fd-b76a-0c3e4dcc2e75 2018-09-01 00:40:56,514 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:40:58,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:40:58,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:40:59,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:40: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-e6a3b56e-4dac-4dc7-927c-bd83a87971aa x-compute-request-id: req-e6a3b56e-4dac-4dc7-927c-bd83a87971aa Content-Encoding: gzip Content-Length: 641 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "c268dae9-b225-4342-b1c2-ce63632112c6", "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:40:58Z", "hostId": "c7238aad6865854892aaa19e48599a6568bdc82ee073e55bf83aea36", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:40:55Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:40:59,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e6a3b56e-4dac-4dc7-927c-bd83a87971aa 2018-09-01 00:40:59,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.880084037781s 2018-09-01 00:40:59,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e6a3b56e-4dac-4dc7-927c-bd83a87971aa 2018-09-01 00:40:59,402 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:41:01,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:41:01,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:02,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41: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-bc47d661-4672-4f5c-939a-cf725ddf7b9d x-compute-request-id: req-bc47d661-4672-4f5c-939a-cf725ddf7b9d Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "c268dae9-b225-4342-b1c2-ce63632112c6", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:40:59Z", "hostId": "c7238aad6865854892aaa19e48599a6568bdc82ee073e55bf83aea36", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:40:55Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:41:02,618 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bc47d661-4672-4f5c-939a-cf725ddf7b9d 2018-09-01 00:41:02,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2135682106s 2018-09-01 00:41:02,619 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bc47d661-4672-4f5c-939a-cf725ddf7b9d 2018-09-01 00:41:02,622 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:41:04,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:41:04,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:05,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41: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-e5957e0b-f82e-4273-b30f-20495dc3bcfd x-compute-request-id: req-e5957e0b-f82e-4273-b30f-20495dc3bcfd Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "c268dae9-b225-4342-b1c2-ce63632112c6", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:40:59Z", "hostId": "c7238aad6865854892aaa19e48599a6568bdc82ee073e55bf83aea36", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:40:55Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:41:05,386 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e5957e0b-f82e-4273-b30f-20495dc3bcfd 2018-09-01 00:41:05,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.760879993439s 2018-09-01 00:41:05,386 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e5957e0b-f82e-4273-b30f-20495dc3bcfd 2018-09-01 00:41:05,390 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:41:07,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:41:07,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:08,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1bca8b5-9c00-4aba-b1b1-b98f9dcc39fc x-compute-request-id: req-b1bca8b5-9c00-4aba-b1b1-b98f9dcc39fc Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c9:67", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:41:04.000000", "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "c268dae9-b225-4342-b1c2-ce63632112c6", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:04Z", "hostId": "c7238aad6865854892aaa19e48599a6568bdc82ee073e55bf83aea36", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:40:55Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:41:08,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b1bca8b5-9c00-4aba-b1b1-b98f9dcc39fc 2018-09-01 00:41:08,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.736864805222s 2018-09-01 00:41:08,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b1bca8b5-9c00-4aba-b1b1-b98f9dcc39fc 2018-09-01 00:41:08,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:41:08,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=c268dae9-b225-4342-b1c2-ce63632112c6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:08,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-68a6e4d4-d462-4857-b64b-2236a2ea074e Date: Sat, 01 Sep 2018 00:41:08 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"37676a85-9508-43ba-9e61-1f45508224df","tenant_id":"68b4b20495874daf9b6fa83e65415bb2","created_at":"2018-09-01T00:40:59Z","admin_state_up":true,"updated_at":"2018-09-01T00:41:04Z","binding:vnic_type":"normal","device_id":"c268dae9-b225-4342-b1c2-ce63632112c6","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:84:c9:67","id":"320d1087-d35e-4290-86ab-7f482aebaa89","port_security_enabled":true,"project_id":"68b4b20495874daf9b6fa83e65415bb2","fixed_ips":[{"subnet_id":"8e037a4c-5618-4c75-b0f6-1bbffc28c714","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["7e49c48b-364e-42fe-921d-6b680e2319ff"],"name":""}]} 2018-09-01 00:41:08,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=c268dae9-b225-4342-b1c2-ce63632112c6 used request id req-68a6e4d4-d462-4857-b64b-2236a2ea074e 2018-09-01 00:41:08,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.116831064224s 2018-09-01 00:41:08,252 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=c268dae9-b225-4342-b1c2-ce63632112c6 used request id req-68a6e4d4-d462-4857-b64b-2236a2ea074e 2018-09-01 00:41:08,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:41:08,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=320d1087-d35e-4290-86ab-7f482aebaa89" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:08,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1c62d26e-4f80-427b-b6bf-1bc3f631dd61 Date: Sat, 01 Sep 2018 00:41:08 GMT RESP BODY: {"floatingips": []} 2018-09-01 00:41:08,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=320d1087-d35e-4290-86ab-7f482aebaa89 used request id req-1c62d26e-4f80-427b-b6bf-1bc3f631dd61 2018-09-01 00:41:08,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.332276105881s 2018-09-01 00:41:08,591 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=320d1087-d35e-4290-86ab-7f482aebaa89 used request id req-1c62d26e-4f80-427b-b6bf-1bc3f631dd61 2018-09-01 00:41:08,592 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:84:c9:67', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e07c8048-d2c6-439f-a367-d92390273d81'}), 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-01T00:41:04.000000', 'flavor': Munch({u'id': u'1170664d-7c85-4fba-89c8-4b27e0de6160'}), 'az': u'nova', 'id': u'c268dae9-b225-4342-b1c2-ce63632112c6', 'security_groups': [Munch({u'name': u'vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'fad6fb2d252f4c44ad5e2e557c287a76', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'68b4b20495874daf9b6fa83e65415bb2', 'name': 'vping_ssh-project_41f9f12e-0239-4925-a218-cde3246490b9', '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-01T00:41:04.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T00:41:04Z', 'hostId': u'c7238aad6865854892aaa19e48599a6568bdc82ee073e55bf83aea36', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'c7238aad6865854892aaa19e48599a6568bdc82ee073e55bf83aea36', '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-01T00:41:04.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'68b4b20495874daf9b6fa83e65415bb2', 'name': u'vping_ssh-vm2_41f9f12e-0239-4925-a218-cde3246490b9', 'adminPass': u'3XEpcs7uonJY', 'tenant_id': u'68b4b20495874daf9b6fa83e65415bb2', 'created_at': u'2018-09-01T00:40:55Z', 'created': u'2018-09-01T00:40:55Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 00:41:08,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:41:08,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:08,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-02c21a03-de19-47dc-b86e-bb7ab3f21421 Date: Sat, 01 Sep 2018 00:41:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e037a4c-5618-4c75-b0f6-1bbffc28c714"],"updated_at":"2018-09-01T00:40:40Z","tenant_id":"68b4b20495874daf9b6fa83e65415bb2","created_at":"2018-09-01T00:40:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"68b4b20495874daf9b6fa83e65415bb2","id":"37676a85-9508-43ba-9e61-1f45508224df","name":"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:41:08,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-02c21a03-de19-47dc-b86e-bb7ab3f21421 2018-09-01 00:41:08,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0956041812897s 2018-09-01 00:41:08,689 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-02c21a03-de19-47dc-b86e-bb7ab3f21421 2018-09-01 00:41:08,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:41:08,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:08,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-acbe6cec-3d78-4389-83b3-1646bbbc3967 Date: Sat, 01 Sep 2018 00:41:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:40:46Z", "file": "/v2/images/e07c8048-d2c6-439f-a367-d92390273d81/file", "owner": "68b4b20495874daf9b6fa83e65415bb2", "id": "e07c8048-d2c6-439f-a367-d92390273d81", "size": 12716032, "self": "/v2/images/e07c8048-d2c6-439f-a367-d92390273d81", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/e07c8048-d2c6-439f-a367-d92390273d81/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/e07c8048-d2c6-439f-a367-d92390273d81/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_41f9f12e-0239-4925-a218-cde3246490b9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_41f9f12e-0239-4925-a218-cde3246490b9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:40:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:41:08,984 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-acbe6cec-3d78-4389-83b3-1646bbbc3967 2018-09-01 00:41:08,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.290678024292s 2018-09-01 00:41:08,985 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-acbe6cec-3d78-4389-83b3-1646bbbc3967 2018-09-01 00:41:08,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:41:08,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:09,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41: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-c2b790d4-89ce-441e-8170-4a184f57fe22 x-compute-request-id: req-c2b790d4-89ce-441e-8170-4a184f57fe22 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_41f9f12e-0239-4925-a218-cde3246490b9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "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": "1170664d-7c85-4fba-89c8-4b27e0de6160"}]} 2018-09-01 00:41:09,011 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-c2b790d4-89ce-441e-8170-4a184f57fe22 2018-09-01 00:41:09,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0241949558258s 2018-09-01 00:41:09,011 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-c2b790d4-89ce-441e-8170-4a184f57fe22 2018-09-01 00:41:09,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 00:41:09,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"server": {"name": "vping_ssh-vm_41f9f12e-0239-4925-a218-cde3246490b9", "imageRef": "e07c8048-d2c6-439f-a367-d92390273d81", "key_name": "vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9", "flavorRef": "1170664d-7c85-4fba-89c8-4b27e0de6160", "max_count": 1, "min_count": 1, "networks": [{"uuid": "37676a85-9508-43ba-9e61-1f45508224df"}], "security_groups": [{"name": "7e49c48b-364e-42fe-921d-6b680e2319ff"}]}}' 2018-09-01 00:41:13,124 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:41: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-ffd7db38-c6e2-4b92-bd30-6d4946fa44f8 x-compute-request-id: req-ffd7db38-c6e2-4b92-bd30-6d4946fa44f8 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "7e49c48b-364e-42fe-921d-6b680e2319ff"}], "OS-DCF:diskConfig": "MANUAL", "id": "751138ba-0b58-43b2-b261-bc64ae59ed32", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "bookmark"}], "adminPass": "NpMG5mTzA7Cd"}} 2018-09-01 00:41:13,125 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ffd7db38-c6e2-4b92-bd30-6d4946fa44f8 2018-09-01 00:41:13,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.11217093468s 2018-09-01 00:41:13,125 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ffd7db38-c6e2-4b92-bd30-6d4946fa44f8 2018-09-01 00:41:13,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:41:13,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:14,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41: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-ac43bb23-8859-400f-ba9e-72ea4e676f65 x-compute-request-id: req-ac43bb23-8859-400f-ba9e-72ea4e676f65 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "751138ba-0b58-43b2-b261-bc64ae59ed32", "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9", "name": "vping_ssh-vm_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:41:12Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c9:67", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:41:04.000000", "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "c268dae9-b225-4342-b1c2-ce63632112c6", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:04Z", "hostId": "c7238aad6865854892aaa19e48599a6568bdc82ee073e55bf83aea36", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:40:55Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:41:14,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ac43bb23-8859-400f-ba9e-72ea4e676f65 2018-09-01 00:41:14,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.981814146042s 2018-09-01 00:41:14,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ac43bb23-8859-400f-ba9e-72ea4e676f65 2018-09-01 00:41:14,114 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:41:16,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:41:16,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:17,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41: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-63f6b317-e4b5-4d78-a2eb-a502b9079e32 x-compute-request-id: req-63f6b317-e4b5-4d78-a2eb-a502b9079e32 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "751138ba-0b58-43b2-b261-bc64ae59ed32", "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:15Z", "hostId": "c7238aad6865854892aaa19e48599a6568bdc82ee073e55bf83aea36", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9", "name": "vping_ssh-vm_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:41:12Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c9:67", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:41:04.000000", "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "c268dae9-b225-4342-b1c2-ce63632112c6", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:04Z", "hostId": "c7238aad6865854892aaa19e48599a6568bdc82ee073e55bf83aea36", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:40:55Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:41:17,104 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-63f6b317-e4b5-4d78-a2eb-a502b9079e32 2018-09-01 00:41:17,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.987237930298s 2018-09-01 00:41:17,105 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-63f6b317-e4b5-4d78-a2eb-a502b9079e32 2018-09-01 00:41:17,110 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:41:19,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:41:19,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:19,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41: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-0e91182b-1d6f-45e3-912c-11b4fea29d08 x-compute-request-id: req-0e91182b-1d6f-45e3-912c-11b4fea29d08 Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "751138ba-0b58-43b2-b261-bc64ae59ed32", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:18Z", "hostId": "b78e6b451f364b2170d6a35a8c0882e2c4232993b49e2ff02c0b8a66", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9", "name": "vping_ssh-vm_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:41:12Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c9:67", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:41:04.000000", "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "c268dae9-b225-4342-b1c2-ce63632112c6", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:04Z", "hostId": "c7238aad6865854892aaa19e48599a6568bdc82ee073e55bf83aea36", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:40:55Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:41:19,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0e91182b-1d6f-45e3-912c-11b4fea29d08 2018-09-01 00:41:19,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.699765920639s 2018-09-01 00:41:19,813 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0e91182b-1d6f-45e3-912c-11b4fea29d08 2018-09-01 00:41:19,818 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:41:21,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:41:21,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:22,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3fd1fd2-af1b-48fd-b113-77def9d07db6 x-compute-request-id: req-c3fd1fd2-af1b-48fd-b113-77def9d07db6 Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "751138ba-0b58-43b2-b261-bc64ae59ed32", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:18Z", "hostId": "b78e6b451f364b2170d6a35a8c0882e2c4232993b49e2ff02c0b8a66", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9", "name": "vping_ssh-vm_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:41:12Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c9:67", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:41:04.000000", "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "c268dae9-b225-4342-b1c2-ce63632112c6", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:04Z", "hostId": "c7238aad6865854892aaa19e48599a6568bdc82ee073e55bf83aea36", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:40:55Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:41:22,903 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c3fd1fd2-af1b-48fd-b113-77def9d07db6 2018-09-01 00:41:22,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08177304268s 2018-09-01 00:41:22,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c3fd1fd2-af1b-48fd-b113-77def9d07db6 2018-09-01 00:41:22,909 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:41:24,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:41:24,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:25,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41: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-084523f5-3def-4d99-847e-3aefc1496f33 x-compute-request-id: req-084523f5-3def-4d99-847e-3aefc1496f33 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:3d:0c", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:41:23.000000", "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "751138ba-0b58-43b2-b261-bc64ae59ed32", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:23Z", "hostId": "b78e6b451f364b2170d6a35a8c0882e2c4232993b49e2ff02c0b8a66", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9", "name": "vping_ssh-vm_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:41:12Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c9:67", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:41:04.000000", "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "c268dae9-b225-4342-b1c2-ce63632112c6", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:04Z", "hostId": "c7238aad6865854892aaa19e48599a6568bdc82ee073e55bf83aea36", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:40:55Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:41:25,632 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-084523f5-3def-4d99-847e-3aefc1496f33 2018-09-01 00:41:25,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.721983909607s 2018-09-01 00:41:25,632 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-084523f5-3def-4d99-847e-3aefc1496f33 2018-09-01 00:41:25,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:41:25,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=751138ba-0b58-43b2-b261-bc64ae59ed32" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:25,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d5c08392-8ed1-4925-9d05-2efa81f2aea8 Date: Sat, 01 Sep 2018 00:41:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"37676a85-9508-43ba-9e61-1f45508224df","tenant_id":"68b4b20495874daf9b6fa83e65415bb2","created_at":"2018-09-01T00:41:19Z","admin_state_up":true,"updated_at":"2018-09-01T00:41:23Z","binding:vnic_type":"normal","device_id":"751138ba-0b58-43b2-b261-bc64ae59ed32","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d3:3d:0c","id":"f477290f-3d1f-4e99-82c4-227ce7786fac","port_security_enabled":true,"project_id":"68b4b20495874daf9b6fa83e65415bb2","fixed_ips":[{"subnet_id":"8e037a4c-5618-4c75-b0f6-1bbffc28c714","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["7e49c48b-364e-42fe-921d-6b680e2319ff"],"name":""}]} 2018-09-01 00:41:25,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=751138ba-0b58-43b2-b261-bc64ae59ed32 used request id req-d5c08392-8ed1-4925-9d05-2efa81f2aea8 2018-09-01 00:41:25,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0658688545227s 2018-09-01 00:41:25,704 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=751138ba-0b58-43b2-b261-bc64ae59ed32 used request id req-d5c08392-8ed1-4925-9d05-2efa81f2aea8 2018-09-01 00:41:25,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:41:25,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=f477290f-3d1f-4e99-82c4-227ce7786fac" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:25,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a90bb759-8dfc-4e73-926a-33e3cdad4e8f Date: Sat, 01 Sep 2018 00:41:25 GMT RESP BODY: {"floatingips": []} 2018-09-01 00:41:25,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=f477290f-3d1f-4e99-82c4-227ce7786fac used request id req-a90bb759-8dfc-4e73-926a-33e3cdad4e8f 2018-09-01 00:41:25,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0449819564819s 2018-09-01 00:41:25,754 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=f477290f-3d1f-4e99-82c4-227ce7786fac used request id req-a90bb759-8dfc-4e73-926a-33e3cdad4e8f 2018-09-01 00:41:25,755 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d3:3d:0c', 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'e07c8048-d2c6-439f-a367-d92390273d81'}), 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-01T00:41:23.000000', 'flavor': Munch({u'id': u'1170664d-7c85-4fba-89c8-4b27e0de6160'}), 'az': u'nova', 'id': u'751138ba-0b58-43b2-b261-bc64ae59ed32', 'security_groups': [Munch({u'name': u'vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'fad6fb2d252f4c44ad5e2e557c287a76', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'68b4b20495874daf9b6fa83e65415bb2', 'name': 'vping_ssh-project_41f9f12e-0239-4925-a218-cde3246490b9', '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-01T00:41:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T00:41:23Z', 'hostId': u'b78e6b451f364b2170d6a35a8c0882e2c4232993b49e2ff02c0b8a66', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'b78e6b451f364b2170d6a35a8c0882e2c4232993b49e2ff02c0b8a66', '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-01T00:41:23.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'68b4b20495874daf9b6fa83e65415bb2', 'name': u'vping_ssh-vm_41f9f12e-0239-4925-a218-cde3246490b9', 'adminPass': u'NpMG5mTzA7Cd', 'tenant_id': u'68b4b20495874daf9b6fa83e65415bb2', 'created_at': u'2018-09-01T00:41:12Z', 'created': u'2018-09-01T00:41:12Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 00:41:25,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:41:25,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:26,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-ec4cfdf3-fb13-462b-96fc-41ebf2b5b51a Date: Sat, 01 Sep 2018 00:41:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e037a4c-5618-4c75-b0f6-1bbffc28c714"],"updated_at":"2018-09-01T00:40:40Z","tenant_id":"68b4b20495874daf9b6fa83e65415bb2","created_at":"2018-09-01T00:40:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"68b4b20495874daf9b6fa83e65415bb2","id":"37676a85-9508-43ba-9e61-1f45508224df","name":"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:41:26,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ec4cfdf3-fb13-462b-96fc-41ebf2b5b51a 2018-09-01 00:41:26,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.27832698822s 2018-09-01 00:41:26,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ec4cfdf3-fb13-462b-96fc-41ebf2b5b51a 2018-09-01 00:41:26,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:41:26,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=751138ba-0b58-43b2-b261-bc64ae59ed32" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:26,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-36f6796d-d821-4b05-8c65-34cb6bd8f251 Date: Sat, 01 Sep 2018 00:41:26 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"37676a85-9508-43ba-9e61-1f45508224df","tenant_id":"68b4b20495874daf9b6fa83e65415bb2","created_at":"2018-09-01T00:41:19Z","admin_state_up":true,"updated_at":"2018-09-01T00:41:23Z","binding:vnic_type":"normal","device_id":"751138ba-0b58-43b2-b261-bc64ae59ed32","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d3:3d:0c","id":"f477290f-3d1f-4e99-82c4-227ce7786fac","port_security_enabled":true,"project_id":"68b4b20495874daf9b6fa83e65415bb2","fixed_ips":[{"subnet_id":"8e037a4c-5618-4c75-b0f6-1bbffc28c714","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["7e49c48b-364e-42fe-921d-6b680e2319ff"],"name":""}]} 2018-09-01 00:41:26,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=751138ba-0b58-43b2-b261-bc64ae59ed32 used request id req-36f6796d-d821-4b05-8c65-34cb6bd8f251 2018-09-01 00:41:26,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.3238530159s 2018-09-01 00:41:26,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=751138ba-0b58-43b2-b261-bc64ae59ed32 used request id req-36f6796d-d821-4b05-8c65-34cb6bd8f251 2018-09-01 00:41:26,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 00:41:26,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"floatingip": {"floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.7", "port_id": "f477290f-3d1f-4e99-82c4-227ce7786fac"}}' 2018-09-01 00:41:28,393 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-966216ee-fbfa-4f04-9c5f-d63218e430cf Date: Sat, 01 Sep 2018 00:41:28 GMT RESP BODY: {"floatingip": {"router_id": "d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T00:41:27Z", "floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "f477290f-3d1f-4e99-82c4-227ce7786fac", "id": "dca065b8-2c50-4ba4-bae7-45d1866dcedd", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "created_at": "2018-09-01T00:41:27Z", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}} 2018-09-01 00:41:28,394 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-966216ee-fbfa-4f04-9c5f-d63218e430cf 2018-09-01 00:41:28,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.0305480957s 2018-09-01 00:41:28,394 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-966216ee-fbfa-4f04-9c5f-d63218e430cf 2018-09-01 00:41:28,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:41:28,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:28,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-eb95ca86-4dde-4478-9025-e535e894315f Date: Sat, 01 Sep 2018 00:41:28 GMT RESP BODY: {"floatingips": [{"router_id": "d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T00:41:27Z", "floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "f477290f-3d1f-4e99-82c4-227ce7786fac", "id": "dca065b8-2c50-4ba4-bae7-45d1866dcedd", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "created_at": "2018-09-01T00:41:27Z", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}]} 2018-09-01 00:41:28,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-eb95ca86-4dde-4478-9025-e535e894315f 2018-09-01 00:41:28,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.062087059021s 2018-09-01 00:41:28,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-eb95ca86-4dde-4478-9025-e535e894315f 2018-09-01 00:41:28,469 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd40cfbdd-d8d9-491a-95ca-a0ac0761f2a0', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'68b4b20495874daf9b6fa83e65415bb2', 'created_at': u'2018-09-01T00:41:27Z', 'attached': True, 'updated_at': u'2018-09-01T00:41:27Z', 'id': u'dca065b8-2c50-4ba4-bae7-45d1866dcedd', 'floating_network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'68b4b20495874daf9b6fa83e65415bb2', 'name': 'vping_ssh-project_41f9f12e-0239-4925-a218-cde3246490b9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd40cfbdd-d8d9-491a-95ca-a0ac0761f2a0', 'project_id': u'68b4b20495874daf9b6fa83e65415bb2', 'port_id': u'f477290f-3d1f-4e99-82c4-227ce7786fac', 'port': u'f477290f-3d1f-4e99-82c4-227ce7786fac', 'network': u'5947624d-2604-4eb8-9ac2-b3c2573254db'}) 2018-09-01 00:41:28,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 00:41:28,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32/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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 00:41:28,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41: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-6197015e-b94a-4ffc-8732-9f66a8f2be5c x-compute-request-id: req-6197015e-b94a-4ffc-8732-9f66a8f2be5c Content-Encoding: gzip Content-Length: 9606 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 521405905 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.193527] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195937] pid_max: default: 32768 minimum: 301\n[ 0.197248] ACPI: Core revision 20150930\n[ 0.198994] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.200902] Security Framework initialized\n[ 0.202092] Yama: becoming mindful.\n[ 0.203154] AppArmor: AppArmor initialized\n[ 0.204397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.206300] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.208142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209886] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211892] Initializing cgroup subsys io\n[ 0.213083] Initializing cgroup subsys memory\n[ 0.214339] Initializing cgroup subsys devices\n[ 0.215614] Initializing cgroup subsys freezer\n[ 0.216865] Initializing cgroup subsys net_cls\n[ 0.218140] Initializing cgroup subsys perf_event\n[ 0.219439] Initializing cgroup subsys net_prio\n[ 0.220709] Initializing cgroup subsys hugetlb\n[ 0.221947] Initializing cgroup subsys pids\n[ 0.223194] CPU: Physical Processor ID: 0\n[ 0.225035] mce: CPU supports 10 MCE banks\n[ 0.226231] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227655] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.242265] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248944] ftrace: allocating 31920 entries in 125 pages\n[ 0.274671] smpboot: Max logical packages: 1\n[ 0.275886] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277908] x2apic enabled\n[ 0.279054] Switched APIC routing to physical x2apic.\n[ 0.281536] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283151] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.288544] KVM setup paravirtual spinlock\n[ 0.290181] x86: Booted up 1 node, 1 CPUs\n[ 0.291404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293406] devtmpfs: initialized\n[ 0.295444] evm: security.selinux\n[ 0.296456] evm: security.SMACK64\n[ 0.297454] evm: security.SMACK64EXEC\n[ 0.298534] evm: security.SMACK64TRANSMUTE\n[ 0.299708] evm: security.SMACK64MMAP\n[ 0.300791] evm: security.ima\n[ 0.301727] evm: security.capability\n[ 0.302869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.305532] pinctrl core: initialized pinctrl subsystem\n[ 0.307097] RTC time: 0:41:23, date: 09/01/18\n[ 0.308456] NET: Registered protocol family 16\n[ 0.309852] cpuidle: using governor ladder\n[ 0.311046] cpuidle: using governor menu\n[ 0.312187] PCCT header not found.\n[ 0.313260] ACPI: bus type PCI registered\n[ 0.314422] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316200] PCI: Using configuration type 1 for base access\n[ 0.318441] ACPI: Added _OSI(Module Device)\n[ 0.319659] ACPI: Added _OSI(Processor Device)\n[ 0.320902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322202] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324439] ACPI: Interpreter enabled\n[ 0.325543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330871] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.336186] ACPI: (supports S0 S5)\n[ 0.337210] ACPI: Using IOAPIC for interrupt routing\n[ 0.338585] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342551] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344195] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.347722] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350909] acpiphp: Slot [3] registered\n[ 0.352076] acpiphp: Slot [4] registered\n[ 0.353236] acpiphp: Slot [5] registered\n[ 0.354394] acpiphp: Slot [6] registered\n[ 0.355560] acpiphp: Slot [7] registered\n[ 0.356720] acpiphp: Slot [8] registered\n[ 0.357895] acpiphp: Slot [9] registered\n[ 0.359050] acpiphp: Slot [10] registered\n[ 0.360227] acpiphp: Slot [11] registered\n[ 0.361408] acpiphp: Slot [12] registered\n[ 0.362587] acpiphp: Slot [13] registered\n[ 0.363759] acpiphp: Slot [14] registered\n[ 0.364939] acpiphp: Slot [15] registered\n[ 0.380422] acpiphp: Slot [16] registered\n[ 0.381599] acpiphp: Slot [17] registered\n[ 0.382773] acpiphp: Slot [18] registered\n[ 0.383940] acpiphp: Slot [19] registered\n[ 0.385117] acpiphp: Slot [20] registered\n[ 0.386293] acpiphp: Slot [21] registered\n[ 0.387467] acpiphp: Slot [22] registered\n[ 0.388644] acpiphp: Slot [23] registered\n[ 0.389828] acpiphp: Slot [24] registered\n[ 0.391006] acpiphp: Slot [25] registered\n[ 0.392179] acpiphp: Slot [26] registered\n[ 0.393357] acpiphp: Slot [27] registered\n[ 0.394548] acpiphp: Slot [28] registered\n[ 0.395739] acpiphp: Slot [29] registered\n[ 0.396890] acpiphp: Slot [30] registered\n[ 0.398040] acpiphp: Slot [31] registered\n[ 0.399228] PCI host bridge to bus 0000:00\n[ 0.400381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.402141] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403875] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405949] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.408055] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.410168] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.414190] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.416056] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417789] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.419632] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.426021] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450544] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452480] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.454595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456346] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.459619] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.461822] vgaarb: loaded\n[ 0.462681] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464405] SCSI subsystem initialized\n[ 0.465719] ACPI: bus type USB registered\n[ 0.466921] usbcore: registered new interface driver usbfs\n[ 0.468379] usbcore: registered new interface driver hub\n[ 0.469846] usbcore: registered new device driver usb\n[ 0.471419] PCI: Using ACPI for IRQ routing\n[ 0.472965] NetLabel: Initializing\n[ 0.473981] NetLabel: domain hash size = 128\n[ 0.475205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476635] NetLabel: unlabeled traffic allowed by default\n[ 0.478289] clocksource: Switched to clocksource kvm-clock\n[ 0.488237] AppArmor: AppArmor Filesystem Enabled\n[ 0.489631] pnp: PnP ACPI init\n[ 0.490912] pnp: PnP ACPI: found 5 devices\n[ 0.497805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500228] NET: Registered protocol family 2\n[ 0.501709] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503543] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505250] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506993] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510214] NET: Registered protocol family 1\n[ 0.511454] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513051] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514580] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.529039] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546089] Trying to unpack rootfs image as initramfs...\n[ 0.608084] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.610786] Scanning for low memory corruption every 60 seconds\n[ 0.612847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.614547] audit: initializing netlink subsys (disabled)\n[ 0.616089] audit: type=2000 audit(1535762484.523:1): initialized\n[ 0.618060] Initialise system trusted keyring\n[ 0.619556] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621244] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624061] zbud: loaded\n[ 0.625086] VFS: Disk quotas dquot_6.6.0\n[ 0.626314] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628565] fuse init (API version 7.23)\n[ 0.629841] Key type big_key registered\n[ 0.631051] Allocating IMA MOK and blacklist keyrings.\n[ 0.632786] Key type asymmetric registered\n[ 0.633979] Asymmetric key parser 'x509' registered\n[ 0.635393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637554] io scheduler noop registered\n[ 0.638709] io scheduler deadline registered (default)\n[ 0.640209] io scheduler cfq registered\n[ 0.641462] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642986] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644834] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647001] ACPI: Power Button [PWRF]\n[ 0.648288] GHES: HEST is not enabled!\n[ 0.662350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691401] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718302] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721397] Linux agpgart interface v0.103\n[ 0.724775] brd: module loaded\n[ 0.727026] loop: module loaded\n[ 0.731750] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.733869] GPT:90111 != 2097151\n[ 0.734842] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736400] GPT:90111 != 2097151\n[ 0.737365] GPT: Use GNU Parted to correct GPT errors.\n[ 0.738779] vda: vda1 vda15\n[ 0.740554] scsi host0: ata_piix\n[ 0.741672] scsi host1: ata_piix\n[ 0.742727] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744490] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746791] libphy: Fixed MDIO Bus: probed\n[ 0.747954] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749309] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752137] PPP generic driver version 2.4.2\n[ 0.753443] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755205] ehci-pci: EHCI PCI platform driver\n[ 0.756479] ehci-platform: EHCI generic platform driver\n[ 0.757886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759537] ohci-pci: OHCI PCI platform driver\n[ 0.760810] ohci-platform: OHCI generic platform driver\n[ 0.762260] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777024] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.778485] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.780619] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.783750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.785545] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.787632] usb usb1: Product: UHCI Host Controller\n[ 0.788993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790650] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792063] hub 1-0:1.0: USB hub found\n[ 0.793202] hub 1-0:1.0: 2 ports detected\n[ 0.794564] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.798994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800492] mousedev: PS/2 mouse device common for all mice\n[ 0.802298] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.804943] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808285] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810006] i2c /dev entries driver\n[ 0.811114] device-mapper: uevent: version 1.0.3\n[ 0.812513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814912] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816861] NET: Registered protocol family 10\n[ 0.818500] NET: Registered protocol family 17\n[ 0.819802] Key type dns_resolver registered\n[ 0.821168] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822774] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825333] registered taskstats version 1\n[ 0.826580] Loading compiled-in X.509 certificates\n[ 0.828497] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.831192] zswap: loaded using pool lzo/zbud\n[ 0.833273] Key type trusted registered\n[ 0.835474] Key type encrypted registered\n[ 0.836675] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.838185] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839718] evm: HMAC attrs: 0x1\n[ 0.841071] Magic number: 2:222:657\n[ 0.842180] block ram10: hash matches\n[ 0.843399] rtc_cmos 00:00: setting system clock to 2018-09-01 00:41:24 UTC (1535762484)\n[ 0.845756] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.847375] EDD information not available.\n[ 0.904034] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906326] Write protecting the kernel read-only data: 14336k\n[ 0.909364] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.911986] 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.959344] 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.80\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.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCfLislWbxC/7xxtZ9G0qhrQI/KPLj/YPRXrUU1hYe0vFT9dkA0CyAWfXYV0V69YdxTYf2zMuvTiKcMRU2oYrRDW3PUjlDxpZJJ0NQUySDfryByU+6CPsxxAnq60nfwgr5o7iTCX3mRcVDesl2Fu3QxabblHycExSKVdUkYy9sJimesdFyYGKbMhSEZd/qjpn0HxMFTARvCxVP9MfMrJyzxUoiwcWGcMbeBP56aqIemS4tF1n2qUyy0MrzyPTeefaA2qSPtQNaFytmcaPRbscJGWzouQpfcSTIQY4OyBCRKbZgqb24Umc2VGki+Z1Oli6Wacef1nxpCKcClC63rKJTx root@vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9\nssh-dss AAAAB3NzaC1kc3MAAACBAMFfzLifFESgK5pRj2yDGc0kg0J3D078i4kwuNCscuB8l8BiZlSoW39kGwqgYlEsrG5ZTLxdIqmDQhHA5aSUUy3v7ieRQ2XJ+QasgmcpBVZei2J8RkwqM0j6RJYZPlhLKhBMP75kSqTlml0rYO94GHcTjh6PDZHb7z5giyGgLnfXAAAAFQDy1DaM1Rjae1blcxgw7K/RA9SOiQAAAIBNEexOgEuwhHMjIb5emeGUWRQpRu523lAuVbQIAqoDpkYrfb0J6sqILJlNz9JdzsaNQbZzate+PG8ZMlsrq5b39GlxcdehTkvrfg0XcPnyfavib+wYWAv0rtxfAgucKws7MLpTr4b114q3/JBJlTFX1jnSkb533xvfM4RjskNRggAAAIBOpU2pTwLx7zMe8BP1AcFqq3UXENFt/ybwtKGPZNeDfxABARs579LmXX+MAHhfIM/OtWZ1zxAAOJCwHsWnWLhJvubQdG1yVYocf6YxU9GlsWkFoQu7D7VFq1dP1NLroRolt2Y1+obn9wOgxWBNfjXaTcOKsQraEmgLBoW9wHvKIA== root@vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9\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:fed3:3d0c/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-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.81 ===\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-41f9f12e-0239-4925-a218-cde3246490b9 login: "} 2018-09-01 00:41:28,720 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32/action used request id req-6197015e-b94a-4ffc-8732-9f66a8f2be5c 2018-09-01 00:41:28,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.250696897507s 2018-09-01 00:41:28,722 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32/action used request id req-6197015e-b94a-4ffc-8732-9f66a8f2be5c 2018-09-01 00:41:28,722 - 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 521405905 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.193527] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195937] pid_max: default: 32768 minimum: 301 [ 0.197248] ACPI: Core revision 20150930 [ 0.198994] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.200902] Security Framework initialized [ 0.202092] Yama: becoming mindful. [ 0.203154] AppArmor: AppArmor initialized [ 0.204397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.206300] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.208142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209886] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211892] Initializing cgroup subsys io [ 0.213083] Initializing cgroup subsys memory [ 0.214339] Initializing cgroup subsys devices [ 0.215614] Initializing cgroup subsys freezer [ 0.216865] Initializing cgroup subsys net_cls [ 0.218140] Initializing cgroup subsys perf_event [ 0.219439] Initializing cgroup subsys net_prio [ 0.220709] Initializing cgroup subsys hugetlb [ 0.221947] Initializing cgroup subsys pids [ 0.223194] CPU: Physical Processor ID: 0 [ 0.225035] mce: CPU supports 10 MCE banks [ 0.226231] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227655] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.242265] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248944] ftrace: allocating 31920 entries in 125 pages [ 0.274671] smpboot: Max logical packages: 1 [ 0.275886] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277908] x2apic enabled [ 0.279054] Switched APIC routing to physical x2apic. [ 0.281536] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283151] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.288544] KVM setup paravirtual spinlock [ 0.290181] x86: Booted up 1 node, 1 CPUs [ 0.291404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293406] devtmpfs: initialized [ 0.295444] evm: security.selinux [ 0.296456] evm: security.SMACK64 [ 0.297454] evm: security.SMACK64EXEC [ 0.298534] evm: security.SMACK64TRANSMUTE [ 0.299708] evm: security.SMACK64MMAP [ 0.300791] evm: security.ima [ 0.301727] evm: security.capability [ 0.302869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.305532] pinctrl core: initialized pinctrl subsystem [ 0.307097] RTC time: 0:41:23, date: 09/01/18 [ 0.308456] NET: Registered protocol family 16 [ 0.309852] cpuidle: using governor ladder [ 0.311046] cpuidle: using governor menu [ 0.312187] PCCT header not found. [ 0.313260] ACPI: bus type PCI registered [ 0.314422] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.316200] PCI: Using configuration type 1 for base access [ 0.318441] ACPI: Added _OSI(Module Device) [ 0.319659] ACPI: Added _OSI(Processor Device) [ 0.320902] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322202] ACPI: Added _OSI(Processor Aggregator Device) [ 0.324439] ACPI: Interpreter enabled [ 0.325543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.328212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.330871] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336186] ACPI: (supports S0 S5) [ 0.337210] ACPI: Using IOAPIC for interrupt routing [ 0.338585] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.342551] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344195] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.345991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.347722] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.350909] acpiphp: Slot [3] registered [ 0.352076] acpiphp: Slot [4] registered [ 0.353236] acpiphp: Slot [5] registered [ 0.354394] acpiphp: Slot [6] registered [ 0.355560] acpiphp: Slot [7] registered [ 0.356720] acpiphp: Slot [8] registered [ 0.357895] acpiphp: Slot [9] registered [ 0.359050] acpiphp: Slot [10] registered [ 0.360227] acpiphp: Slot [11] registered [ 0.361408] acpiphp: Slot [12] registered [ 0.362587] acpiphp: Slot [13] registered [ 0.363759] acpiphp: Slot [14] registered [ 0.364939] acpiphp: Slot [15] registered [ 0.380422] acpiphp: Slot [16] registered [ 0.381599] acpiphp: Slot [17] registered [ 0.382773] acpiphp: Slot [18] registered [ 0.383940] acpiphp: Slot [19] registered [ 0.385117] acpiphp: Slot [20] registered [ 0.386293] acpiphp: Slot [21] registered [ 0.387467] acpiphp: Slot [22] registered [ 0.388644] acpiphp: Slot [23] registered [ 0.389828] acpiphp: Slot [24] registered [ 0.391006] acpiphp: Slot [25] registered [ 0.392179] acpiphp: Slot [26] registered [ 0.393357] acpiphp: Slot [27] registered [ 0.394548] acpiphp: Slot [28] registered [ 0.395739] acpiphp: Slot [29] registered [ 0.396890] acpiphp: Slot [30] registered [ 0.398040] acpiphp: Slot [31] registered [ 0.399228] PCI host bridge to bus 0000:00 [ 0.400381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.402141] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.403875] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405949] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.408055] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.410168] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.414190] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.416056] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417789] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419632] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.426021] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.446541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.448576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.450544] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.452480] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.454595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.456346] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.458125] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.459619] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.461822] vgaarb: loaded [ 0.462681] vgaarb: bridge control possible 0000:00:02.0 [ 0.464405] SCSI subsystem initialized [ 0.465719] ACPI: bus type USB registered [ 0.466921] usbcore: registered new interface driver usbfs [ 0.468379] usbcore: registered new interface driver hub [ 0.469846] usbcore: registered new device driver usb [ 0.471419] PCI: Using ACPI for IRQ routing [ 0.472965] NetLabel: Initializing [ 0.473981] NetLabel: domain hash size = 128 [ 0.475205] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476635] NetLabel: unlabeled traffic allowed by default [ 0.478289] clocksource: Switched to clocksource kvm-clock [ 0.488237] AppArmor: AppArmor Filesystem Enabled [ 0.489631] pnp: PnP ACPI init [ 0.490912] pnp: PnP ACPI: found 5 devices [ 0.497805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.500228] NET: Registered protocol family 2 [ 0.501709] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.503543] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.505250] TCP: Hash tables configured (established 4096 bind 4096) [ 0.506993] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.508564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.510214] NET: Registered protocol family 1 [ 0.511454] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.513051] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.514580] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529039] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.546089] Trying to unpack rootfs image as initramfs... [ 0.608084] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.610786] Scanning for low memory corruption every 60 seconds [ 0.612847] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.614547] audit: initializing netlink subsys (disabled) [ 0.616089] audit: type=2000 audit(1535762484.523:1): initialized [ 0.618060] Initialise system trusted keyring [ 0.619556] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.621244] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.624061] zbud: loaded [ 0.625086] VFS: Disk quotas dquot_6.6.0 [ 0.626314] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.628565] fuse init (API version 7.23) [ 0.629841] Key type big_key registered [ 0.631051] Allocating IMA MOK and blacklist keyrings. [ 0.632786] Key type asymmetric registered [ 0.633979] Asymmetric key parser 'x509' registered [ 0.635393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.637554] io scheduler noop registered [ 0.638709] io scheduler deadline registered (default) [ 0.640209] io scheduler cfq registered [ 0.641462] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.642986] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.644834] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647001] ACPI: Power Button [PWRF] [ 0.648288] GHES: HEST is not enabled! [ 0.662350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.691401] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.694498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.718302] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.721397] Linux agpgart interface v0.103 [ 0.724775] brd: module loaded [ 0.727026] loop: module loaded [ 0.731750] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.733869] GPT:90111 != 2097151 [ 0.734842] GPT:Alternate GPT header not at the end of the disk. [ 0.736400] GPT:90111 != 2097151 [ 0.737365] GPT: Use GNU Parted to correct GPT errors. [ 0.738779] vda: vda1 vda15 [ 0.740554] scsi host0: ata_piix [ 0.741672] scsi host1: ata_piix [ 0.742727] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.744490] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.746791] libphy: Fixed MDIO Bus: probed [ 0.747954] tun: Universal TUN/TAP device driver, 1.6 [ 0.749309] tun: (C) 1999-2004 Max Krasnyansky [ 0.752137] PPP generic driver version 2.4.2 [ 0.753443] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.755205] ehci-pci: EHCI PCI platform driver [ 0.756479] ehci-platform: EHCI generic platform driver [ 0.757886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.759537] ohci-pci: OHCI PCI platform driver [ 0.760810] ohci-platform: OHCI generic platform driver [ 0.762260] uhci_hcd: USB Universal Host Controller Interface driver [ 0.777024] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.778485] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.780619] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.782086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.783750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.785545] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.787632] usb usb1: Product: UHCI Host Controller [ 0.788993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.790650] usb usb1: SerialNumber: 0000:00:01.2 [ 0.792063] hub 1-0:1.0: USB hub found [ 0.793202] hub 1-0:1.0: 2 ports detected [ 0.794564] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.797598] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.798994] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.800492] mousedev: PS/2 mouse device common for all mice [ 0.802298] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.804943] rtc_cmos 00:00: RTC can wake from S4 [ 0.806564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.808285] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.810006] i2c /dev entries driver [ 0.811114] device-mapper: uevent: version 1.0.3 [ 0.812513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.814912] ledtrig-cpu: registered to indicate activity on CPUs [ 0.816861] NET: Registered protocol family 10 [ 0.818500] NET: Registered protocol family 17 [ 0.819802] Key type dns_resolver registered [ 0.821168] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.822774] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.825333] registered taskstats version 1 [ 0.826580] Loading compiled-in X.509 certificates [ 0.828497] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.831192] zswap: loaded using pool lzo/zbud [ 0.833273] Key type trusted registered [ 0.835474] Key type encrypted registered [ 0.836675] AppArmor: AppArmor sha1 policy hashing enabled [ 0.838185] ima: No TPM chip found, activating TPM-bypass! [ 0.839718] evm: HMAC attrs: 0x1 [ 0.841071] Magic number: 2:222:657 [ 0.842180] block ram10: hash matches [ 0.843399] rtc_cmos 00:00: setting system clock to 2018-09-01 00:41:24 UTC (1535762484) [ 0.845756] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.847375] EDD information not available. [ 0.904034] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.906326] Write protecting the kernel read-only data: 14336k [ 0.909364] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.911986] 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.959344] 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.80 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.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCfLislWbxC/7xxtZ9G0qhrQI/KPLj/YPRXrUU1hYe0vFT9dkA0CyAWfXYV0V69YdxTYf2zMuvTiKcMRU2oYrRDW3PUjlDxpZJJ0NQUySDfryByU+6CPsxxAnq60nfwgr5o7iTCX3mRcVDesl2Fu3QxabblHycExSKVdUkYy9sJimesdFyYGKbMhSEZd/qjpn0HxMFTARvCxVP9MfMrJyzxUoiwcWGcMbeBP56aqIemS4tF1n2qUyy0MrzyPTeefaA2qSPtQNaFytmcaPRbscJGWzouQpfcSTIQY4OyBCRKbZgqb24Umc2VGki+Z1Oli6Wacef1nxpCKcClC63rKJTx root@vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9 ssh-dss AAAAB3NzaC1kc3MAAACBAMFfzLifFESgK5pRj2yDGc0kg0J3D078i4kwuNCscuB8l8BiZlSoW39kGwqgYlEsrG5ZTLxdIqmDQhHA5aSUUy3v7ieRQ2XJ+QasgmcpBVZei2J8RkwqM0j6RJYZPlhLKhBMP75kSqTlml0rYO94GHcTjh6PDZHb7z5giyGgLnfXAAAAFQDy1DaM1Rjae1blcxgw7K/RA9SOiQAAAIBNEexOgEuwhHMjIb5emeGUWRQpRu523lAuVbQIAqoDpkYrfb0J6sqILJlNz9JdzsaNQbZzate+PG8ZMlsrq5b39GlxcdehTkvrfg0XcPnyfavib+wYWAv0rtxfAgucKws7MLpTr4b114q3/JBJlTFX1jnSkb533xvfM4RjskNRggAAAIBOpU2pTwLx7zMe8BP1AcFqq3UXENFt/ybwtKGPZNeDfxABARs579LmXX+MAHhfIM/OtWZ1zxAAOJCwHsWnWLhJvubQdG1yVYocf6YxU9GlsWkFoQu7D7VFq1dP1NLroRolt2Y1+obn9wOgxWBNfjXaTcOKsQraEmgLBoW9wHvKIA== root@vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9 -----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:fed3:3d0c/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-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.81 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9 login: 2018-09-01 00:41:29,724 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-09-01 00:41:38,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 00:41:38,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32/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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 00:41:38,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41: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-1db9f1b6-065a-4628-9e13-b7e25b8e560f x-compute-request-id: req-1db9f1b6-065a-4628-9e13-b7e25b8e560f Content-Encoding: gzip Content-Length: 9606 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 521405905 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.193527] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195937] pid_max: default: 32768 minimum: 301\n[ 0.197248] ACPI: Core revision 20150930\n[ 0.198994] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.200902] Security Framework initialized\n[ 0.202092] Yama: becoming mindful.\n[ 0.203154] AppArmor: AppArmor initialized\n[ 0.204397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.206300] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.208142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209886] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211892] Initializing cgroup subsys io\n[ 0.213083] Initializing cgroup subsys memory\n[ 0.214339] Initializing cgroup subsys devices\n[ 0.215614] Initializing cgroup subsys freezer\n[ 0.216865] Initializing cgroup subsys net_cls\n[ 0.218140] Initializing cgroup subsys perf_event\n[ 0.219439] Initializing cgroup subsys net_prio\n[ 0.220709] Initializing cgroup subsys hugetlb\n[ 0.221947] Initializing cgroup subsys pids\n[ 0.223194] CPU: Physical Processor ID: 0\n[ 0.225035] mce: CPU supports 10 MCE banks\n[ 0.226231] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227655] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.242265] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248944] ftrace: allocating 31920 entries in 125 pages\n[ 0.274671] smpboot: Max logical packages: 1\n[ 0.275886] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277908] x2apic enabled\n[ 0.279054] Switched APIC routing to physical x2apic.\n[ 0.281536] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283151] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.288544] KVM setup paravirtual spinlock\n[ 0.290181] x86: Booted up 1 node, 1 CPUs\n[ 0.291404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293406] devtmpfs: initialized\n[ 0.295444] evm: security.selinux\n[ 0.296456] evm: security.SMACK64\n[ 0.297454] evm: security.SMACK64EXEC\n[ 0.298534] evm: security.SMACK64TRANSMUTE\n[ 0.299708] evm: security.SMACK64MMAP\n[ 0.300791] evm: security.ima\n[ 0.301727] evm: security.capability\n[ 0.302869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.305532] pinctrl core: initialized pinctrl subsystem\n[ 0.307097] RTC time: 0:41:23, date: 09/01/18\n[ 0.308456] NET: Registered protocol family 16\n[ 0.309852] cpuidle: using governor ladder\n[ 0.311046] cpuidle: using governor menu\n[ 0.312187] PCCT header not found.\n[ 0.313260] ACPI: bus type PCI registered\n[ 0.314422] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316200] PCI: Using configuration type 1 for base access\n[ 0.318441] ACPI: Added _OSI(Module Device)\n[ 0.319659] ACPI: Added _OSI(Processor Device)\n[ 0.320902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322202] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324439] ACPI: Interpreter enabled\n[ 0.325543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330871] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.336186] ACPI: (supports S0 S5)\n[ 0.337210] ACPI: Using IOAPIC for interrupt routing\n[ 0.338585] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342551] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344195] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.347722] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350909] acpiphp: Slot [3] registered\n[ 0.352076] acpiphp: Slot [4] registered\n[ 0.353236] acpiphp: Slot [5] registered\n[ 0.354394] acpiphp: Slot [6] registered\n[ 0.355560] acpiphp: Slot [7] registered\n[ 0.356720] acpiphp: Slot [8] registered\n[ 0.357895] acpiphp: Slot [9] registered\n[ 0.359050] acpiphp: Slot [10] registered\n[ 0.360227] acpiphp: Slot [11] registered\n[ 0.361408] acpiphp: Slot [12] registered\n[ 0.362587] acpiphp: Slot [13] registered\n[ 0.363759] acpiphp: Slot [14] registered\n[ 0.364939] acpiphp: Slot [15] registered\n[ 0.380422] acpiphp: Slot [16] registered\n[ 0.381599] acpiphp: Slot [17] registered\n[ 0.382773] acpiphp: Slot [18] registered\n[ 0.383940] acpiphp: Slot [19] registered\n[ 0.385117] acpiphp: Slot [20] registered\n[ 0.386293] acpiphp: Slot [21] registered\n[ 0.387467] acpiphp: Slot [22] registered\n[ 0.388644] acpiphp: Slot [23] registered\n[ 0.389828] acpiphp: Slot [24] registered\n[ 0.391006] acpiphp: Slot [25] registered\n[ 0.392179] acpiphp: Slot [26] registered\n[ 0.393357] acpiphp: Slot [27] registered\n[ 0.394548] acpiphp: Slot [28] registered\n[ 0.395739] acpiphp: Slot [29] registered\n[ 0.396890] acpiphp: Slot [30] registered\n[ 0.398040] acpiphp: Slot [31] registered\n[ 0.399228] PCI host bridge to bus 0000:00\n[ 0.400381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.402141] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403875] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405949] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.408055] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.410168] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.414190] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.416056] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417789] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.419632] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.426021] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450544] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452480] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.454595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456346] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.459619] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.461822] vgaarb: loaded\n[ 0.462681] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464405] SCSI subsystem initialized\n[ 0.465719] ACPI: bus type USB registered\n[ 0.466921] usbcore: registered new interface driver usbfs\n[ 0.468379] usbcore: registered new interface driver hub\n[ 0.469846] usbcore: registered new device driver usb\n[ 0.471419] PCI: Using ACPI for IRQ routing\n[ 0.472965] NetLabel: Initializing\n[ 0.473981] NetLabel: domain hash size = 128\n[ 0.475205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476635] NetLabel: unlabeled traffic allowed by default\n[ 0.478289] clocksource: Switched to clocksource kvm-clock\n[ 0.488237] AppArmor: AppArmor Filesystem Enabled\n[ 0.489631] pnp: PnP ACPI init\n[ 0.490912] pnp: PnP ACPI: found 5 devices\n[ 0.497805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500228] NET: Registered protocol family 2\n[ 0.501709] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503543] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505250] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506993] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510214] NET: Registered protocol family 1\n[ 0.511454] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513051] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514580] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.529039] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546089] Trying to unpack rootfs image as initramfs...\n[ 0.608084] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.610786] Scanning for low memory corruption every 60 seconds\n[ 0.612847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.614547] audit: initializing netlink subsys (disabled)\n[ 0.616089] audit: type=2000 audit(1535762484.523:1): initialized\n[ 0.618060] Initialise system trusted keyring\n[ 0.619556] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621244] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624061] zbud: loaded\n[ 0.625086] VFS: Disk quotas dquot_6.6.0\n[ 0.626314] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628565] fuse init (API version 7.23)\n[ 0.629841] Key type big_key registered\n[ 0.631051] Allocating IMA MOK and blacklist keyrings.\n[ 0.632786] Key type asymmetric registered\n[ 0.633979] Asymmetric key parser 'x509' registered\n[ 0.635393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637554] io scheduler noop registered\n[ 0.638709] io scheduler deadline registered (default)\n[ 0.640209] io scheduler cfq registered\n[ 0.641462] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642986] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644834] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647001] ACPI: Power Button [PWRF]\n[ 0.648288] GHES: HEST is not enabled!\n[ 0.662350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691401] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718302] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721397] Linux agpgart interface v0.103\n[ 0.724775] brd: module loaded\n[ 0.727026] loop: module loaded\n[ 0.731750] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.733869] GPT:90111 != 2097151\n[ 0.734842] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736400] GPT:90111 != 2097151\n[ 0.737365] GPT: Use GNU Parted to correct GPT errors.\n[ 0.738779] vda: vda1 vda15\n[ 0.740554] scsi host0: ata_piix\n[ 0.741672] scsi host1: ata_piix\n[ 0.742727] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744490] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746791] libphy: Fixed MDIO Bus: probed\n[ 0.747954] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749309] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752137] PPP generic driver version 2.4.2\n[ 0.753443] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755205] ehci-pci: EHCI PCI platform driver\n[ 0.756479] ehci-platform: EHCI generic platform driver\n[ 0.757886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759537] ohci-pci: OHCI PCI platform driver\n[ 0.760810] ohci-platform: OHCI generic platform driver\n[ 0.762260] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777024] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.778485] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.780619] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.783750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.785545] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.787632] usb usb1: Product: UHCI Host Controller\n[ 0.788993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790650] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792063] hub 1-0:1.0: USB hub found\n[ 0.793202] hub 1-0:1.0: 2 ports detected\n[ 0.794564] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.798994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800492] mousedev: PS/2 mouse device common for all mice\n[ 0.802298] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.804943] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808285] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810006] i2c /dev entries driver\n[ 0.811114] device-mapper: uevent: version 1.0.3\n[ 0.812513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814912] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816861] NET: Registered protocol family 10\n[ 0.818500] NET: Registered protocol family 17\n[ 0.819802] Key type dns_resolver registered\n[ 0.821168] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822774] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825333] registered taskstats version 1\n[ 0.826580] Loading compiled-in X.509 certificates\n[ 0.828497] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.831192] zswap: loaded using pool lzo/zbud\n[ 0.833273] Key type trusted registered\n[ 0.835474] Key type encrypted registered\n[ 0.836675] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.838185] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839718] evm: HMAC attrs: 0x1\n[ 0.841071] Magic number: 2:222:657\n[ 0.842180] block ram10: hash matches\n[ 0.843399] rtc_cmos 00:00: setting system clock to 2018-09-01 00:41:24 UTC (1535762484)\n[ 0.845756] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.847375] EDD information not available.\n[ 0.904034] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906326] Write protecting the kernel read-only data: 14336k\n[ 0.909364] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.911986] 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.959344] 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.80\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.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCfLislWbxC/7xxtZ9G0qhrQI/KPLj/YPRXrUU1hYe0vFT9dkA0CyAWfXYV0V69YdxTYf2zMuvTiKcMRU2oYrRDW3PUjlDxpZJJ0NQUySDfryByU+6CPsxxAnq60nfwgr5o7iTCX3mRcVDesl2Fu3QxabblHycExSKVdUkYy9sJimesdFyYGKbMhSEZd/qjpn0HxMFTARvCxVP9MfMrJyzxUoiwcWGcMbeBP56aqIemS4tF1n2qUyy0MrzyPTeefaA2qSPtQNaFytmcaPRbscJGWzouQpfcSTIQY4OyBCRKbZgqb24Umc2VGki+Z1Oli6Wacef1nxpCKcClC63rKJTx root@vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9\nssh-dss AAAAB3NzaC1kc3MAAACBAMFfzLifFESgK5pRj2yDGc0kg0J3D078i4kwuNCscuB8l8BiZlSoW39kGwqgYlEsrG5ZTLxdIqmDQhHA5aSUUy3v7ieRQ2XJ+QasgmcpBVZei2J8RkwqM0j6RJYZPlhLKhBMP75kSqTlml0rYO94GHcTjh6PDZHb7z5giyGgLnfXAAAAFQDy1DaM1Rjae1blcxgw7K/RA9SOiQAAAIBNEexOgEuwhHMjIb5emeGUWRQpRu523lAuVbQIAqoDpkYrfb0J6sqILJlNz9JdzsaNQbZzate+PG8ZMlsrq5b39GlxcdehTkvrfg0XcPnyfavib+wYWAv0rtxfAgucKws7MLpTr4b114q3/JBJlTFX1jnSkb533xvfM4RjskNRggAAAIBOpU2pTwLx7zMe8BP1AcFqq3UXENFt/ybwtKGPZNeDfxABARs579LmXX+MAHhfIM/OtWZ1zxAAOJCwHsWnWLhJvubQdG1yVYocf6YxU9GlsWkFoQu7D7VFq1dP1NLroRolt2Y1+obn9wOgxWBNfjXaTcOKsQraEmgLBoW9wHvKIA== root@vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9\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:fed3:3d0c/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-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.81 ===\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-41f9f12e-0239-4925-a218-cde3246490b9 login: "} 2018-09-01 00:41:38,881 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32/action used request id req-1db9f1b6-065a-4628-9e13-b7e25b8e560f 2018-09-01 00:41:38,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.147276163101s 2018-09-01 00:41:38,882 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32/action used request id req-1db9f1b6-065a-4628-9e13-b7e25b8e560f 2018-09-01 00:41:38,883 - 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 521405905 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.193527] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195937] pid_max: default: 32768 minimum: 301 [ 0.197248] ACPI: Core revision 20150930 [ 0.198994] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.200902] Security Framework initialized [ 0.202092] Yama: becoming mindful. [ 0.203154] AppArmor: AppArmor initialized [ 0.204397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.206300] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.208142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209886] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211892] Initializing cgroup subsys io [ 0.213083] Initializing cgroup subsys memory [ 0.214339] Initializing cgroup subsys devices [ 0.215614] Initializing cgroup subsys freezer [ 0.216865] Initializing cgroup subsys net_cls [ 0.218140] Initializing cgroup subsys perf_event [ 0.219439] Initializing cgroup subsys net_prio [ 0.220709] Initializing cgroup subsys hugetlb [ 0.221947] Initializing cgroup subsys pids [ 0.223194] CPU: Physical Processor ID: 0 [ 0.225035] mce: CPU supports 10 MCE banks [ 0.226231] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227655] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.242265] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248944] ftrace: allocating 31920 entries in 125 pages [ 0.274671] smpboot: Max logical packages: 1 [ 0.275886] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277908] x2apic enabled [ 0.279054] Switched APIC routing to physical x2apic. [ 0.281536] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283151] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.288544] KVM setup paravirtual spinlock [ 0.290181] x86: Booted up 1 node, 1 CPUs [ 0.291404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293406] devtmpfs: initialized [ 0.295444] evm: security.selinux [ 0.296456] evm: security.SMACK64 [ 0.297454] evm: security.SMACK64EXEC [ 0.298534] evm: security.SMACK64TRANSMUTE [ 0.299708] evm: security.SMACK64MMAP [ 0.300791] evm: security.ima [ 0.301727] evm: security.capability [ 0.302869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.305532] pinctrl core: initialized pinctrl subsystem [ 0.307097] RTC time: 0:41:23, date: 09/01/18 [ 0.308456] NET: Registered protocol family 16 [ 0.309852] cpuidle: using governor ladder [ 0.311046] cpuidle: using governor menu [ 0.312187] PCCT header not found. [ 0.313260] ACPI: bus type PCI registered [ 0.314422] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.316200] PCI: Using configuration type 1 for base access [ 0.318441] ACPI: Added _OSI(Module Device) [ 0.319659] ACPI: Added _OSI(Processor Device) [ 0.320902] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322202] ACPI: Added _OSI(Processor Aggregator Device) [ 0.324439] ACPI: Interpreter enabled [ 0.325543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.328212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.330871] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336186] ACPI: (supports S0 S5) [ 0.337210] ACPI: Using IOAPIC for interrupt routing [ 0.338585] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.342551] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344195] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.345991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.347722] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.350909] acpiphp: Slot [3] registered [ 0.352076] acpiphp: Slot [4] registered [ 0.353236] acpiphp: Slot [5] registered [ 0.354394] acpiphp: Slot [6] registered [ 0.355560] acpiphp: Slot [7] registered [ 0.356720] acpiphp: Slot [8] registered [ 0.357895] acpiphp: Slot [9] registered [ 0.359050] acpiphp: Slot [10] registered [ 0.360227] acpiphp: Slot [11] registered [ 0.361408] acpiphp: Slot [12] registered [ 0.362587] acpiphp: Slot [13] registered [ 0.363759] acpiphp: Slot [14] registered [ 0.364939] acpiphp: Slot [15] registered [ 0.380422] acpiphp: Slot [16] registered [ 0.381599] acpiphp: Slot [17] registered [ 0.382773] acpiphp: Slot [18] registered [ 0.383940] acpiphp: Slot [19] registered [ 0.385117] acpiphp: Slot [20] registered [ 0.386293] acpiphp: Slot [21] registered [ 0.387467] acpiphp: Slot [22] registered [ 0.388644] acpiphp: Slot [23] registered [ 0.389828] acpiphp: Slot [24] registered [ 0.391006] acpiphp: Slot [25] registered [ 0.392179] acpiphp: Slot [26] registered [ 0.393357] acpiphp: Slot [27] registered [ 0.394548] acpiphp: Slot [28] registered [ 0.395739] acpiphp: Slot [29] registered [ 0.396890] acpiphp: Slot [30] registered [ 0.398040] acpiphp: Slot [31] registered [ 0.399228] PCI host bridge to bus 0000:00 [ 0.400381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.402141] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.403875] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405949] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.408055] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.410168] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.414190] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.416056] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417789] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419632] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.426021] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.446541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.448576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.450544] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.452480] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.454595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.456346] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.458125] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.459619] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.461822] vgaarb: loaded [ 0.462681] vgaarb: bridge control possible 0000:00:02.0 [ 0.464405] SCSI subsystem initialized [ 0.465719] ACPI: bus type USB registered [ 0.466921] usbcore: registered new interface driver usbfs [ 0.468379] usbcore: registered new interface driver hub [ 0.469846] usbcore: registered new device driver usb [ 0.471419] PCI: Using ACPI for IRQ routing [ 0.472965] NetLabel: Initializing [ 0.473981] NetLabel: domain hash size = 128 [ 0.475205] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476635] NetLabel: unlabeled traffic allowed by default [ 0.478289] clocksource: Switched to clocksource kvm-clock [ 0.488237] AppArmor: AppArmor Filesystem Enabled [ 0.489631] pnp: PnP ACPI init [ 0.490912] pnp: PnP ACPI: found 5 devices [ 0.497805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.500228] NET: Registered protocol family 2 [ 0.501709] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.503543] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.505250] TCP: Hash tables configured (established 4096 bind 4096) [ 0.506993] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.508564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.510214] NET: Registered protocol family 1 [ 0.511454] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.513051] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.514580] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529039] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.546089] Trying to unpack rootfs image as initramfs... [ 0.608084] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.610786] Scanning for low memory corruption every 60 seconds [ 0.612847] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.614547] audit: initializing netlink subsys (disabled) [ 0.616089] audit: type=2000 audit(1535762484.523:1): initialized [ 0.618060] Initialise system trusted keyring [ 0.619556] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.621244] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.624061] zbud: loaded [ 0.625086] VFS: Disk quotas dquot_6.6.0 [ 0.626314] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.628565] fuse init (API version 7.23) [ 0.629841] Key type big_key registered [ 0.631051] Allocating IMA MOK and blacklist keyrings. [ 0.632786] Key type asymmetric registered [ 0.633979] Asymmetric key parser 'x509' registered [ 0.635393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.637554] io scheduler noop registered [ 0.638709] io scheduler deadline registered (default) [ 0.640209] io scheduler cfq registered [ 0.641462] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.642986] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.644834] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647001] ACPI: Power Button [PWRF] [ 0.648288] GHES: HEST is not enabled! [ 0.662350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.691401] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.694498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.718302] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.721397] Linux agpgart interface v0.103 [ 0.724775] brd: module loaded [ 0.727026] loop: module loaded [ 0.731750] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.733869] GPT:90111 != 2097151 [ 0.734842] GPT:Alternate GPT header not at the end of the disk. [ 0.736400] GPT:90111 != 2097151 [ 0.737365] GPT: Use GNU Parted to correct GPT errors. [ 0.738779] vda: vda1 vda15 [ 0.740554] scsi host0: ata_piix [ 0.741672] scsi host1: ata_piix [ 0.742727] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.744490] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.746791] libphy: Fixed MDIO Bus: probed [ 0.747954] tun: Universal TUN/TAP device driver, 1.6 [ 0.749309] tun: (C) 1999-2004 Max Krasnyansky [ 0.752137] PPP generic driver version 2.4.2 [ 0.753443] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.755205] ehci-pci: EHCI PCI platform driver [ 0.756479] ehci-platform: EHCI generic platform driver [ 0.757886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.759537] ohci-pci: OHCI PCI platform driver [ 0.760810] ohci-platform: OHCI generic platform driver [ 0.762260] uhci_hcd: USB Universal Host Controller Interface driver [ 0.777024] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.778485] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.780619] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.782086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.783750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.785545] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.787632] usb usb1: Product: UHCI Host Controller [ 0.788993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.790650] usb usb1: SerialNumber: 0000:00:01.2 [ 0.792063] hub 1-0:1.0: USB hub found [ 0.793202] hub 1-0:1.0: 2 ports detected [ 0.794564] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.797598] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.798994] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.800492] mousedev: PS/2 mouse device common for all mice [ 0.802298] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.804943] rtc_cmos 00:00: RTC can wake from S4 [ 0.806564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.808285] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.810006] i2c /dev entries driver [ 0.811114] device-mapper: uevent: version 1.0.3 [ 0.812513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.814912] ledtrig-cpu: registered to indicate activity on CPUs [ 0.816861] NET: Registered protocol family 10 [ 0.818500] NET: Registered protocol family 17 [ 0.819802] Key type dns_resolver registered [ 0.821168] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.822774] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.825333] registered taskstats version 1 [ 0.826580] Loading compiled-in X.509 certificates [ 0.828497] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.831192] zswap: loaded using pool lzo/zbud [ 0.833273] Key type trusted registered [ 0.835474] Key type encrypted registered [ 0.836675] AppArmor: AppArmor sha1 policy hashing enabled [ 0.838185] ima: No TPM chip found, activating TPM-bypass! [ 0.839718] evm: HMAC attrs: 0x1 [ 0.841071] Magic number: 2:222:657 [ 0.842180] block ram10: hash matches [ 0.843399] rtc_cmos 00:00: setting system clock to 2018-09-01 00:41:24 UTC (1535762484) [ 0.845756] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.847375] EDD information not available. [ 0.904034] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.906326] Write protecting the kernel read-only data: 14336k [ 0.909364] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.911986] 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.959344] 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.80 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.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCfLislWbxC/7xxtZ9G0qhrQI/KPLj/YPRXrUU1hYe0vFT9dkA0CyAWfXYV0V69YdxTYf2zMuvTiKcMRU2oYrRDW3PUjlDxpZJJ0NQUySDfryByU+6CPsxxAnq60nfwgr5o7iTCX3mRcVDesl2Fu3QxabblHycExSKVdUkYy9sJimesdFyYGKbMhSEZd/qjpn0HxMFTARvCxVP9MfMrJyzxUoiwcWGcMbeBP56aqIemS4tF1n2qUyy0MrzyPTeefaA2qSPtQNaFytmcaPRbscJGWzouQpfcSTIQY4OyBCRKbZgqb24Umc2VGki+Z1Oli6Wacef1nxpCKcClC63rKJTx root@vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9 ssh-dss AAAAB3NzaC1kc3MAAACBAMFfzLifFESgK5pRj2yDGc0kg0J3D078i4kwuNCscuB8l8BiZlSoW39kGwqgYlEsrG5ZTLxdIqmDQhHA5aSUUy3v7ieRQ2XJ+QasgmcpBVZei2J8RkwqM0j6RJYZPlhLKhBMP75kSqTlml0rYO94GHcTjh6PDZHb7z5giyGgLnfXAAAAFQDy1DaM1Rjae1blcxgw7K/RA9SOiQAAAIBNEexOgEuwhHMjIb5emeGUWRQpRu523lAuVbQIAqoDpkYrfb0J6sqILJlNz9JdzsaNQbZzate+PG8ZMlsrq5b39GlxcdehTkvrfg0XcPnyfavib+wYWAv0rtxfAgucKws7MLpTr4b114q3/JBJlTFX1jnSkb533xvfM4RjskNRggAAAIBOpU2pTwLx7zMe8BP1AcFqq3UXENFt/ybwtKGPZNeDfxABARs579LmXX+MAHhfIM/OtWZ1zxAAOJCwHsWnWLhJvubQdG1yVYocf6YxU9GlsWkFoQu7D7VFq1dP1NLroRolt2Y1+obn9wOgxWBNfjXaTcOKsQraEmgLBoW9wHvKIA== root@vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9 -----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:fed3:3d0c/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-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.81 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9 login: 2018-09-01 00:41:39,885 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.202: timed out 2018-09-01 00:41:48,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 00:41:48,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32/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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 00:41:49,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41: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-b46637e2-89ef-4f38-b189-4630e1dd8060 x-compute-request-id: req-b46637e2-89ef-4f38-b189-4630e1dd8060 Content-Encoding: gzip Content-Length: 9606 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 521405905 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.193527] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195937] pid_max: default: 32768 minimum: 301\n[ 0.197248] ACPI: Core revision 20150930\n[ 0.198994] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.200902] Security Framework initialized\n[ 0.202092] Yama: becoming mindful.\n[ 0.203154] AppArmor: AppArmor initialized\n[ 0.204397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.206300] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.208142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209886] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211892] Initializing cgroup subsys io\n[ 0.213083] Initializing cgroup subsys memory\n[ 0.214339] Initializing cgroup subsys devices\n[ 0.215614] Initializing cgroup subsys freezer\n[ 0.216865] Initializing cgroup subsys net_cls\n[ 0.218140] Initializing cgroup subsys perf_event\n[ 0.219439] Initializing cgroup subsys net_prio\n[ 0.220709] Initializing cgroup subsys hugetlb\n[ 0.221947] Initializing cgroup subsys pids\n[ 0.223194] CPU: Physical Processor ID: 0\n[ 0.225035] mce: CPU supports 10 MCE banks\n[ 0.226231] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227655] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.242265] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248944] ftrace: allocating 31920 entries in 125 pages\n[ 0.274671] smpboot: Max logical packages: 1\n[ 0.275886] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277908] x2apic enabled\n[ 0.279054] Switched APIC routing to physical x2apic.\n[ 0.281536] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283151] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.288544] KVM setup paravirtual spinlock\n[ 0.290181] x86: Booted up 1 node, 1 CPUs\n[ 0.291404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293406] devtmpfs: initialized\n[ 0.295444] evm: security.selinux\n[ 0.296456] evm: security.SMACK64\n[ 0.297454] evm: security.SMACK64EXEC\n[ 0.298534] evm: security.SMACK64TRANSMUTE\n[ 0.299708] evm: security.SMACK64MMAP\n[ 0.300791] evm: security.ima\n[ 0.301727] evm: security.capability\n[ 0.302869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.305532] pinctrl core: initialized pinctrl subsystem\n[ 0.307097] RTC time: 0:41:23, date: 09/01/18\n[ 0.308456] NET: Registered protocol family 16\n[ 0.309852] cpuidle: using governor ladder\n[ 0.311046] cpuidle: using governor menu\n[ 0.312187] PCCT header not found.\n[ 0.313260] ACPI: bus type PCI registered\n[ 0.314422] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316200] PCI: Using configuration type 1 for base access\n[ 0.318441] ACPI: Added _OSI(Module Device)\n[ 0.319659] ACPI: Added _OSI(Processor Device)\n[ 0.320902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322202] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324439] ACPI: Interpreter enabled\n[ 0.325543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330871] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.336186] ACPI: (supports S0 S5)\n[ 0.337210] ACPI: Using IOAPIC for interrupt routing\n[ 0.338585] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342551] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344195] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.347722] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350909] acpiphp: Slot [3] registered\n[ 0.352076] acpiphp: Slot [4] registered\n[ 0.353236] acpiphp: Slot [5] registered\n[ 0.354394] acpiphp: Slot [6] registered\n[ 0.355560] acpiphp: Slot [7] registered\n[ 0.356720] acpiphp: Slot [8] registered\n[ 0.357895] acpiphp: Slot [9] registered\n[ 0.359050] acpiphp: Slot [10] registered\n[ 0.360227] acpiphp: Slot [11] registered\n[ 0.361408] acpiphp: Slot [12] registered\n[ 0.362587] acpiphp: Slot [13] registered\n[ 0.363759] acpiphp: Slot [14] registered\n[ 0.364939] acpiphp: Slot [15] registered\n[ 0.380422] acpiphp: Slot [16] registered\n[ 0.381599] acpiphp: Slot [17] registered\n[ 0.382773] acpiphp: Slot [18] registered\n[ 0.383940] acpiphp: Slot [19] registered\n[ 0.385117] acpiphp: Slot [20] registered\n[ 0.386293] acpiphp: Slot [21] registered\n[ 0.387467] acpiphp: Slot [22] registered\n[ 0.388644] acpiphp: Slot [23] registered\n[ 0.389828] acpiphp: Slot [24] registered\n[ 0.391006] acpiphp: Slot [25] registered\n[ 0.392179] acpiphp: Slot [26] registered\n[ 0.393357] acpiphp: Slot [27] registered\n[ 0.394548] acpiphp: Slot [28] registered\n[ 0.395739] acpiphp: Slot [29] registered\n[ 0.396890] acpiphp: Slot [30] registered\n[ 0.398040] acpiphp: Slot [31] registered\n[ 0.399228] PCI host bridge to bus 0000:00\n[ 0.400381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.402141] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403875] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405949] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.408055] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.410168] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.414190] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.416056] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417789] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.419632] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.426021] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.446541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.448576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.450544] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.452480] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.454595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456346] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.458125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.459619] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.461822] vgaarb: loaded\n[ 0.462681] vgaarb: bridge control possible 0000:00:02.0\n[ 0.464405] SCSI subsystem initialized\n[ 0.465719] ACPI: bus type USB registered\n[ 0.466921] usbcore: registered new interface driver usbfs\n[ 0.468379] usbcore: registered new interface driver hub\n[ 0.469846] usbcore: registered new device driver usb\n[ 0.471419] PCI: Using ACPI for IRQ routing\n[ 0.472965] NetLabel: Initializing\n[ 0.473981] NetLabel: domain hash size = 128\n[ 0.475205] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.476635] NetLabel: unlabeled traffic allowed by default\n[ 0.478289] clocksource: Switched to clocksource kvm-clock\n[ 0.488237] AppArmor: AppArmor Filesystem Enabled\n[ 0.489631] pnp: PnP ACPI init\n[ 0.490912] pnp: PnP ACPI: found 5 devices\n[ 0.497805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500228] NET: Registered protocol family 2\n[ 0.501709] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.503543] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.505250] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506993] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510214] NET: Registered protocol family 1\n[ 0.511454] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513051] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.514580] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.529039] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546089] Trying to unpack rootfs image as initramfs...\n[ 0.608084] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.610786] Scanning for low memory corruption every 60 seconds\n[ 0.612847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.614547] audit: initializing netlink subsys (disabled)\n[ 0.616089] audit: type=2000 audit(1535762484.523:1): initialized\n[ 0.618060] Initialise system trusted keyring\n[ 0.619556] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621244] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624061] zbud: loaded\n[ 0.625086] VFS: Disk quotas dquot_6.6.0\n[ 0.626314] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628565] fuse init (API version 7.23)\n[ 0.629841] Key type big_key registered\n[ 0.631051] Allocating IMA MOK and blacklist keyrings.\n[ 0.632786] Key type asymmetric registered\n[ 0.633979] Asymmetric key parser 'x509' registered\n[ 0.635393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637554] io scheduler noop registered\n[ 0.638709] io scheduler deadline registered (default)\n[ 0.640209] io scheduler cfq registered\n[ 0.641462] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642986] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644834] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647001] ACPI: Power Button [PWRF]\n[ 0.648288] GHES: HEST is not enabled!\n[ 0.662350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691401] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718302] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721397] Linux agpgart interface v0.103\n[ 0.724775] brd: module loaded\n[ 0.727026] loop: module loaded\n[ 0.731750] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.733869] GPT:90111 != 2097151\n[ 0.734842] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736400] GPT:90111 != 2097151\n[ 0.737365] GPT: Use GNU Parted to correct GPT errors.\n[ 0.738779] vda: vda1 vda15\n[ 0.740554] scsi host0: ata_piix\n[ 0.741672] scsi host1: ata_piix\n[ 0.742727] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744490] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746791] libphy: Fixed MDIO Bus: probed\n[ 0.747954] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749309] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752137] PPP generic driver version 2.4.2\n[ 0.753443] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755205] ehci-pci: EHCI PCI platform driver\n[ 0.756479] ehci-platform: EHCI generic platform driver\n[ 0.757886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759537] ohci-pci: OHCI PCI platform driver\n[ 0.760810] ohci-platform: OHCI generic platform driver\n[ 0.762260] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.777024] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.778485] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.780619] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.783750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.785545] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.787632] usb usb1: Product: UHCI Host Controller\n[ 0.788993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.790650] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792063] hub 1-0:1.0: USB hub found\n[ 0.793202] hub 1-0:1.0: 2 ports detected\n[ 0.794564] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.798994] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800492] mousedev: PS/2 mouse device common for all mice\n[ 0.802298] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.804943] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808285] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810006] i2c /dev entries driver\n[ 0.811114] device-mapper: uevent: version 1.0.3\n[ 0.812513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814912] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816861] NET: Registered protocol family 10\n[ 0.818500] NET: Registered protocol family 17\n[ 0.819802] Key type dns_resolver registered\n[ 0.821168] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822774] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825333] registered taskstats version 1\n[ 0.826580] Loading compiled-in X.509 certificates\n[ 0.828497] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.831192] zswap: loaded using pool lzo/zbud\n[ 0.833273] Key type trusted registered\n[ 0.835474] Key type encrypted registered\n[ 0.836675] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.838185] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839718] evm: HMAC attrs: 0x1\n[ 0.841071] Magic number: 2:222:657\n[ 0.842180] block ram10: hash matches\n[ 0.843399] rtc_cmos 00:00: setting system clock to 2018-09-01 00:41:24 UTC (1535762484)\n[ 0.845756] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.847375] EDD information not available.\n[ 0.904034] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906326] Write protecting the kernel read-only data: 14336k\n[ 0.909364] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.911986] 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.959344] 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.80\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.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCfLislWbxC/7xxtZ9G0qhrQI/KPLj/YPRXrUU1hYe0vFT9dkA0CyAWfXYV0V69YdxTYf2zMuvTiKcMRU2oYrRDW3PUjlDxpZJJ0NQUySDfryByU+6CPsxxAnq60nfwgr5o7iTCX3mRcVDesl2Fu3QxabblHycExSKVdUkYy9sJimesdFyYGKbMhSEZd/qjpn0HxMFTARvCxVP9MfMrJyzxUoiwcWGcMbeBP56aqIemS4tF1n2qUyy0MrzyPTeefaA2qSPtQNaFytmcaPRbscJGWzouQpfcSTIQY4OyBCRKbZgqb24Umc2VGki+Z1Oli6Wacef1nxpCKcClC63rKJTx root@vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9\nssh-dss AAAAB3NzaC1kc3MAAACBAMFfzLifFESgK5pRj2yDGc0kg0J3D078i4kwuNCscuB8l8BiZlSoW39kGwqgYlEsrG5ZTLxdIqmDQhHA5aSUUy3v7ieRQ2XJ+QasgmcpBVZei2J8RkwqM0j6RJYZPlhLKhBMP75kSqTlml0rYO94GHcTjh6PDZHb7z5giyGgLnfXAAAAFQDy1DaM1Rjae1blcxgw7K/RA9SOiQAAAIBNEexOgEuwhHMjIb5emeGUWRQpRu523lAuVbQIAqoDpkYrfb0J6sqILJlNz9JdzsaNQbZzate+PG8ZMlsrq5b39GlxcdehTkvrfg0XcPnyfavib+wYWAv0rtxfAgucKws7MLpTr4b114q3/JBJlTFX1jnSkb533xvfM4RjskNRggAAAIBOpU2pTwLx7zMe8BP1AcFqq3UXENFt/ybwtKGPZNeDfxABARs579LmXX+MAHhfIM/OtWZ1zxAAOJCwHsWnWLhJvubQdG1yVYocf6YxU9GlsWkFoQu7D7VFq1dP1NLroRolt2Y1+obn9wOgxWBNfjXaTcOKsQraEmgLBoW9wHvKIA== root@vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9\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:fed3:3d0c/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-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.81 ===\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-41f9f12e-0239-4925-a218-cde3246490b9 login: "} 2018-09-01 00:41:49,001 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32/action used request id req-b46637e2-89ef-4f38-b189-4630e1dd8060 2018-09-01 00:41:49,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.105515956879s 2018-09-01 00:41:49,002 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32/action used request id req-b46637e2-89ef-4f38-b189-4630e1dd8060 2018-09-01 00:41:49,002 - 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 521405905 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.193527] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195937] pid_max: default: 32768 minimum: 301 [ 0.197248] ACPI: Core revision 20150930 [ 0.198994] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.200902] Security Framework initialized [ 0.202092] Yama: becoming mindful. [ 0.203154] AppArmor: AppArmor initialized [ 0.204397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.206300] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.208142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209886] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211892] Initializing cgroup subsys io [ 0.213083] Initializing cgroup subsys memory [ 0.214339] Initializing cgroup subsys devices [ 0.215614] Initializing cgroup subsys freezer [ 0.216865] Initializing cgroup subsys net_cls [ 0.218140] Initializing cgroup subsys perf_event [ 0.219439] Initializing cgroup subsys net_prio [ 0.220709] Initializing cgroup subsys hugetlb [ 0.221947] Initializing cgroup subsys pids [ 0.223194] CPU: Physical Processor ID: 0 [ 0.225035] mce: CPU supports 10 MCE banks [ 0.226231] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227655] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.242265] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248944] ftrace: allocating 31920 entries in 125 pages [ 0.274671] smpboot: Max logical packages: 1 [ 0.275886] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277908] x2apic enabled [ 0.279054] Switched APIC routing to physical x2apic. [ 0.281536] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283151] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.288544] KVM setup paravirtual spinlock [ 0.290181] x86: Booted up 1 node, 1 CPUs [ 0.291404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293406] devtmpfs: initialized [ 0.295444] evm: security.selinux [ 0.296456] evm: security.SMACK64 [ 0.297454] evm: security.SMACK64EXEC [ 0.298534] evm: security.SMACK64TRANSMUTE [ 0.299708] evm: security.SMACK64MMAP [ 0.300791] evm: security.ima [ 0.301727] evm: security.capability [ 0.302869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.305532] pinctrl core: initialized pinctrl subsystem [ 0.307097] RTC time: 0:41:23, date: 09/01/18 [ 0.308456] NET: Registered protocol family 16 [ 0.309852] cpuidle: using governor ladder [ 0.311046] cpuidle: using governor menu [ 0.312187] PCCT header not found. [ 0.313260] ACPI: bus type PCI registered [ 0.314422] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.316200] PCI: Using configuration type 1 for base access [ 0.318441] ACPI: Added _OSI(Module Device) [ 0.319659] ACPI: Added _OSI(Processor Device) [ 0.320902] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322202] ACPI: Added _OSI(Processor Aggregator Device) [ 0.324439] ACPI: Interpreter enabled [ 0.325543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.328212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.330871] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.333535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336186] ACPI: (supports S0 S5) [ 0.337210] ACPI: Using IOAPIC for interrupt routing [ 0.338585] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.342551] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344195] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.345991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.347722] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.350909] acpiphp: Slot [3] registered [ 0.352076] acpiphp: Slot [4] registered [ 0.353236] acpiphp: Slot [5] registered [ 0.354394] acpiphp: Slot [6] registered [ 0.355560] acpiphp: Slot [7] registered [ 0.356720] acpiphp: Slot [8] registered [ 0.357895] acpiphp: Slot [9] registered [ 0.359050] acpiphp: Slot [10] registered [ 0.360227] acpiphp: Slot [11] registered [ 0.361408] acpiphp: Slot [12] registered [ 0.362587] acpiphp: Slot [13] registered [ 0.363759] acpiphp: Slot [14] registered [ 0.364939] acpiphp: Slot [15] registered [ 0.380422] acpiphp: Slot [16] registered [ 0.381599] acpiphp: Slot [17] registered [ 0.382773] acpiphp: Slot [18] registered [ 0.383940] acpiphp: Slot [19] registered [ 0.385117] acpiphp: Slot [20] registered [ 0.386293] acpiphp: Slot [21] registered [ 0.387467] acpiphp: Slot [22] registered [ 0.388644] acpiphp: Slot [23] registered [ 0.389828] acpiphp: Slot [24] registered [ 0.391006] acpiphp: Slot [25] registered [ 0.392179] acpiphp: Slot [26] registered [ 0.393357] acpiphp: Slot [27] registered [ 0.394548] acpiphp: Slot [28] registered [ 0.395739] acpiphp: Slot [29] registered [ 0.396890] acpiphp: Slot [30] registered [ 0.398040] acpiphp: Slot [31] registered [ 0.399228] PCI host bridge to bus 0000:00 [ 0.400381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.402141] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.403875] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405949] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.408055] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.410168] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.414190] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.416056] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417789] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419632] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.426021] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.446541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.448576] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.450544] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.452480] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.454595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.456346] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.458125] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.459619] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.461822] vgaarb: loaded [ 0.462681] vgaarb: bridge control possible 0000:00:02.0 [ 0.464405] SCSI subsystem initialized [ 0.465719] ACPI: bus type USB registered [ 0.466921] usbcore: registered new interface driver usbfs [ 0.468379] usbcore: registered new interface driver hub [ 0.469846] usbcore: registered new device driver usb [ 0.471419] PCI: Using ACPI for IRQ routing [ 0.472965] NetLabel: Initializing [ 0.473981] NetLabel: domain hash size = 128 [ 0.475205] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476635] NetLabel: unlabeled traffic allowed by default [ 0.478289] clocksource: Switched to clocksource kvm-clock [ 0.488237] AppArmor: AppArmor Filesystem Enabled [ 0.489631] pnp: PnP ACPI init [ 0.490912] pnp: PnP ACPI: found 5 devices [ 0.497805] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.500228] NET: Registered protocol family 2 [ 0.501709] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.503543] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.505250] TCP: Hash tables configured (established 4096 bind 4096) [ 0.506993] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.508564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.510214] NET: Registered protocol family 1 [ 0.511454] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.513051] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.514580] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529039] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.546089] Trying to unpack rootfs image as initramfs... [ 0.608084] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.610786] Scanning for low memory corruption every 60 seconds [ 0.612847] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.614547] audit: initializing netlink subsys (disabled) [ 0.616089] audit: type=2000 audit(1535762484.523:1): initialized [ 0.618060] Initialise system trusted keyring [ 0.619556] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.621244] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.624061] zbud: loaded [ 0.625086] VFS: Disk quotas dquot_6.6.0 [ 0.626314] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.628565] fuse init (API version 7.23) [ 0.629841] Key type big_key registered [ 0.631051] Allocating IMA MOK and blacklist keyrings. [ 0.632786] Key type asymmetric registered [ 0.633979] Asymmetric key parser 'x509' registered [ 0.635393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.637554] io scheduler noop registered [ 0.638709] io scheduler deadline registered (default) [ 0.640209] io scheduler cfq registered [ 0.641462] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.642986] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.644834] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647001] ACPI: Power Button [PWRF] [ 0.648288] GHES: HEST is not enabled! [ 0.662350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.691401] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.694498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.718302] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.721397] Linux agpgart interface v0.103 [ 0.724775] brd: module loaded [ 0.727026] loop: module loaded [ 0.731750] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.733869] GPT:90111 != 2097151 [ 0.734842] GPT:Alternate GPT header not at the end of the disk. [ 0.736400] GPT:90111 != 2097151 [ 0.737365] GPT: Use GNU Parted to correct GPT errors. [ 0.738779] vda: vda1 vda15 [ 0.740554] scsi host0: ata_piix [ 0.741672] scsi host1: ata_piix [ 0.742727] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.744490] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.746791] libphy: Fixed MDIO Bus: probed [ 0.747954] tun: Universal TUN/TAP device driver, 1.6 [ 0.749309] tun: (C) 1999-2004 Max Krasnyansky [ 0.752137] PPP generic driver version 2.4.2 [ 0.753443] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.755205] ehci-pci: EHCI PCI platform driver [ 0.756479] ehci-platform: EHCI generic platform driver [ 0.757886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.759537] ohci-pci: OHCI PCI platform driver [ 0.760810] ohci-platform: OHCI generic platform driver [ 0.762260] uhci_hcd: USB Universal Host Controller Interface driver [ 0.777024] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.778485] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.780619] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.782086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.783750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.785545] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.787632] usb usb1: Product: UHCI Host Controller [ 0.788993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.790650] usb usb1: SerialNumber: 0000:00:01.2 [ 0.792063] hub 1-0:1.0: USB hub found [ 0.793202] hub 1-0:1.0: 2 ports detected [ 0.794564] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.797598] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.798994] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.800492] mousedev: PS/2 mouse device common for all mice [ 0.802298] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.804943] rtc_cmos 00:00: RTC can wake from S4 [ 0.806564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.808285] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.810006] i2c /dev entries driver [ 0.811114] device-mapper: uevent: version 1.0.3 [ 0.812513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.814912] ledtrig-cpu: registered to indicate activity on CPUs [ 0.816861] NET: Registered protocol family 10 [ 0.818500] NET: Registered protocol family 17 [ 0.819802] Key type dns_resolver registered [ 0.821168] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.822774] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.825333] registered taskstats version 1 [ 0.826580] Loading compiled-in X.509 certificates [ 0.828497] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.831192] zswap: loaded using pool lzo/zbud [ 0.833273] Key type trusted registered [ 0.835474] Key type encrypted registered [ 0.836675] AppArmor: AppArmor sha1 policy hashing enabled [ 0.838185] ima: No TPM chip found, activating TPM-bypass! [ 0.839718] evm: HMAC attrs: 0x1 [ 0.841071] Magic number: 2:222:657 [ 0.842180] block ram10: hash matches [ 0.843399] rtc_cmos 00:00: setting system clock to 2018-09-01 00:41:24 UTC (1535762484) [ 0.845756] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.847375] EDD information not available. [ 0.904034] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.906326] Write protecting the kernel read-only data: 14336k [ 0.909364] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.911986] 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.959344] 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.80 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.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCfLislWbxC/7xxtZ9G0qhrQI/KPLj/YPRXrUU1hYe0vFT9dkA0CyAWfXYV0V69YdxTYf2zMuvTiKcMRU2oYrRDW3PUjlDxpZJJ0NQUySDfryByU+6CPsxxAnq60nfwgr5o7iTCX3mRcVDesl2Fu3QxabblHycExSKVdUkYy9sJimesdFyYGKbMhSEZd/qjpn0HxMFTARvCxVP9MfMrJyzxUoiwcWGcMbeBP56aqIemS4tF1n2qUyy0MrzyPTeefaA2qSPtQNaFytmcaPRbscJGWzouQpfcSTIQY4OyBCRKbZgqb24Umc2VGki+Z1Oli6Wacef1nxpCKcClC63rKJTx root@vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9 ssh-dss AAAAB3NzaC1kc3MAAACBAMFfzLifFESgK5pRj2yDGc0kg0J3D078i4kwuNCscuB8l8BiZlSoW39kGwqgYlEsrG5ZTLxdIqmDQhHA5aSUUy3v7ieRQ2XJ+QasgmcpBVZei2J8RkwqM0j6RJYZPlhLKhBMP75kSqTlml0rYO94GHcTjh6PDZHb7z5giyGgLnfXAAAAFQDy1DaM1Rjae1blcxgw7K/RA9SOiQAAAIBNEexOgEuwhHMjIb5emeGUWRQpRu523lAuVbQIAqoDpkYrfb0J6sqILJlNz9JdzsaNQbZzate+PG8ZMlsrq5b39GlxcdehTkvrfg0XcPnyfavib+wYWAv0rtxfAgucKws7MLpTr4b114q3/JBJlTFX1jnSkb533xvfM4RjskNRggAAAIBOpU2pTwLx7zMe8BP1AcFqq3UXENFt/ybwtKGPZNeDfxABARs579LmXX+MAHhfIM/OtWZ1zxAAOJCwHsWnWLhJvubQdG1yVYocf6YxU9GlsWkFoQu7D7VFq1dP1NLroRolt2Y1+obn9wOgxWBNfjXaTcOKsQraEmgLBoW9wHvKIA== root@vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9 -----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:fed3:3d0c/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-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.81 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-41f9f12e-0239-4925-a218-cde3246490b9 login: 2018-09-01 00:41:49,005 - paramiko.transport - DEBUG - starting thread (client mode): 0x93aa2f50L 2018-09-01 00:41:49,006 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 00:41:49,006 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 00:41:49,006 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 00:41:49,007 - 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 00:41:49,008 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 00:41:49,008 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 00:41:49,008 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 00:41:49,008 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 00:41:49,008 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 00:41:49,027 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 00:41:49,028 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 00:41:49,038 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: 80f1c0ec61295659dded13ba393c13d9 2018-09-01 00:41:49,039 - paramiko.transport - DEBUG - Trying discovered key d4f9314fa317d1301c182463e446152d in /tmp/tmp7fEI4n 2018-09-01 00:41:49,065 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 00:41:49,071 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 00:41:49,103 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 00:41:49,104 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 00:41:49,105 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 00:41:49,106 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 00:41:49,109 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 00:41:49,109 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.10 (192.168.120.10): 56 data bytes 64 bytes from 192.168.120.10: seq=0 ttl=64 time=1.212 ms --- 192.168.120.10 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.212/1.212/1.212 ms 2018-09-01 00:41:49,110 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-09-01 00:41:49,114 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 00:41:49,230 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 00:41:49,231 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 00:41:49,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 00:41:49,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:49,570 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:41: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-586ae7b0-dee6-4757-88f5-e009e6ff7a94 x-compute-request-id: req-586ae7b0-dee6-4757-88f5-e009e6ff7a94 Content-Type: application/json 2018-09-01 00:41:49,570 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6 used request id req-586ae7b0-dee6-4757-88f5-e009e6ff7a94 2018-09-01 00:41:49,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.333759784698s 2018-09-01 00:41:49,571 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6 used request id req-586ae7b0-dee6-4757-88f5-e009e6ff7a94 2018-09-01 00:41:49,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:41:49,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:50,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41: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-1a4db170-6c06-404c-863e-1b4c017f64fc x-compute-request-id: req-1a4db170-6c06-404c-863e-1b4c017f64fc Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:3d:0c", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:3d:0c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:41:23.000000", "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "751138ba-0b58-43b2-b261-bc64ae59ed32", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:23Z", "hostId": "b78e6b451f364b2170d6a35a8c0882e2c4232993b49e2ff02c0b8a66", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9", "name": "vping_ssh-vm_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:41:12Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c9:67", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c268dae9-b225-4342-b1c2-ce63632112c6", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:41:04.000000", "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "c268dae9-b225-4342-b1c2-ce63632112c6", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:49Z", "hostId": "c7238aad6865854892aaa19e48599a6568bdc82ee073e55bf83aea36", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:40:55Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:41:50,667 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1a4db170-6c06-404c-863e-1b4c017f64fc 2018-09-01 00:41:50,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09578990936s 2018-09-01 00:41:50,667 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1a4db170-6c06-404c-863e-1b4c017f64fc 2018-09-01 00:41:50,670 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:41:52,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:41:52,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:53,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41: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-a49528c8-be08-41fc-96c5-0363a6710f78 x-compute-request-id: req-a49528c8-be08-41fc-96c5-0363a6710f78 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:3d:0c", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:3d:0c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:41:23.000000", "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "751138ba-0b58-43b2-b261-bc64ae59ed32", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:23Z", "hostId": "b78e6b451f364b2170d6a35a8c0882e2c4232993b49e2ff02c0b8a66", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9", "name": "vping_ssh-vm_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:41:12Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:41:53,433 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a49528c8-be08-41fc-96c5-0363a6710f78 2018-09-01 00:41:53,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.760352134705s 2018-09-01 00:41:53,433 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a49528c8-be08-41fc-96c5-0363a6710f78 2018-09-01 00:41:53,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 00:41:53,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/dca065b8-2c50-4ba4-bae7-45d1866dcedd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:54,905 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ca893ac7-4cbf-4ab9-8f0c-89241a13b9ce Content-Length: 0 Date: Sat, 01 Sep 2018 00:41:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:41:54,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/dca065b8-2c50-4ba4-bae7-45d1866dcedd.json used request id req-ca893ac7-4cbf-4ab9-8f0c-89241a13b9ce 2018-09-01 00:41:54,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.46774101257s 2018-09-01 00:41:54,905 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/dca065b8-2c50-4ba4-bae7-45d1866dcedd.json used request id req-ca893ac7-4cbf-4ab9-8f0c-89241a13b9ce 2018-09-01 00:41:54,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:41:54,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:55,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b0a7d79f-98cc-4073-8322-78ba5bd7d9a8 Date: Sat, 01 Sep 2018 00:41:55 GMT RESP BODY: {"floatingips": []} 2018-09-01 00:41:55,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b0a7d79f-98cc-4073-8322-78ba5bd7d9a8 2018-09-01 00:41:55,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.31067609787s 2018-09-01 00:41:55,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b0a7d79f-98cc-4073-8322-78ba5bd7d9a8 2018-09-01 00:41:55,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 00:41:55,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:55,451 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:41:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8624901c-fc8f-4555-ad28-45d338a2bab3 x-compute-request-id: req-8624901c-fc8f-4555-ad28-45d338a2bab3 Content-Type: application/json 2018-09-01 00:41:55,451 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32 used request id req-8624901c-fc8f-4555-ad28-45d338a2bab3 2018-09-01 00:41:55,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.229048013687s 2018-09-01 00:41:55,451 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32 used request id req-8624901c-fc8f-4555-ad28-45d338a2bab3 2018-09-01 00:41:55,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:41:55,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:55,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41: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-6304efa9-ffda-4930-867a-994806faa916 x-compute-request-id: req-6304efa9-ffda-4930-867a-994806faa916 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:3d:0c", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:3d:0c", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/751138ba-0b58-43b2-b261-bc64ae59ed32", "rel": "bookmark"}], "image": {"id": "e07c8048-d2c6-439f-a367-d92390273d81", "links": [{"href": "http://172.30.9.23:8774/images/e07c8048-d2c6-439f-a367-d92390273d81", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:41:23.000000", "flavor": {"id": "1170664d-7c85-4fba-89c8-4b27e0de6160", "links": [{"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "bookmark"}]}, "id": "751138ba-0b58-43b2-b261-bc64ae59ed32", "security_groups": [{"name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}], "user_id": "fad6fb2d252f4c44ad5e2e557c287a76", "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-01T00:41:55Z", "hostId": "b78e6b451f364b2170d6a35a8c0882e2c4232993b49e2ff02c0b8a66", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9", "name": "vping_ssh-vm_41f9f12e-0239-4925-a218-cde3246490b9", "created": "2018-09-01T00:41:12Z", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:41:55,920 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6304efa9-ffda-4930-867a-994806faa916 2018-09-01 00:41:55,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.468313932419s 2018-09-01 00:41:55,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6304efa9-ffda-4930-867a-994806faa916 2018-09-01 00:41:55,922 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:41:57,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:41:57,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:58,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:41:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d6240f9-a70e-44d2-ae5c-23a296647172 x-compute-request-id: req-6d6240f9-a70e-44d2-ae5c-23a296647172 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 00:41:58,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6d6240f9-a70e-44d2-ae5c-23a296647172 2018-09-01 00:41:58,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0911660194397s 2018-09-01 00:41:58,015 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6d6240f9-a70e-44d2-ae5c-23a296647172 2018-09-01 00:41:58,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 00:41:58,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:58,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-577cd2d1-0c70-42ce-a497-7c97f0997b5f Date: Sat, 01 Sep 2018 00:41:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "created_at": "2018-09-01T00:40:38Z", "updated_at": "2018-09-01T00:40:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:38Z", "revision_number": 0, "id": "156022d9-0054-4137-bafa-ddb7f8adbc86", "remote_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:38Z", "security_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv6", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:38Z", "revision_number": 0, "id": "685d1a83-5b4c-488a-a140-054ead16987d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:38Z", "security_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv4", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:38Z", "revision_number": 0, "id": "b6e90e41-8253-480a-99a5-579a96f262be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:38Z", "security_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv6", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:38Z", "revision_number": 0, "id": "e3ccba50-558f-4672-806a-2d1a70e5eca4", "remote_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:38Z", "security_group_id": "111b8ee3-ff14-4e92-a510-075584917901", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv4", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}], "revision_number": 1, "project_id": "68b4b20495874daf9b6fa83e65415bb2", "id": "111b8ee3-ff14-4e92-a510-075584917901", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "created_at": "2018-09-01T00:40:48Z", "updated_at": "2018-09-01T00:40:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:48Z", "revision_number": 0, "id": "60da678f-fe51-4064-8d85-736e0ec4f448", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:48Z", "security_group_id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv4", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:49Z", "revision_number": 0, "id": "6f91fd40-4db8-4b0c-99ec-9108edf58d1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:49Z", "security_group_id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv4", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T00:40:48Z", "revision_number": 0, "id": "799aafd1-4ffb-4b9c-b754-7004850fe7d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:48Z", "security_group_id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:40:48Z", "revision_number": 0, "id": "b3ecb56e-ea3f-42a8-8703-14964e4e823d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:40:48Z", "security_group_id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "port_range_min": null, "ethertype": "IPv6", "project_id": "68b4b20495874daf9b6fa83e65415bb2"}], "revision_number": 3, "project_id": "68b4b20495874daf9b6fa83e65415bb2", "id": "7e49c48b-364e-42fe-921d-6b680e2319ff", "name": "vping_ssh-sg_41f9f12e-0239-4925-a218-cde3246490b9"}]} 2018-09-01 00:41:58,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-577cd2d1-0c70-42ce-a497-7c97f0997b5f 2018-09-01 00:41:58,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0523951053619s 2018-09-01 00:41:58,071 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-577cd2d1-0c70-42ce-a497-7c97f0997b5f 2018-09-01 00:41:58,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 00:41:58,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/7e49c48b-364e-42fe-921d-6b680e2319ff.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:58,301 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-52f35889-b565-487b-bff8-4191fbd2efb8 Content-Length: 0 Date: Sat, 01 Sep 2018 00:41:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:41:58,302 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/7e49c48b-364e-42fe-921d-6b680e2319ff.json used request id req-52f35889-b565-487b-bff8-4191fbd2efb8 2018-09-01 00:41:58,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.226866006851s 2018-09-01 00:41:58,302 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/7e49c48b-364e-42fe-921d-6b680e2319ff.json used request id req-52f35889-b565-487b-bff8-4191fbd2efb8 2018-09-01 00:41:58,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 00:41:58,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:41:58,513 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:41:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dd7d19c9-1acb-488f-a85a-aa0be3be0be0 x-compute-request-id: req-dd7d19c9-1acb-488f-a85a-aa0be3be0be0 Content-Length: 0 Content-Type: application/json 2018-09-01 00:41:58,513 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9 used request id req-dd7d19c9-1acb-488f-a85a-aa0be3be0be0 2018-09-01 00:41:58,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.210381031036s 2018-09-01 00:41:58,513 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_41f9f12e-0239-4925-a218-cde3246490b9 used request id req-dd7d19c9-1acb-488f-a85a-aa0be3be0be0 2018-09-01 00:41:58,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 00:41:58,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0/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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" -d '{"subnet_id": "8e037a4c-5618-4c75-b0f6-1bbffc28c714"}' 2018-09-01 00:42:00,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5a47982d-6c99-4920-9cfb-e55c9147dcda Date: Sat, 01 Sep 2018 00:42:00 GMT RESP BODY: {"network_id": "37676a85-9508-43ba-9e61-1f45508224df", "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "subnet_id": "8e037a4c-5618-4c75-b0f6-1bbffc28c714", "subnet_ids": ["8e037a4c-5618-4c75-b0f6-1bbffc28c714"], "port_id": "41ca85fd-3e11-4e2d-9aef-b40a5b4f9a5a", "id": "d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0"} 2018-09-01 00:42:00,287 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0/remove_router_interface.json used request id req-5a47982d-6c99-4920-9cfb-e55c9147dcda 2018-09-01 00:42:00,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.77358794212s 2018-09-01 00:42:00,288 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0/remove_router_interface.json used request id req-5a47982d-6c99-4920-9cfb-e55c9147dcda returning object d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0 2018-09-01 00:42:00,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 00:42:00,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:42:00,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-72ff8714-bf80-46d0-9cef-c2fa9335ef18 Date: Sat, 01 Sep 2018 00:42:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "68b4b20495874daf9b6fa83e65415bb2", "created_at": "2018-09-01T00:40:40Z", "admin_state_up": true, "updated_at": "2018-09-01T00:41:59Z", "revision_number": 4, "routes": [], "project_id": "68b4b20495874daf9b6fa83e65415bb2", "id": "d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0", "name": "vping_ssh-router_41f9f12e-0239-4925-a218-cde3246490b9"}]} 2018-09-01 00:42:00,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-72ff8714-bf80-46d0-9cef-c2fa9335ef18 2018-09-01 00:42:00,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.280443906784s 2018-09-01 00:42:00,569 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-72ff8714-bf80-46d0-9cef-c2fa9335ef18 2018-09-01 00:42:00,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 00:42:00,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:42:02,333 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e8f246a7-85cf-4188-923b-1469e7e3a935 Content-Length: 0 Date: Sat, 01 Sep 2018 00:42:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:42:02,333 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0.json used request id req-e8f246a7-85cf-4188-923b-1469e7e3a935 2018-09-01 00:42:02,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.76255893707s 2018-09-01 00:42:02,333 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/d40cfbdd-d8d9-491a-95ca-a0ac0761f2a0.json used request id req-e8f246a7-85cf-4188-923b-1469e7e3a935 2018-09-01 00:42:02,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:42:02,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:42:02,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-02d30f66-b545-44b5-befd-46de8913e8d2 Date: Sat, 01 Sep 2018 00:42:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37676a85-9508-43ba-9e61-1f45508224df","tenant_id":"68b4b20495874daf9b6fa83e65415bb2","created_at":"2018-09-01T00:40:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:40:40Z","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":"68b4b20495874daf9b6fa83e65415bb2","id":"8e037a4c-5618-4c75-b0f6-1bbffc28c714","subnetpool_id":null,"name":"vping_ssh-subnet_41f9f12e-0239-4925-a218-cde3246490b9"}]} 2018-09-01 00:42:02,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-02d30f66-b545-44b5-befd-46de8913e8d2 2018-09-01 00:42:02,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0411658287048s 2018-09-01 00:42:02,375 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-02d30f66-b545-44b5-befd-46de8913e8d2 2018-09-01 00:42:02,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 00:42:02,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/8e037a4c-5618-4c75-b0f6-1bbffc28c714.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:42:04,851 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5a476d2a-bb6e-400a-a7fe-1bf1e4285542 Date: Sat, 01 Sep 2018 00:42:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:42:04,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/8e037a4c-5618-4c75-b0f6-1bbffc28c714.json used request id req-5a476d2a-bb6e-400a-a7fe-1bf1e4285542 2018-09-01 00:42:04,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.47492408752s 2018-09-01 00:42:04,852 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/8e037a4c-5618-4c75-b0f6-1bbffc28c714.json used request id req-5a476d2a-bb6e-400a-a7fe-1bf1e4285542 2018-09-01 00:42:04,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:42:04,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:42:05,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-40ee3dff-52de-49fe-bff9-4b41ee7d34ac Date: Sat, 01 Sep 2018 00:42:05 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-01T00:42:04Z","tenant_id":"68b4b20495874daf9b6fa83e65415bb2","created_at":"2018-09-01T00:40:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"68b4b20495874daf9b6fa83e65415bb2","id":"37676a85-9508-43ba-9e61-1f45508224df","name":"vping_ssh-net_41f9f12e-0239-4925-a218-cde3246490b9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:42:05,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-40ee3dff-52de-49fe-bff9-4b41ee7d34ac 2018-09-01 00:42:05,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.277236938477s 2018-09-01 00:42:05,130 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-40ee3dff-52de-49fe-bff9-4b41ee7d34ac 2018-09-01 00:42:05,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 00:42:05,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/37676a85-9508-43ba-9e61-1f45508224df.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:42:06,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1cccdf79-0098-493a-8905-6dcfc62a567a Date: Sat, 01 Sep 2018 00:42:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:42:06,571 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/37676a85-9508-43ba-9e61-1f45508224df.json used request id req-1cccdf79-0098-493a-8905-6dcfc62a567a 2018-09-01 00:42:06,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.43985486031s 2018-09-01 00:42:06,571 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/37676a85-9508-43ba-9e61-1f45508224df.json used request id req-1cccdf79-0098-493a-8905-6dcfc62a567a 2018-09-01 00:42:06,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:42:06,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:42:06,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-62ad0c13-5ae5-40b8-8050-c2fe829e26e0 Date: Sat, 01 Sep 2018 00:42:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:40:46Z", "file": "/v2/images/e07c8048-d2c6-439f-a367-d92390273d81/file", "owner": "68b4b20495874daf9b6fa83e65415bb2", "id": "e07c8048-d2c6-439f-a367-d92390273d81", "size": 12716032, "self": "/v2/images/e07c8048-d2c6-439f-a367-d92390273d81", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/e07c8048-d2c6-439f-a367-d92390273d81/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/e07c8048-d2c6-439f-a367-d92390273d81/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_41f9f12e-0239-4925-a218-cde3246490b9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_41f9f12e-0239-4925-a218-cde3246490b9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:40:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:42:06,878 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-62ad0c13-5ae5-40b8-8050-c2fe829e26e0 2018-09-01 00:42:06,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.302201986313s 2018-09-01 00:42:06,878 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-62ad0c13-5ae5-40b8-8050-c2fe829e26e0 2018-09-01 00:42:06,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 00:42:06,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/e07c8048-d2c6-439f-a367-d92390273d81 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0753b42f79b5bcc9354d7da511f28dcf1014e11" 2018-09-01 00:42:07,386 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b43f48b7-456f-4d62-bd09-79f8d72224c4 Date: Sat, 01 Sep 2018 00:42:07 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 00:42:07,386 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e07c8048-d2c6-439f-a367-d92390273d81 used request id req-b43f48b7-456f-4d62-bd09-79f8d72224c4 2018-09-01 00:42:07,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.506691932678s 2018-09-01 00:42:07,387 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e07c8048-d2c6-439f-a367-d92390273d81 used request id req-b43f48b7-456f-4d62-bd09-79f8d72224c4 2018-09-01 00:42:07,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:42:07,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:42:07,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a62755b-c1f2-4d10-99f4-9000ec680d83 x-compute-request-id: req-3a62755b-c1f2-4d10-99f4-9000ec680d83 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_41f9f12e-0239-4925-a218-cde3246490b9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160", "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": "1170664d-7c85-4fba-89c8-4b27e0de6160"}]} 2018-09-01 00:42:07,410 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-3a62755b-c1f2-4d10-99f4-9000ec680d83 2018-09-01 00:42:07,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0228807926178s 2018-09-01 00:42:07,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-3a62755b-c1f2-4d10-99f4-9000ec680d83 2018-09-01 00:42:07,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 00:42:07,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:42:07,450 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:42:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a15bc495-f8a1-4c37-9671-f808e5f41ab2 x-compute-request-id: req-a15bc495-f8a1-4c37-9671-f808e5f41ab2 Content-Length: 0 Content-Type: application/json 2018-09-01 00:42:07,451 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160 used request id req-a15bc495-f8a1-4c37-9671-f808e5f41ab2 2018-09-01 00:42:07,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0390439033508s 2018-09-01 00:42:07,451 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/1170664d-7c85-4fba-89c8-4b27e0de6160 used request id req-a15bc495-f8a1-4c37-9671-f808e5f41ab2 2018-09-01 00:42:07,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:42:07,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:42:07,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2af024d5-6ff3-4b8f-8260-5d77c6181f9a Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/09616bbc3d7d47f7bf356facf9604904"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09616bbc3d7d47f7bf356facf9604904", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/1b7d7499248f4b1ab3e2c3eafd6884e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b7d7499248f4b1ab3e2c3eafd6884e3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/39f008d4ed9b46e88df6661386fb834c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39f008d4ed9b46e88df6661386fb834c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/4f1efd27b815414c80bafafd80b0a731"}, "domain_id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "enabled": true, "options": {}, "id": "4f1efd27b815414c80bafafd80b0a731", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/5755fbc5e3f149d286b38eab1592f2cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5755fbc5e3f149d286b38eab1592f2cd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/5a7473fb7a3d483bad8691aca2f3945e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a7473fb7a3d483bad8691aca2f3945e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/5a775d82f5b040388bd9b234b406b8cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a775d82f5b040388bd9b234b406b8cf", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/71e10b6e83144e6480810c69dc4f4357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e10b6e83144e6480810c69dc4f4357", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/790e0ffa6b2f4654a159933f6bb087b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "790e0ffa6b2f4654a159933f6bb087b2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/8b0b26cb19d94b42b2053081018c0256"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b0b26cb19d94b42b2053081018c0256", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/ab9e44a845b446c5ad7c6f7aa89c7b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab9e44a845b446c5ad7c6f7aa89c7b00", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c1e3ed7585964a61bb487b909cdc21f1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e3ed7585964a61bb487b909cdc21f1", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/c397b2a20dde4a928a000743315a1d4d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c397b2a20dde4a928a000743315a1d4d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/c7a220b02e39464182c785f083b70399"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7a220b02e39464182c785f083b70399", "email": "glance@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_41f9f12e-0239-4925-a218-cde3246490b9", "links": {"self": "http://172.30.9.23:5000/v3/users/fad6fb2d252f4c44ad5e2e557c287a76"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fad6fb2d252f4c44ad5e2e557c287a76", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-01 00:42:07,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2af024d5-6ff3-4b8f-8260-5d77c6181f9a 2018-09-01 00:42:07,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.2203540802s 2018-09-01 00:42:07,673 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2af024d5-6ff3-4b8f-8260-5d77c6181f9a 2018-09-01 00:42:07,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:42:07,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/fad6fb2d252f4c44ad5e2e557c287a76 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:42:07,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfe24331-7fb8-47c3-8250-062421b2b9cd Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_41f9f12e-0239-4925-a218-cde3246490b9", "links": {"self": "http://172.30.9.23:5000/v3/users/fad6fb2d252f4c44ad5e2e557c287a76"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "fad6fb2d252f4c44ad5e2e557c287a76", "description": null}} 2018-09-01 00:42:07,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/fad6fb2d252f4c44ad5e2e557c287a76 used request id req-bfe24331-7fb8-47c3-8250-062421b2b9cd 2018-09-01 00:42:07,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.226958990097s 2018-09-01 00:42:07,906 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/fad6fb2d252f4c44ad5e2e557c287a76 used request id req-bfe24331-7fb8-47c3-8250-062421b2b9cd 2018-09-01 00:42:07,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 00:42:07,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/fad6fb2d252f4c44ad5e2e557c287a76 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:42:08,316 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:42:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84e2173f-7515-4950-90fd-5a0c2ef1f5db 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 00:42:08,316 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/fad6fb2d252f4c44ad5e2e557c287a76 used request id req-84e2173f-7515-4950-90fd-5a0c2ef1f5db 2018-09-01 00:42:08,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.409789085388s 2018-09-01 00:42:08,316 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/fad6fb2d252f4c44ad5e2e557c287a76 used request id req-84e2173f-7515-4950-90fd-5a0c2ef1f5db 2018-09-01 00:42:08,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 00:42:08,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:42:08,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b13eb248-3454-4f5f-8333-0a3692aec6bc Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b"}, "tags": [], "enabled": true, "id": "124aad9de364486f8e974ab17ceaff0b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/68b4b20495874daf9b6fa83e65415bb2"}, "tags": [], "enabled": true, "id": "68b4b20495874daf9b6fa83e65415bb2", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_41f9f12e-0239-4925-a218-cde3246490b9"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/82385a1db3524c2f9b0afe851a76008c"}, "tags": [], "enabled": true, "id": "82385a1db3524c2f9b0afe851a76008c", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 00:42:08,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-b13eb248-3454-4f5f-8333-0a3692aec6bc 2018-09-01 00:42:08,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.198943138123s 2018-09-01 00:42:08,522 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-b13eb248-3454-4f5f-8333-0a3692aec6bc 2018-09-01 00:42:08,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 00:42:08,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/68b4b20495874daf9b6fa83e65415bb2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd835fde9979446929514a90b364f35538701831" 2018-09-01 00:42:08,860 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:42:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-226e22b0-e883-49b4-97dc-0a53b8fff19e 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 00:42:08,860 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/68b4b20495874daf9b6fa83e65415bb2 used request id req-226e22b0-e883-49b4-97dc-0a53b8fff19e 2018-09-01 00:42:08,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.33348107338s 2018-09-01 00:42:08,860 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/68b4b20495874daf9b6fa83e65415bb2 used request id req-226e22b0-e883-49b4-97dc-0a53b8fff19e 2018-09-01 00:42:08,911 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-09-01 00:42:08,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:42:08,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:42:08,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:42:08,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:42:08,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:42:08,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:42:08,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:42:08,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:42:08,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:42:08,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:42:08,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:42:08,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:42:08,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:42:08,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:42:08,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:42:08,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:42:08,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:42:08,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:42:08,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:42:08,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:42:08,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:42:08,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:42:08,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:42:08,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd71f2a7-dbd8-49d6-a1d1-f00ab125f163 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:42:08,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dd71f2a7-dbd8-49d6-a1d1-f00ab125f163 2018-09-01 00:42:08,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:42:09,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04fa0466cabf412bae8b52a52856f734", "name": "admin"}, {"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:42:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82385a1db3524c2f9b0afe851a76008c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c1e3ed7585964a61bb487b909cdc21f1"}, "audit_ids": ["_aW38q8yT8WQ5a7nRCNeQg"], "issued_at": "2018-09-01T00:42:09.000000Z"}} 2018-09-01 00:42:09,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:42:09,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:42:09,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-26b25b51-7cf9-46b5-ae07-e0c906551179 Date: Sat, 01 Sep 2018 00:42:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:42:09,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-26b25b51-7cf9-46b5-ae07-e0c906551179 2018-09-01 00:42:09,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.520742177963s 2018-09-01 00:42:09,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-26b25b51-7cf9-46b5-ae07-e0c906551179 2018-09-01 00:42:09,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:42:09,896 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 00:42:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c39e7bb-f29b-4e76-bfa0-7148966da396 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.23:5000/v3/", "rel": "self"}]}]}} 2018-09-01 00:42:09,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-5c39e7bb-f29b-4e76-bfa0-7148966da396 2018-09-01 00:42:09,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 00:42:09,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:42:10,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6cb125a-3722-460b-9b48-bb6dfd2a5e76 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/e9f4e5d3e25e437fbbc5bdfc422dbea3"}, "tags": [], "enabled": true, "id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "name": "heat_stack"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 00:42:10,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-b6cb125a-3722-460b-9b48-bb6dfd2a5e76 2018-09-01 00:42:10,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.199868917465s 2018-09-01 00:42:10,097 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-b6cb125a-3722-460b-9b48-bb6dfd2a5e76 2018-09-01 00:42:10,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 00:42:10,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_afaa6d24-ddbb-4be4-bcda-83733f42386c"}}' 2018-09-01 00:42:10,338 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 00:42:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c831d8b-9aaa-4dad-9f39-3527b03b18af 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.23:5000/v3/projects/a86af8767d94442789299718f5689f88"}, "tags": [], "enabled": true, "id": "a86af8767d94442789299718f5689f88", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_afaa6d24-ddbb-4be4-bcda-83733f42386c"}} 2018-09-01 00:42:10,338 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-5c831d8b-9aaa-4dad-9f39-3527b03b18af 2018-09-01 00:42:10,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.233468055725s 2018-09-01 00:42:10,338 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-5c831d8b-9aaa-4dad-9f39-3527b03b18af 2018-09-01 00:42:10,339 - 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'a86af8767d94442789299718f5689f88', '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_afaa6d24-ddbb-4be4-bcda-83733f42386c'}) 2018-09-01 00:42:10,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 00:42:10,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "624ac91c-093f-4b7c-961f-bc2a7718b7e5", "email": null, "name": "vping_userdata-user_afaa6d24-ddbb-4be4-bcda-83733f42386c"}}' 2018-09-01 00:42:10,810 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 00:42:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-837cc37e-1cf7-4f66-be93-284ae5f1673f Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_afaa6d24-ddbb-4be4-bcda-83733f42386c", "links": {"self": "http://172.30.9.23:5000/v3/users/6021d88be503419abdbaf9eddc920017"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6021d88be503419abdbaf9eddc920017", "domain_id": "default", "password_expires_at": null}} 2018-09-01 00:42:10,811 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-837cc37e-1cf7-4f66-be93-284ae5f1673f 2018-09-01 00:42:10,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.466203927994s 2018-09-01 00:42:10,811 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-837cc37e-1cf7-4f66-be93-284ae5f1673f 2018-09-01 00:42:10,812 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6021d88be503419abdbaf9eddc920017', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_afaa6d24-ddbb-4be4-bcda-83733f42386c'}) 2018-09-01 00:42:10,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:42:10,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:42:11,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36c71849-561e-42b0-868d-ff408734b01c Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:42:11,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-36c71849-561e-42b0-868d-ff408734b01c 2018-09-01 00:42:11,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.215464115143s 2018-09-01 00:42:11,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-36c71849-561e-42b0-868d-ff408734b01c 2018-09-01 00:42:11,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:42:11,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:42:11,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc258c1-d793-40d7-b16e-9184c5495c2e Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:42:11,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1fc258c1-d793-40d7-b16e-9184c5495c2e 2018-09-01 00:42:11,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183851957321s 2018-09-01 00:42:11,220 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1fc258c1-d793-40d7-b16e-9184c5495c2e 2018-09-01 00:42:11,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:42:11,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:42:11,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2655ba-00ed-4939-bab3-8596d7608618 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:42:11,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7f2655ba-00ed-4939-bab3-8596d7608618 2018-09-01 00:42:11,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199240922928s 2018-09-01 00:42:11,425 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7f2655ba-00ed-4939-bab3-8596d7608618 2018-09-01 00:42:11,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 00:42:11,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:42:11,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9889a4c-d646-4b89-a81f-dcb39d8a7095 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 00:42:11,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-d9889a4c-d646-4b89-a81f-dcb39d8a7095 2018-09-01 00:42:11,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.204122066498s 2018-09-01 00:42:11,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-d9889a4c-d646-4b89-a81f-dcb39d8a7095 2018-09-01 00:42:11,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:42:11,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:42:11,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b93729c9-a115-46cb-88f9-987dbc7912e7 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/09616bbc3d7d47f7bf356facf9604904"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09616bbc3d7d47f7bf356facf9604904", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/1b7d7499248f4b1ab3e2c3eafd6884e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b7d7499248f4b1ab3e2c3eafd6884e3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/39f008d4ed9b46e88df6661386fb834c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39f008d4ed9b46e88df6661386fb834c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/4f1efd27b815414c80bafafd80b0a731"}, "domain_id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "enabled": true, "options": {}, "id": "4f1efd27b815414c80bafafd80b0a731", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/5755fbc5e3f149d286b38eab1592f2cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5755fbc5e3f149d286b38eab1592f2cd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/5a7473fb7a3d483bad8691aca2f3945e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a7473fb7a3d483bad8691aca2f3945e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/5a775d82f5b040388bd9b234b406b8cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a775d82f5b040388bd9b234b406b8cf", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_afaa6d24-ddbb-4be4-bcda-83733f42386c", "links": {"self": "http://172.30.9.23:5000/v3/users/6021d88be503419abdbaf9eddc920017"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6021d88be503419abdbaf9eddc920017", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/71e10b6e83144e6480810c69dc4f4357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e10b6e83144e6480810c69dc4f4357", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/790e0ffa6b2f4654a159933f6bb087b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "790e0ffa6b2f4654a159933f6bb087b2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/8b0b26cb19d94b42b2053081018c0256"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b0b26cb19d94b42b2053081018c0256", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/ab9e44a845b446c5ad7c6f7aa89c7b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab9e44a845b446c5ad7c6f7aa89c7b00", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c1e3ed7585964a61bb487b909cdc21f1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e3ed7585964a61bb487b909cdc21f1", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/c397b2a20dde4a928a000743315a1d4d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c397b2a20dde4a928a000743315a1d4d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/c7a220b02e39464182c785f083b70399"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7a220b02e39464182c785f083b70399", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-01 00:42:11,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b93729c9-a115-46cb-88f9-987dbc7912e7 2018-09-01 00:42:11,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.229438066483s 2018-09-01 00:42:11,865 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b93729c9-a115-46cb-88f9-987dbc7912e7 2018-09-01 00:42:11,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 00:42:11,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:42:12,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f849cc-415c-4a4a-b237-9a73c80de60f Content-Encoding: gzip Content-Length: 400 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/82385a1db3524c2f9b0afe851a76008c"}, "tags": [], "enabled": true, "id": "82385a1db3524c2f9b0afe851a76008c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b"}, "tags": [], "enabled": true, "id": "124aad9de364486f8e974ab17ceaff0b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/a86af8767d94442789299718f5689f88"}, "tags": [], "enabled": true, "id": "a86af8767d94442789299718f5689f88", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_afaa6d24-ddbb-4be4-bcda-83733f42386c"}]} 2018-09-01 00:42:12,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d6f849cc-415c-4a4a-b237-9a73c80de60f 2018-09-01 00:42:12,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.210409879684s 2018-09-01 00:42:12,087 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d6f849cc-415c-4a4a-b237-9a73c80de60f 2018-09-01 00:42:12,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 00:42:12,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=6021d88be503419abdbaf9eddc920017&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=a86af8767d94442789299718f5689f88" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:42:12,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3da47d84-7bc0-4a36-8506-0bf2f747aa51 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=6021d88be503419abdbaf9eddc920017&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=a86af8767d94442789299718f5689f88", "previous": null, "next": null}} 2018-09-01 00:42:12,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=6021d88be503419abdbaf9eddc920017&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=a86af8767d94442789299718f5689f88 used request id req-3da47d84-7bc0-4a36-8506-0bf2f747aa51 2018-09-01 00:42:12,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.1967420578s 2018-09-01 00:42:12,292 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=6021d88be503419abdbaf9eddc920017&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=a86af8767d94442789299718f5689f88 used request id req-3da47d84-7bc0-4a36-8506-0bf2f747aa51 2018-09-01 00:42:12,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 00:42:12,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/a86af8767d94442789299718f5689f88/users/6021d88be503419abdbaf9eddc920017/roles/1f2bde3e8e224213861d11fb61c4b749 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:42:12,590 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:42:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce8f7f18-b772-4a45-a9f2-23403aca98a9 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 00:42:12,591 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/a86af8767d94442789299718f5689f88/users/6021d88be503419abdbaf9eddc920017/roles/1f2bde3e8e224213861d11fb61c4b749 used request id req-ce8f7f18-b772-4a45-a9f2-23403aca98a9 2018-09-01 00:42:12,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.295680999756s 2018-09-01 00:42:12,591 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/a86af8767d94442789299718f5689f88/users/6021d88be503419abdbaf9eddc920017/roles/1f2bde3e8e224213861d11fb61c4b749 used request id req-ce8f7f18-b772-4a45-a9f2-23403aca98a9 2018-09-01 00:42:12,592 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_afaa6d24-ddbb-4be4-bcda-83733f42386c', 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'a86af8767d94442789299718f5689f88', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '624ac91c-093f-4b7c-961f-bc2a7718b7e5', 'username': u'vping_userdata-user_afaa6d24-ddbb-4be4-bcda-83733f42386c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23: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 00:42:12,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:42:12,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:42:12,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:42:12,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:42:12,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:42:12,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:42:12,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:42:12,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:42:12,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:42:12,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:42:12,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:42:12,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:42:12,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:42:12,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:42:12,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:42:12,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:42:12,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:42:12,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:42:12,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:42:12,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:42:12,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:42:12,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:42:12,597 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_afaa6d24-ddbb-4be4-bcda-83733f42386c', 'password': '624ac91c-093f-4b7c-961f-bc2a7718b7e5', 'project_name': 'vping_userdata-project_afaa6d24-ddbb-4be4-bcda-83733f42386c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'a86af8767d94442789299718f5689f88', 'project_domain_name': 'Default'} 2018-09-01 00:42:12,597 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-09-01 00:42:12,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:42:12,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92d52e00-7830-440b-9858-086529001f81 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:42:12,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-92d52e00-7830-440b-9858-086529001f81 2018-09-01 00:42:12,606 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:42:13,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:42:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a86af8767d94442789299718f5689f88", "name": "vping_userdata-project_afaa6d24-ddbb-4be4-bcda-83733f42386c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/a86af8767d94442789299718f5689f88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/a86af8767d94442789299718f5689f88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/a86af8767d94442789299718f5689f88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/a86af8767d94442789299718f5689f88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/a86af8767d94442789299718f5689f88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/a86af8767d94442789299718f5689f88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_a86af8767d94442789299718f5689f88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_a86af8767d94442789299718f5689f88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a86af8767d94442789299718f5689f88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/a86af8767d94442789299718f5689f88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/a86af8767d94442789299718f5689f88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a86af8767d94442789299718f5689f88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/a86af8767d94442789299718f5689f88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/a86af8767d94442789299718f5689f88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_afaa6d24-ddbb-4be4-bcda-83733f42386c", "id": "6021d88be503419abdbaf9eddc920017"}, "audit_ids": ["bj7KeoqUQ2WuI6BCggZZzQ"], "issued_at": "2018-09-01T00:42:12.000000Z"}} 2018-09-01 00:42:13,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 00:42:13,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" -d '{"network": {"name": "vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c", "admin_state_up": true}}' 2018-09-01 00:42:13,966 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-43b00c17-39f6-4ea0-84d5-ac79d78ff077 Date: Sat, 01 Sep 2018 00:42:13 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a86af8767d94442789299718f5689f88","created_at":"2018-09-01T00:42:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T00:42:13Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a86af8767d94442789299718f5689f88","id":"a3703ec6-92cb-45a1-9cf7-b5e783adb7ca","name":"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c"}} 2018-09-01 00:42:13,966 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-43b00c17-39f6-4ea0-84d5-ac79d78ff077 2018-09-01 00:42:13,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.953173160553s 2018-09-01 00:42:13,967 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-43b00c17-39f6-4ea0-84d5-ac79d78ff077 2018-09-01 00:42:13,967 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:42:13Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'a3703ec6-92cb-45a1-9cf7-b5e783adb7ca', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c', u'admin_state_up': True, u'tenant_id': u'a86af8767d94442789299718f5689f88', u'created_at': u'2018-09-01T00:42:13Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a86af8767d94442789299718f5689f88'}) 2018-09-01 00:42:13,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:42:13,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:14,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-984c8975-ff62-4e34-bb3a-25dd2608f442 Date: Sat, 01 Sep 2018 00:42:14 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":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","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-01T00:42:13Z","tenant_id":"a86af8767d94442789299718f5689f88","created_at":"2018-09-01T00:42:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"a86af8767d94442789299718f5689f88","id":"a3703ec6-92cb-45a1-9cf7-b5e783adb7ca","name":"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c"}]} 2018-09-01 00:42:14,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-984c8975-ff62-4e34-bb3a-25dd2608f442 2018-09-01 00:42:14,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369659900665s 2018-09-01 00:42:14,338 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-984c8975-ff62-4e34-bb3a-25dd2608f442 2018-09-01 00:42:14,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 00:42:14,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" -d '{"subnet": {"name": "vping_userdata-subnet_afaa6d24-ddbb-4be4-bcda-83733f42386c", "enable_dhcp": true, "network_id": "a3703ec6-92cb-45a1-9cf7-b5e783adb7ca", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 00:42:15,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1b222ad3-f6d0-4454-b208-a6f78d26f9f8 Date: Sat, 01 Sep 2018 00:42:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a3703ec6-92cb-45a1-9cf7-b5e783adb7ca","tenant_id":"a86af8767d94442789299718f5689f88","created_at":"2018-09-01T00:42:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:42:14Z","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":"a86af8767d94442789299718f5689f88","id":"d0828181-8b03-4319-8feb-f22f209bc8f0","subnetpool_id":null,"name":"vping_userdata-subnet_afaa6d24-ddbb-4be4-bcda-83733f42386c"}} 2018-09-01 00:42:15,619 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1b222ad3-f6d0-4454-b208-a6f78d26f9f8 2018-09-01 00:42:15,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.27986001968s 2018-09-01 00:42:15,619 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1b222ad3-f6d0-4454-b208-a6f78d26f9f8 2018-09-01 00:42:15,620 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:42:14Z', 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'd0828181-8b03-4319-8feb-f22f209bc8f0', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_afaa6d24-ddbb-4be4-bcda-83733f42386c', u'enable_dhcp': True, u'network_id': u'a3703ec6-92cb-45a1-9cf7-b5e783adb7ca', u'tenant_id': u'a86af8767d94442789299718f5689f88', u'created_at': u'2018-09-01T00:42:14Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a86af8767d94442789299718f5689f88'}) 2018-09-01 00:42:15,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 00:42:15,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" -d '{"router": {"external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db"}, "name": "vping_userdata-router_afaa6d24-ddbb-4be4-bcda-83733f42386c", "admin_state_up": true}}' 2018-09-01 00:42:17,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-939ec31d-09cd-43dc-b956-e4f9e90ac88e Date: Sat, 01 Sep 2018 00:42:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a86af8767d94442789299718f5689f88", "created_at": "2018-09-01T00:42:15Z", "admin_state_up": true, "updated_at": "2018-09-01T00:42:17Z", "revision_number": 2, "routes": [], "project_id": "a86af8767d94442789299718f5689f88", "id": "ed781a2c-e961-41f6-9042-384b0a3839ea", "name": "vping_userdata-router_afaa6d24-ddbb-4be4-bcda-83733f42386c"}} 2018-09-01 00:42:17,201 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-939ec31d-09cd-43dc-b956-e4f9e90ac88e 2018-09-01 00:42:17,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.58045506477s 2018-09-01 00:42:17,201 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-939ec31d-09cd-43dc-b956-e4f9e90ac88e 2018-09-01 00:42:17,202 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b8d15748-1221-4d39-8b04-bf36c4f12d33', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a86af8767d94442789299718f5689f88', u'created_at': u'2018-09-01T00:42:15Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T00:42:17Z', u'revision_number': 2, u'routes': [], u'project_id': u'a86af8767d94442789299718f5689f88', u'id': u'ed781a2c-e961-41f6-9042-384b0a3839ea', u'name': u'vping_userdata-router_afaa6d24-ddbb-4be4-bcda-83733f42386c'}) 2018-09-01 00:42:17,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 00:42:17,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ed781a2c-e961-41f6-9042-384b0a3839ea/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}7874954faa89f7a0f6feb8fae675d310e06689bb" -d '{"subnet_id": "d0828181-8b03-4319-8feb-f22f209bc8f0"}' 2018-09-01 00:42:19,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bdbfc198-7cf8-4741-9e37-767bd398f206 Date: Sat, 01 Sep 2018 00:42:19 GMT RESP BODY: {"network_id": "a3703ec6-92cb-45a1-9cf7-b5e783adb7ca", "tenant_id": "a86af8767d94442789299718f5689f88", "subnet_id": "d0828181-8b03-4319-8feb-f22f209bc8f0", "subnet_ids": ["d0828181-8b03-4319-8feb-f22f209bc8f0"], "port_id": "5e7bcb05-03c9-43f0-8814-2994f01190d8", "id": "ed781a2c-e961-41f6-9042-384b0a3839ea"} 2018-09-01 00:42:19,433 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ed781a2c-e961-41f6-9042-384b0a3839ea/add_router_interface.json used request id req-bdbfc198-7cf8-4741-9e37-767bd398f206 2018-09-01 00:42:19,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.23073816299s 2018-09-01 00:42:19,433 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ed781a2c-e961-41f6-9042-384b0a3839ea/add_router_interface.json used request id req-bdbfc198-7cf8-4741-9e37-767bd398f206 returning object ed781a2c-e961-41f6-9042-384b0a3839ea 2018-09-01 00:42:19,434 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 00:42:19,566 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 00:42:19,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:42:19,573 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 00:42:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-09-01 00:42:19,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:42:19,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:19,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-878f3e23-3982-4c4d-9cfc-e7f16ab9e0c9 Date: Sat, 01 Sep 2018 00:42:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:42:19,878 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-878f3e23-3982-4c4d-9cfc-e7f16ab9e0c9 2018-09-01 00:42:19,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.302701950073s 2018-09-01 00:42:19,878 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-878f3e23-3982-4c4d-9cfc-e7f16ab9e0c9 2018-09-01 00:42:19,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 00:42:19,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_afaa6d24-ddbb-4be4-bcda-83733f42386c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_afaa6d24-ddbb-4be4-bcda-83733f42386c"}' 2018-09-01 00:42:20,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-77bdeb77-c648-4aa4-a4e0-52769659a081 Date: Sat, 01 Sep 2018 00:42:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:42:20Z", "file": "/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90/file", "owner": "a86af8767d94442789299718f5689f88", "id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "size": null, "self": "/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "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_afaa6d24-ddbb-4be4-bcda-83733f42386c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_afaa6d24-ddbb-4be4-bcda-83733f42386c", "checksum": null, "created_at": "2018-09-01T00:42:20Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 00:42:20,210 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-77bdeb77-c648-4aa4-a4e0-52769659a081 2018-09-01 00:42:20,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.323263883591s 2018-09-01 00:42:20,210 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-77bdeb77-c648-4aa4-a4e0-52769659a081 returning object 474786f3-8283-4a3d-babb-889ee8ec2f90 2018-09-01 00:42:20,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 00:42:20,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90/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}7874954faa89f7a0f6feb8fae675d310e06689bb" -d '' 2018-09-01 00:42:21,321 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cdd13b3d-18f4-4013-8948-b8756370858f Date: Sat, 01 Sep 2018 00:42:21 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 00:42:21,321 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90/file used request id req-cdd13b3d-18f4-4013-8948-b8756370858f 2018-09-01 00:42:21,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.11022305489s 2018-09-01 00:42:21,322 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90/file used request id req-cdd13b3d-18f4-4013-8948-b8756370858f 2018-09-01 00:42:21,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:42:21,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:21,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-a32392f7-0a24-4aee-bfca-7b4bb7a37378 Date: Sat, 01 Sep 2018 00:42:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:42:21Z", "file": "/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90/file", "owner": "a86af8767d94442789299718f5689f88", "id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "size": 12716032, "self": "/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/474786f3-8283-4a3d-babb-889ee8ec2f90/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/474786f3-8283-4a3d-babb-889ee8ec2f90/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_afaa6d24-ddbb-4be4-bcda-83733f42386c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_afaa6d24-ddbb-4be4-bcda-83733f42386c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:42:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:42:21,710 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a32392f7-0a24-4aee-bfca-7b4bb7a37378 2018-09-01 00:42:21,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.383970022202s 2018-09-01 00:42:21,710 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a32392f7-0a24-4aee-bfca-7b4bb7a37378 2018-09-01 00:42:21,712 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/474786f3-8283-4a3d-babb-889ee8ec2f90/snap', u'metadata': Munch({})})], 'file': u'/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90/file', 'owner': u'a86af8767d94442789299718f5689f88', 'id': u'474786f3-8283-4a3d-babb-889ee8ec2f90', 'size': 12716032, u'self': u'/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a86af8767d94442789299718f5689f88', 'name': 'vping_userdata-project_afaa6d24-ddbb-4be4-bcda-83733f42386c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/474786f3-8283-4a3d-babb-889ee8ec2f90/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T00:42:21Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T00:42:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_afaa6d24-ddbb-4be4-bcda-83733f42386c', '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/474786f3-8283-4a3d-babb-889ee8ec2f90', 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_afaa6d24-ddbb-4be4-bcda-83733f42386c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_afaa6d24-ddbb-4be4-bcda-83733f42386c', 'created': u'2018-09-01T00:42:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T00:42:20Z', 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/474786f3-8283-4a3d-babb-889ee8ec2f90', 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_afaa6d24-ddbb-4be4-bcda-83733f42386c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 00:42:21,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 00:42:21,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_afaa6d24-ddbb-4be4-bcda-83733f42386c", "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 00:42:22,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0342d45c-a0b6-42eb-8880-b592a6cd0ffc x-compute-request-id: req-0342d45c-a0b6-42eb-8880-b592a6cd0ffc Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_afaa6d24-ddbb-4be4-bcda-83733f42386c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "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": "166eff67-228f-4dd8-98fd-d9dbaa16f432"}} 2018-09-01 00:42:22,048 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0342d45c-a0b6-42eb-8880-b592a6cd0ffc 2018-09-01 00:42:22,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.334842920303s 2018-09-01 00:42:22,048 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0342d45c-a0b6-42eb-8880-b592a6cd0ffc 2018-09-01 00:42:22,049 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_afaa6d24-ddbb-4be4-bcda-83733f42386c', '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'82385a1db3524c2f9b0afe851a76008c', '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'166eff67-228f-4dd8-98fd-d9dbaa16f432', 'swap': 0}) 2018-09-01 00:42:22,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 00:42:22,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432/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}cb3f57aa37342bc77dcaf227741bba8182bdac15" -d '{"extra_specs": {}}' 2018-09-01 00:42:22,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fbb3f0ec-bdd1-4fc3-930e-1a5574fb604d x-compute-request-id: req-fbb3f0ec-bdd1-4fc3-930e-1a5574fb604d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 00:42:22,073 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432/os-extra_specs used request id req-fbb3f0ec-bdd1-4fc3-930e-1a5574fb604d 2018-09-01 00:42:22,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0234899520874s 2018-09-01 00:42:22,074 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432/os-extra_specs used request id req-fbb3f0ec-bdd1-4fc3-930e-1a5574fb604d 2018-09-01 00:42:22,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:42:22,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:22,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-39fd23fb-9065-4d5d-92e6-7d32e65c1008 Date: Sat, 01 Sep 2018 00:42:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d0828181-8b03-4319-8feb-f22f209bc8f0"],"updated_at":"2018-09-01T00:42:14Z","tenant_id":"a86af8767d94442789299718f5689f88","created_at":"2018-09-01T00:42:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a86af8767d94442789299718f5689f88","id":"a3703ec6-92cb-45a1-9cf7-b5e783adb7ca","name":"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c"}]} 2018-09-01 00:42:22,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-39fd23fb-9065-4d5d-92e6-7d32e65c1008 2018-09-01 00:42:22,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.383100032806s 2018-09-01 00:42:22,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-39fd23fb-9065-4d5d-92e6-7d32e65c1008 2018-09-01 00:42:22,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:42:22,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:22,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-23fb2660-e4f2-413b-8f2c-1416547351a7 Date: Sat, 01 Sep 2018 00:42:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:42:21Z", "file": "/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90/file", "owner": "a86af8767d94442789299718f5689f88", "id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "size": 12716032, "self": "/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/474786f3-8283-4a3d-babb-889ee8ec2f90/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/474786f3-8283-4a3d-babb-889ee8ec2f90/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_afaa6d24-ddbb-4be4-bcda-83733f42386c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_afaa6d24-ddbb-4be4-bcda-83733f42386c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:42:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:42:22,753 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-23fb2660-e4f2-413b-8f2c-1416547351a7 2018-09-01 00:42:22,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.291302919388s 2018-09-01 00:42:22,754 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-23fb2660-e4f2-413b-8f2c-1416547351a7 2018-09-01 00:42:22,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:42:22,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:23,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42: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-24c0ff74-6308-4cd7-a6d2-4ba048cdaafb x-compute-request-id: req-24c0ff74-6308-4cd7-a6d2-4ba048cdaafb Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_afaa6d24-ddbb-4be4-bcda-83733f42386c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "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": "166eff67-228f-4dd8-98fd-d9dbaa16f432"}]} 2018-09-01 00:42:23,045 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-24c0ff74-6308-4cd7-a6d2-4ba048cdaafb 2018-09-01 00:42:23,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.289050102234s 2018-09-01 00:42:23,045 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-24c0ff74-6308-4cd7-a6d2-4ba048cdaafb 2018-09-01 00:42:23,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 00:42:23,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" -d '{"server": {"name": "vping_userdata-vm_afaa6d24-ddbb-4be4-bcda-83733f42386c", "imageRef": "474786f3-8283-4a3d-babb-889ee8ec2f90", "flavorRef": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a3703ec6-92cb-45a1-9cf7-b5e783adb7ca"}]}}' 2018-09-01 00:42:27,858 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:42:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-61ef04a0-3ae6-41be-a12d-043e467f57df x-compute-request-id: req-61ef04a0-3ae6-41be-a12d-043e467f57df Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "bookmark"}], "adminPass": "TJjyCM5AChcZ"}} 2018-09-01 00:42:27,858 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-61ef04a0-3ae6-41be-a12d-043e467f57df 2018-09-01 00:42:27,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.81074094772s 2018-09-01 00:42:27,858 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-61ef04a0-3ae6-41be-a12d-043e467f57df 2018-09-01 00:42:27,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:42:27,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:28,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42: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-165536ec-fa85-4591-afe6-09e6a93bd001 x-compute-request-id: req-165536ec-fa85-4591-afe6-09e6a93bd001 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:27Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:42:28,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-165536ec-fa85-4591-afe6-09e6a93bd001 2018-09-01 00:42:28,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.783420085907s 2018-09-01 00:42:28,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-165536ec-fa85-4591-afe6-09e6a93bd001 2018-09-01 00:42:28,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:42:28,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:29,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-be5839b9-e5b0-4efd-b227-02718fbaf542 Date: Sat, 01 Sep 2018 00:42:29 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":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d0828181-8b03-4319-8feb-f22f209bc8f0"],"updated_at":"2018-09-01T00:42:14Z","tenant_id":"a86af8767d94442789299718f5689f88","created_at":"2018-09-01T00:42:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a86af8767d94442789299718f5689f88","id":"a3703ec6-92cb-45a1-9cf7-b5e783adb7ca","name":"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c"}]} 2018-09-01 00:42:29,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-be5839b9-e5b0-4efd-b227-02718fbaf542 2018-09-01 00:42:29,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.454638957977s 2018-09-01 00:42:29,105 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-be5839b9-e5b0-4efd-b227-02718fbaf542 2018-09-01 00:42:29,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:42:29,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:29,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4f87b727-6f3b-4df5-805d-da524ec9a327 Date: Sat, 01 Sep 2018 00:42:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a3703ec6-92cb-45a1-9cf7-b5e783adb7ca","tenant_id":"a86af8767d94442789299718f5689f88","created_at":"2018-09-01T00:42:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:42:14Z","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":"a86af8767d94442789299718f5689f88","id":"d0828181-8b03-4319-8feb-f22f209bc8f0","subnetpool_id":null,"name":"vping_userdata-subnet_afaa6d24-ddbb-4be4-bcda-83733f42386c"}]} 2018-09-01 00:42:29,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4f87b727-6f3b-4df5-805d-da524ec9a327 2018-09-01 00:42:29,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0442690849304s 2018-09-01 00:42:29,150 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4f87b727-6f3b-4df5-805d-da524ec9a327 2018-09-01 00:42:29,151 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:42:31,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:42:31,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:32,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-805fe146-7241-4bca-96f9-44d8ec8222a4 x-compute-request-id: req-805fe146-7241-4bca-96f9-44d8ec8222a4 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.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:30Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:27Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:42:32,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-805fe146-7241-4bca-96f9-44d8ec8222a4 2018-09-01 00:42:32,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.42092394829s 2018-09-01 00:42:32,575 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-805fe146-7241-4bca-96f9-44d8ec8222a4 2018-09-01 00:42:32,579 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:42:34,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:42:34,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:35,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42: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-a383aeaf-4d45-4019-bd1b-4ae10426dcc6 x-compute-request-id: req-a383aeaf-4d45-4019-bd1b-4ae10426dcc6 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.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:30Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:27Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:42:35,620 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a383aeaf-4d45-4019-bd1b-4ae10426dcc6 2018-09-01 00:42:35,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03822302818s 2018-09-01 00:42:35,620 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a383aeaf-4d45-4019-bd1b-4ae10426dcc6 2018-09-01 00:42:35,624 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:42:37,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:42:37,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:38,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01c5b87a-2e55-4fbf-b8ec-cf591e487e36 x-compute-request-id: req-01c5b87a-2e55-4fbf-b8ec-cf591e487e36 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:2f:54", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:42:35.000000", "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:35Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:27Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:42:38,520 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-01c5b87a-2e55-4fbf-b8ec-cf591e487e36 2018-09-01 00:42:38,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.893635988235s 2018-09-01 00:42:38,521 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-01c5b87a-2e55-4fbf-b8ec-cf591e487e36 2018-09-01 00:42:38,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:42:38,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:38,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e9742482-c03a-4564-9926-534c1e036a81 Date: Sat, 01 Sep 2018 00:42:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a3703ec6-92cb-45a1-9cf7-b5e783adb7ca","tenant_id":"a86af8767d94442789299718f5689f88","created_at":"2018-09-01T00:42:31Z","admin_state_up":true,"updated_at":"2018-09-01T00:42:35Z","binding:vnic_type":"normal","device_id":"e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e1:2f:54","id":"245ca2ed-75f4-446d-b0a6-7ab9d822839a","port_security_enabled":true,"project_id":"a86af8767d94442789299718f5689f88","fixed_ips":[{"subnet_id":"d0828181-8b03-4319-8feb-f22f209bc8f0","ip_address":"192.168.120.20"}],"extra_dhcp_opts":[],"security_groups":["5ba52982-be99-48f8-923b-a491600dc1bc"],"name":""}]} 2018-09-01 00:42:38,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525 used request id req-e9742482-c03a-4564-9926-534c1e036a81 2018-09-01 00:42:38,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.347016096115s 2018-09-01 00:42:38,873 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525 used request id req-e9742482-c03a-4564-9926-534c1e036a81 2018-09-01 00:42:38,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:42:38,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=245ca2ed-75f4-446d-b0a6-7ab9d822839a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:38,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-aa9c3f41-8826-4c55-8fe2-f16c3031d9c1 Date: Sat, 01 Sep 2018 00:42:38 GMT RESP BODY: {"floatingips": []} 2018-09-01 00:42:38,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=245ca2ed-75f4-446d-b0a6-7ab9d822839a used request id req-aa9c3f41-8826-4c55-8fe2-f16c3031d9c1 2018-09-01 00:42:38,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0484449863434s 2018-09-01 00:42:38,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=245ca2ed-75f4-446d-b0a6-7ab9d822839a used request id req-aa9c3f41-8826-4c55-8fe2-f16c3031d9c1 2018-09-01 00:42:38,927 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e1:2f:54', u'version': 4, u'addr': u'192.168.120.20', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'474786f3-8283-4a3d-babb-889ee8ec2f90'}), 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-01T00:42:35.000000', 'flavor': Munch({u'id': u'166eff67-228f-4dd8-98fd-d9dbaa16f432'}), 'az': u'nova', 'id': u'e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6021d88be503419abdbaf9eddc920017', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a86af8767d94442789299718f5689f88', 'name': 'vping_userdata-project_afaa6d24-ddbb-4be4-bcda-83733f42386c', '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-01T00:42:35.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T00:42:35Z', 'hostId': u'97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.20', 'cloud': 'envvars', 'host_id': u'97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0', '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-01T00:42:35.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a86af8767d94442789299718f5689f88', 'name': u'vping_userdata-vm_afaa6d24-ddbb-4be4-bcda-83733f42386c', 'adminPass': u'TJjyCM5AChcZ', 'tenant_id': u'a86af8767d94442789299718f5689f88', 'created_at': u'2018-09-01T00:42:27Z', 'created': u'2018-09-01T00:42:27Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 00:42:38,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:42:38,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:39,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-6f9d5806-9184-4124-9537-7d1043666b2d Date: Sat, 01 Sep 2018 00:42:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d0828181-8b03-4319-8feb-f22f209bc8f0"],"updated_at":"2018-09-01T00:42:14Z","tenant_id":"a86af8767d94442789299718f5689f88","created_at":"2018-09-01T00:42:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a86af8767d94442789299718f5689f88","id":"a3703ec6-92cb-45a1-9cf7-b5e783adb7ca","name":"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c"}]} 2018-09-01 00:42:39,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6f9d5806-9184-4124-9537-7d1043666b2d 2018-09-01 00:42:39,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104777097702s 2018-09-01 00:42:39,033 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6f9d5806-9184-4124-9537-7d1043666b2d 2018-09-01 00:42:39,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:42:39,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:39,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-57eda1e0-4d4b-4f04-8cbf-b70eb16171fb Date: Sat, 01 Sep 2018 00:42:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:42:21Z", "file": "/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90/file", "owner": "a86af8767d94442789299718f5689f88", "id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "size": 12716032, "self": "/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/474786f3-8283-4a3d-babb-889ee8ec2f90/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/474786f3-8283-4a3d-babb-889ee8ec2f90/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_afaa6d24-ddbb-4be4-bcda-83733f42386c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_afaa6d24-ddbb-4be4-bcda-83733f42386c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:42:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:42:39,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-57eda1e0-4d4b-4f04-8cbf-b70eb16171fb 2018-09-01 00:42:39,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0394020080566s 2018-09-01 00:42:39,077 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-57eda1e0-4d4b-4f04-8cbf-b70eb16171fb 2018-09-01 00:42:39,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:42:39,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:39,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42: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-13523303-7a4b-4ded-aa7f-c3e6917c6532 x-compute-request-id: req-13523303-7a4b-4ded-aa7f-c3e6917c6532 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_afaa6d24-ddbb-4be4-bcda-83733f42386c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "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": "166eff67-228f-4dd8-98fd-d9dbaa16f432"}]} 2018-09-01 00:42:39,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-13523303-7a4b-4ded-aa7f-c3e6917c6532 2018-09-01 00:42:39,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276050567627s 2018-09-01 00:42:39,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-13523303-7a4b-4ded-aa7f-c3e6917c6532 2018-09-01 00:42:39,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 00:42:39,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" -d '{"server": {"name": "vping_userdata-vm2_afaa6d24-ddbb-4be4-bcda-83733f42386c", "imageRef": "474786f3-8283-4a3d-babb-889ee8ec2f90", "flavorRef": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjIwIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a3703ec6-92cb-45a1-9cf7-b5e783adb7ca"}]}}' 2018-09-01 00:42:43,461 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:42: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-b5bc4e6e-af78-4461-beb2-5c3bd17a6c06 x-compute-request-id: req-b5bc4e6e-af78-4461-beb2-5c3bd17a6c06 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d8b6f553-6b12-4de2-a65d-11e084818b21", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "bookmark"}], "adminPass": "r5KoMyejDQ8d"}} 2018-09-01 00:42:43,461 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b5bc4e6e-af78-4461-beb2-5c3bd17a6c06 2018-09-01 00:42:43,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.35250687599s 2018-09-01 00:42:43,462 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b5bc4e6e-af78-4461-beb2-5c3bd17a6c06 2018-09-01 00:42:43,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:42:43,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:44,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42: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-ba707f35-5cda-48b1-b470-978adb6387f0 x-compute-request-id: req-ba707f35-5cda-48b1-b470-978adb6387f0 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "d8b6f553-6b12-4de2-a65d-11e084818b21", "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:43Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:2f:54", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:42:35.000000", "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:35Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:27Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:42:44,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ba707f35-5cda-48b1-b470-978adb6387f0 2018-09-01 00:42:44,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.983458995819s 2018-09-01 00:42:44,446 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ba707f35-5cda-48b1-b470-978adb6387f0 2018-09-01 00:42:44,452 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:42:46,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:42:46,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:47,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42: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-bd0e1e81-f0cd-43b4-a39c-9cb1e32acb9b x-compute-request-id: req-bd0e1e81-f0cd-43b4-a39c-9cb1e32acb9b Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "d8b6f553-6b12-4de2-a65d-11e084818b21", "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:43Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:2f:54", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:42:35.000000", "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:35Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:27Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:42:47,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bd0e1e81-f0cd-43b4-a39c-9cb1e32acb9b 2018-09-01 00:42:47,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.808991909027s 2018-09-01 00:42:47,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bd0e1e81-f0cd-43b4-a39c-9cb1e32acb9b 2018-09-01 00:42:47,269 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:42:49,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:42:49,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:49,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42: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-11349b4d-5fae-4472-8b11-e2ad751684ba x-compute-request-id: req-11349b4d-5fae-4472-8b11-e2ad751684ba Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "d8b6f553-6b12-4de2-a65d-11e084818b21", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:47Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:43Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:2f:54", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:42:35.000000", "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:35Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:27Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:42:49,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-11349b4d-5fae-4472-8b11-e2ad751684ba 2018-09-01 00:42:49,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689097881317s 2018-09-01 00:42:49,961 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-11349b4d-5fae-4472-8b11-e2ad751684ba 2018-09-01 00:42:49,965 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:42:51,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:42:51,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:52,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42: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-074bc233-ba90-42cb-8ef1-c99119769bbb x-compute-request-id: req-074bc233-ba90-42cb-8ef1-c99119769bbb Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:11:48", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:42:50.000000", "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "d8b6f553-6b12-4de2-a65d-11e084818b21", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:50Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:43Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:2f:54", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:42:35.000000", "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:35Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:27Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:42:52,618 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-074bc233-ba90-42cb-8ef1-c99119769bbb 2018-09-01 00:42:52,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651397943497s 2018-09-01 00:42:52,618 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-074bc233-ba90-42cb-8ef1-c99119769bbb 2018-09-01 00:42:52,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:42:52,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=d8b6f553-6b12-4de2-a65d-11e084818b21" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:52,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-558d6966-07a6-4b58-a544-759681f33766 Date: Sat, 01 Sep 2018 00:42:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a3703ec6-92cb-45a1-9cf7-b5e783adb7ca","tenant_id":"a86af8767d94442789299718f5689f88","created_at":"2018-09-01T00:42:47Z","admin_state_up":true,"updated_at":"2018-09-01T00:42:50Z","binding:vnic_type":"normal","device_id":"d8b6f553-6b12-4de2-a65d-11e084818b21","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:93:11:48","id":"5431b51f-38fa-4430-aed1-0da36b6c3946","port_security_enabled":true,"project_id":"a86af8767d94442789299718f5689f88","fixed_ips":[{"subnet_id":"d0828181-8b03-4319-8feb-f22f209bc8f0","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["5ba52982-be99-48f8-923b-a491600dc1bc"],"name":""}]} 2018-09-01 00:42:52,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=d8b6f553-6b12-4de2-a65d-11e084818b21 used request id req-558d6966-07a6-4b58-a544-759681f33766 2018-09-01 00:42:52,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.31699681282s 2018-09-01 00:42:52,940 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=d8b6f553-6b12-4de2-a65d-11e084818b21 used request id req-558d6966-07a6-4b58-a544-759681f33766 2018-09-01 00:42:52,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:42:52,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=5431b51f-38fa-4430-aed1-0da36b6c3946" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:52,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c2857cef-f90c-4ab2-ae50-6db6c269996f Date: Sat, 01 Sep 2018 00:42:52 GMT RESP BODY: {"floatingips": []} 2018-09-01 00:42:52,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=5431b51f-38fa-4430-aed1-0da36b6c3946 used request id req-c2857cef-f90c-4ab2-ae50-6db6c269996f 2018-09-01 00:42:52,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0476629734039s 2018-09-01 00:42:52,994 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=5431b51f-38fa-4430-aed1-0da36b6c3946 used request id req-c2857cef-f90c-4ab2-ae50-6db6c269996f 2018-09-01 00:42:52,994 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:93:11:48', 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'474786f3-8283-4a3d-babb-889ee8ec2f90'}), 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-01T00:42:50.000000', 'flavor': Munch({u'id': u'166eff67-228f-4dd8-98fd-d9dbaa16f432'}), 'az': u'nova', 'id': u'd8b6f553-6b12-4de2-a65d-11e084818b21', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6021d88be503419abdbaf9eddc920017', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a86af8767d94442789299718f5689f88', 'name': 'vping_userdata-project_afaa6d24-ddbb-4be4-bcda-83733f42386c', '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-01T00:42:50.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T00:42:50Z', 'hostId': u'97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0', '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-01T00:42:50.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a86af8767d94442789299718f5689f88', 'name': u'vping_userdata-vm2_afaa6d24-ddbb-4be4-bcda-83733f42386c', 'adminPass': u'r5KoMyejDQ8d', 'tenant_id': u'a86af8767d94442789299718f5689f88', 'created_at': u'2018-09-01T00:42:43Z', 'created': u'2018-09-01T00:42:43Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 00:42:52,995 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-09-01 00:42:53,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:42:53,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:55,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42: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-9ccd9ba3-ca49-4114-b6be-71d1a73e9b0b x-compute-request-id: req-9ccd9ba3-ca49-4114-b6be-71d1a73e9b0b Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:11:48", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:42:50.000000", "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "d8b6f553-6b12-4de2-a65d-11e084818b21", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:50Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:43Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:2f:54", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:42:35.000000", "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:35Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:27Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:42:55,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9ccd9ba3-ca49-4114-b6be-71d1a73e9b0b 2018-09-01 00:42:55,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32025194168s 2018-09-01 00:42:55,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9ccd9ba3-ca49-4114-b6be-71d1a73e9b0b 2018-09-01 00:42:55,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 00:42:55,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21/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}7874954faa89f7a0f6feb8fae675d310e06689bb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 00:42:55,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42: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-b69edf53-b15c-4742-b8a9-eff013cf6c2b x-compute-request-id: req-b69edf53-b15c-4742-b8a9-eff013cf6c2b Content-Encoding: gzip Content-Length: 9571 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 524924715 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.181885] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.184151] pid_max: default: 32768 minimum: 301\n[ 0.185380] ACPI: Core revision 20150930\n[ 0.187050] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.188824] Security Framework initialized\n[ 0.189936] Yama: becoming mindful.\n[ 0.190939] AppArmor: AppArmor initialized\n[ 0.192085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.193826] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.195511] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197131] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198980] Initializing cgroup subsys io\n[ 0.200091] Initializing cgroup subsys memory\n[ 0.201277] Initializing cgroup subsys devices\n[ 0.202474] Initializing cgroup subsys freezer\n[ 0.203633] Initializing cgroup subsys net_cls\n[ 0.204807] Initializing cgroup subsys perf_event\n[ 0.206045] Initializing cgroup subsys net_prio\n[ 0.207225] Initializing cgroup subsys hugetlb\n[ 0.208397] Initializing cgroup subsys pids\n[ 0.209560] CPU: Physical Processor ID: 0\n[ 0.211353] mce: CPU supports 10 MCE banks\n[ 0.212507] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.213853] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.228635] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.235197] ftrace: allocating 31920 entries in 125 pages\n[ 0.261134] smpboot: Max logical packages: 1\n[ 0.262293] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264158] x2apic enabled\n[ 0.265303] Switched APIC routing to physical x2apic.\n[ 0.267733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.269242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.271913] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.274321] KVM setup paravirtual spinlock\n[ 0.275892] x86: Booted up 1 node, 1 CPUs\n[ 0.276981] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.278837] devtmpfs: initialized\n[ 0.280805] evm: security.selinux\n[ 0.281754] evm: security.SMACK64\n[ 0.282704] evm: security.SMACK64EXEC\n[ 0.283722] evm: security.SMACK64TRANSMUTE\n[ 0.284813] evm: security.SMACK64MMAP\n[ 0.285807] evm: security.ima\n[ 0.286669] evm: security.capability\n[ 0.287724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.290219] pinctrl core: initialized pinctrl subsystem\n[ 0.291673] RTC time: 0:42:50, date: 09/01/18\n[ 0.292934] NET: Registered protocol family 16\n[ 0.294227] cpuidle: using governor ladder\n[ 0.295335] cpuidle: using governor menu\n[ 0.296408] PCCT header not found.\n[ 0.297424] ACPI: bus type PCI registered\n[ 0.298503] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.300189] PCI: Using configuration type 1 for base access\n[ 0.302330] ACPI: Added _OSI(Module Device)\n[ 0.303466] ACPI: Added _OSI(Processor Device)\n[ 0.304636] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.305878] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.308075] ACPI: Interpreter enabled\n[ 0.309153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.311715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.314264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.316797] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.319331] ACPI: (supports S0 S5)\n[ 0.320307] ACPI: Using IOAPIC for interrupt routing\n[ 0.321567] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325359] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328532] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333074] acpiphp: Slot [3] registered\n[ 0.334158] acpiphp: Slot [4] registered\n[ 0.335233] acpiphp: Slot [5] registered\n[ 0.336310] acpiphp: Slot [6] registered\n[ 0.337390] acpiphp: Slot [7] registered\n[ 0.338486] acpiphp: Slot [8] registered\n[ 0.339561] acpiphp: Slot [9] registered\n[ 0.340643] acpiphp: Slot [10] registered\n[ 0.341737] acpiphp: Slot [11] registered\n[ 0.342828] acpiphp: Slot [12] registered\n[ 0.343931] acpiphp: Slot [13] registered\n[ 0.345022] acpiphp: Slot [14] registered\n[ 0.346134] acpiphp: Slot [15] registered\n[ 0.361803] acpiphp: Slot [16] registered\n[ 0.362933] acpiphp: Slot [17] registered\n[ 0.364079] acpiphp: Slot [18] registered\n[ 0.365175] acpiphp: Slot [19] registered\n[ 0.366286] acpiphp: Slot [20] registered\n[ 0.367396] acpiphp: Slot [21] registered\n[ 0.368495] acpiphp: Slot [22] registered\n[ 0.369588] acpiphp: Slot [23] registered\n[ 0.370690] acpiphp: Slot [24] registered\n[ 0.371790] acpiphp: Slot [25] registered\n[ 0.372879] acpiphp: Slot [26] registered\n[ 0.373967] acpiphp: Slot [27] registered\n[ 0.375085] acpiphp: Slot [28] registered\n[ 0.376177] acpiphp: Slot [29] registered\n[ 0.377266] acpiphp: Slot [30] registered\n[ 0.378371] acpiphp: Slot [31] registered\n[ 0.379461] PCI host bridge to bus 0000:00\n[ 0.380557] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.382169] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.383791] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.385756] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.387715] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.389692] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.393683] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.395422] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.396970] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.398651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.403082] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.405056] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.425733] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.427690] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.429574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.431471] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.433329] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.435135] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.436875] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.438279] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.440339] vgaarb: loaded\n[ 0.441150] vgaarb: bridge control possible 0000:00:02.0\n[ 0.442753] SCSI subsystem initialized\n[ 0.443993] ACPI: bus type USB registered\n[ 0.445109] usbcore: registered new interface driver usbfs\n[ 0.446467] usbcore: registered new interface driver hub\n[ 0.447796] usbcore: registered new device driver usb\n[ 0.449256] PCI: Using ACPI for IRQ routing\n[ 0.450732] NetLabel: Initializing\n[ 0.451696] NetLabel: domain hash size = 128\n[ 0.452826] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.454105] NetLabel: unlabeled traffic allowed by default\n[ 0.455638] clocksource: Switched to clocksource kvm-clock\n[ 0.465599] AppArmor: AppArmor Filesystem Enabled\n[ 0.466879] pnp: PnP ACPI init\n[ 0.468102] pnp: PnP ACPI: found 5 devices\n[ 0.474919] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.477198] NET: Registered protocol family 2\n[ 0.478564] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.480274] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.481870] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.483459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.484912] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.486498] NET: Registered protocol family 1\n[ 0.487707] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.489181] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.490631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.505129] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.519723] Trying to unpack rootfs image as initramfs...\n[ 0.581463] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.586168] Scanning for low memory corruption every 60 seconds\n[ 0.588315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.589879] audit: initializing netlink subsys (disabled)\n[ 0.591300] audit: type=2000 audit(1535762571.317:1): initialized\n[ 0.593166] Initialise system trusted keyring\n[ 0.594505] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.596050] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.598710] zbud: loaded\n[ 0.599710] VFS: Disk quotas dquot_6.6.0\n[ 0.600813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.602941] fuse init (API version 7.23)\n[ 0.604161] Key type big_key registered\n[ 0.605248] Allocating IMA MOK and blacklist keyrings.\n[ 0.606881] Key type asymmetric registered\n[ 0.607998] Asymmetric key parser 'x509' registered\n[ 0.609289] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.611294] io scheduler noop registered\n[ 0.612365] io scheduler deadline registered (default)\n[ 0.613701] io scheduler cfq registered\n[ 0.614850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.616237] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.619889] ACPI: Power Button [PWRF]\n[ 0.621093] GHES: HEST is not enabled!\n[ 0.635172] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.664205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.667017] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.690644] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.693638] Linux agpgart interface v0.103\n[ 0.697059] brd: module loaded\n[ 0.699260] loop: module loaded\n[ 0.704100] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.706092] GPT:90111 != 2097151\n[ 0.707014] GPT:Alternate GPT header not at the end of the disk.\n[ 0.708509] GPT:90111 != 2097151\n[ 0.709456] GPT: Use GNU Parted to correct GPT errors.\n[ 0.710775] vda: vda1 vda15\n[ 0.712419] scsi host0: ata_piix\n[ 0.713481] scsi host1: ata_piix\n[ 0.714461] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.716109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.718079] libphy: Fixed MDIO Bus: probed\n[ 0.719196] tun: Universal TUN/TAP device driver, 1.6\n[ 0.720493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.723399] PPP generic driver version 2.4.2\n[ 0.724658] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.726268] ehci-pci: EHCI PCI platform driver\n[ 0.727448] ehci-platform: EHCI generic platform driver\n[ 0.728802] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.730333] ohci-pci: OHCI PCI platform driver\n[ 0.731518] ohci-platform: OHCI generic platform driver\n[ 0.732876] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.747480] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.748851] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.750854] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752229] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.753803] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757379] usb usb1: Product: UHCI Host Controller\n[ 0.758644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760203] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761519] hub 1-0:1.0: USB hub found\n[ 0.762595] hub 1-0:1.0: 2 ports detected\n[ 0.763875] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.768032] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769423] mousedev: PS/2 mouse device common for all mice\n[ 0.771118] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773603] rtc_cmos 00:00: RTC can wake from S4\n[ 0.775122] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776724] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.778329] i2c /dev entries driver\n[ 0.779373] device-mapper: uevent: version 1.0.3\n[ 0.780672] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782891] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.784744] NET: Registered protocol family 10\n[ 0.786288] NET: Registered protocol family 17\n[ 0.787487] Key type dns_resolver registered\n[ 0.788769] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.790251] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.792628] registered taskstats version 1\n[ 0.793763] Loading compiled-in X.509 certificates\n[ 0.795575] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.798085] zswap: loaded using pool lzo/zbud\n[ 0.800160] Key type trusted registered\n[ 0.802240] Key type encrypted registered\n[ 0.803346] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.804756] ima: No TPM chip found, activating TPM-bypass!\n[ 0.806162] evm: HMAC attrs: 0x1\n[ 0.807432] Magic number: 2:772:707\n[ 0.808581] rtc_cmos 00:00: setting system clock to 2018-09-01 00:42:51 UTC (1535762571)\n[ 0.810777] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.812272] EDD information not available.\n[ 0.877219] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.893683] Write protecting the kernel read-only data: 14336k\n[ 0.896605] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.899030] 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\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.050629] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.88. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF2hqQ5xOH3JAltEpMMgFzwG0Zi5+SgHFl7qT+51dKY+Iz9y/wkvrgnw5jdC5nsUZO1Jga7OAIG11GLcA6Vn4T2agdUy1PP4VrNPBAegIw7fOwZAshUbKcHFK8b8hh9M3BZLzMm3vZIYeSCbgfmmIXT09QwuMxv9BU35KT5qoZLYoGBRdWW8PBexOn8XQU5vcsn5fzxmeZ21I/x621vc3cT/Lo6Kh1t58DAHe08Vccv1o7etkg8n8m6jSUNM2dfRNIHi5Wuo5oQ0V8oGmbknjI4L6wdGbsVFb2/Xg6Qhzwcp/iTytbClLLclD4GLipPn0GmCX9bE/LM0/bfDYKsZAj root@vping-userdata-vm2-afaa6d24-ddbb-4be4-bcda-83733f42386c\nssh-dss AAAAB3NzaC1kc3MAAACBAOsTbOhdmtwB93fkrDWFQb1n6meu44eswfn3tITXIuh3z6/a+oPFL0A6DcXBpGkVVjwM447Xahe4v20vhr9lKyllvxkGBSNgJR2Q5w4fjfTlDxkq80jLenm951drdNEphEQUx/oGDzqG/lideJE7jXNrKwAKTlss+Ev+KAozjfPTAAAAFQDJeTFDCkp/TejQr9wd9tEURG5k6wAAAIB5/sYW3SD6q7vNk80wXx/LoK6lc4HjQz7uMe//PteKdv9yTI/kWNblIx0USNUPyi7VYp371nS62RYzor3pXtMT1TwGX7XH7QqRbGsehIG5F8B8Vu4IEpLeKW5kBKw2SUC+RJyoFLyn6YOHQJqDU9qY6eefXy/RDxsM49N9IGmFMQAAAIEAiaN5rUWQVZewaHQoGlsY/xvsp3TjHy0ZuhX6RQxWaHcY7TVyA6XJE2RAkfcI2zMTUGFBqNcLhIG2kU9wMrYJFObQFZO/LR9OjXlNiiCe7cCwZ996PoVHuVFh//oIl+lxtnERCoowtJm5go03Z4Ggoze3FHAhLE+5RbtjUyhAsNA= root@vping-userdata-vm2-afaa6d24-ddbb-4be4-bcda-83733f42386c\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.8,24,fe80::f816:3eff:fe93:1148/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.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-afaa6d24-ddbb-4be4-bcda-83733f42386c\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.48 ===\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-afaa6d24-ddbb-4be4-bcda-83733f42386c login: "} 2018-09-01 00:42:55,418 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21/action used request id req-b69edf53-b15c-4742-b8a9-eff013cf6c2b 2018-09-01 00:42:55,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.098415851593s 2018-09-01 00:42:55,419 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21/action used request id req-b69edf53-b15c-4742-b8a9-eff013cf6c2b 2018-09-01 00:42:55,420 - 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 524924715 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.181885] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.184151] pid_max: default: 32768 minimum: 301 [ 0.185380] ACPI: Core revision 20150930 [ 0.187050] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.188824] Security Framework initialized [ 0.189936] Yama: becoming mindful. [ 0.190939] AppArmor: AppArmor initialized [ 0.192085] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.193826] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.195511] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197131] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198980] Initializing cgroup subsys io [ 0.200091] Initializing cgroup subsys memory [ 0.201277] Initializing cgroup subsys devices [ 0.202474] Initializing cgroup subsys freezer [ 0.203633] Initializing cgroup subsys net_cls [ 0.204807] Initializing cgroup subsys perf_event [ 0.206045] Initializing cgroup subsys net_prio [ 0.207225] Initializing cgroup subsys hugetlb [ 0.208397] Initializing cgroup subsys pids [ 0.209560] CPU: Physical Processor ID: 0 [ 0.211353] mce: CPU supports 10 MCE banks [ 0.212507] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.213853] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.228635] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.235197] ftrace: allocating 31920 entries in 125 pages [ 0.261134] smpboot: Max logical packages: 1 [ 0.262293] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.264158] x2apic enabled [ 0.265303] Switched APIC routing to physical x2apic. [ 0.267733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.269242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.271913] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.274321] KVM setup paravirtual spinlock [ 0.275892] x86: Booted up 1 node, 1 CPUs [ 0.276981] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.278837] devtmpfs: initialized [ 0.280805] evm: security.selinux [ 0.281754] evm: security.SMACK64 [ 0.282704] evm: security.SMACK64EXEC [ 0.283722] evm: security.SMACK64TRANSMUTE [ 0.284813] evm: security.SMACK64MMAP [ 0.285807] evm: security.ima [ 0.286669] evm: security.capability [ 0.287724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.290219] pinctrl core: initialized pinctrl subsystem [ 0.291673] RTC time: 0:42:50, date: 09/01/18 [ 0.292934] NET: Registered protocol family 16 [ 0.294227] cpuidle: using governor ladder [ 0.295335] cpuidle: using governor menu [ 0.296408] PCCT header not found. [ 0.297424] ACPI: bus type PCI registered [ 0.298503] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.300189] PCI: Using configuration type 1 for base access [ 0.302330] ACPI: Added _OSI(Module Device) [ 0.303466] ACPI: Added _OSI(Processor Device) [ 0.304636] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.305878] ACPI: Added _OSI(Processor Aggregator Device) [ 0.308075] ACPI: Interpreter enabled [ 0.309153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.311715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.314264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.316797] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.319331] ACPI: (supports S0 S5) [ 0.320307] ACPI: Using IOAPIC for interrupt routing [ 0.321567] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325359] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328532] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330128] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333074] acpiphp: Slot [3] registered [ 0.334158] acpiphp: Slot [4] registered [ 0.335233] acpiphp: Slot [5] registered [ 0.336310] acpiphp: Slot [6] registered [ 0.337390] acpiphp: Slot [7] registered [ 0.338486] acpiphp: Slot [8] registered [ 0.339561] acpiphp: Slot [9] registered [ 0.340643] acpiphp: Slot [10] registered [ 0.341737] acpiphp: Slot [11] registered [ 0.342828] acpiphp: Slot [12] registered [ 0.343931] acpiphp: Slot [13] registered [ 0.345022] acpiphp: Slot [14] registered [ 0.346134] acpiphp: Slot [15] registered [ 0.361803] acpiphp: Slot [16] registered [ 0.362933] acpiphp: Slot [17] registered [ 0.364079] acpiphp: Slot [18] registered [ 0.365175] acpiphp: Slot [19] registered [ 0.366286] acpiphp: Slot [20] registered [ 0.367396] acpiphp: Slot [21] registered [ 0.368495] acpiphp: Slot [22] registered [ 0.369588] acpiphp: Slot [23] registered [ 0.370690] acpiphp: Slot [24] registered [ 0.371790] acpiphp: Slot [25] registered [ 0.372879] acpiphp: Slot [26] registered [ 0.373967] acpiphp: Slot [27] registered [ 0.375085] acpiphp: Slot [28] registered [ 0.376177] acpiphp: Slot [29] registered [ 0.377266] acpiphp: Slot [30] registered [ 0.378371] acpiphp: Slot [31] registered [ 0.379461] PCI host bridge to bus 0000:00 [ 0.380557] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.382169] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.383791] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.385756] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.387715] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.389692] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.393683] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.395422] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.396970] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.398651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.403082] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.405056] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.425733] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.427690] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.429574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.431471] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.433329] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.435135] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.436875] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.438279] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.440339] vgaarb: loaded [ 0.441150] vgaarb: bridge control possible 0000:00:02.0 [ 0.442753] SCSI subsystem initialized [ 0.443993] ACPI: bus type USB registered [ 0.445109] usbcore: registered new interface driver usbfs [ 0.446467] usbcore: registered new interface driver hub [ 0.447796] usbcore: registered new device driver usb [ 0.449256] PCI: Using ACPI for IRQ routing [ 0.450732] NetLabel: Initializing [ 0.451696] NetLabel: domain hash size = 128 [ 0.452826] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.454105] NetLabel: unlabeled traffic allowed by default [ 0.455638] clocksource: Switched to clocksource kvm-clock [ 0.465599] AppArmor: AppArmor Filesystem Enabled [ 0.466879] pnp: PnP ACPI init [ 0.468102] pnp: PnP ACPI: found 5 devices [ 0.474919] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.477198] NET: Registered protocol family 2 [ 0.478564] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.480274] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.481870] TCP: Hash tables configured (established 4096 bind 4096) [ 0.483459] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.484912] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.486498] NET: Registered protocol family 1 [ 0.487707] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.489181] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.490631] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.505129] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.519723] Trying to unpack rootfs image as initramfs... [ 0.581463] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.586168] Scanning for low memory corruption every 60 seconds [ 0.588315] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.589879] audit: initializing netlink subsys (disabled) [ 0.591300] audit: type=2000 audit(1535762571.317:1): initialized [ 0.593166] Initialise system trusted keyring [ 0.594505] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.596050] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.598710] zbud: loaded [ 0.599710] VFS: Disk quotas dquot_6.6.0 [ 0.600813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.602941] fuse init (API version 7.23) [ 0.604161] Key type big_key registered [ 0.605248] Allocating IMA MOK and blacklist keyrings. [ 0.606881] Key type asymmetric registered [ 0.607998] Asymmetric key parser 'x509' registered [ 0.609289] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.611294] io scheduler noop registered [ 0.612365] io scheduler deadline registered (default) [ 0.613701] io scheduler cfq registered [ 0.614850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.616237] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.617930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.619889] ACPI: Power Button [PWRF] [ 0.621093] GHES: HEST is not enabled! [ 0.635172] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.664205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.667017] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.690644] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.693638] Linux agpgart interface v0.103 [ 0.697059] brd: module loaded [ 0.699260] loop: module loaded [ 0.704100] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.706092] GPT:90111 != 2097151 [ 0.707014] GPT:Alternate GPT header not at the end of the disk. [ 0.708509] GPT:90111 != 2097151 [ 0.709456] GPT: Use GNU Parted to correct GPT errors. [ 0.710775] vda: vda1 vda15 [ 0.712419] scsi host0: ata_piix [ 0.713481] scsi host1: ata_piix [ 0.714461] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.716109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.718079] libphy: Fixed MDIO Bus: probed [ 0.719196] tun: Universal TUN/TAP device driver, 1.6 [ 0.720493] tun: (C) 1999-2004 Max Krasnyansky [ 0.723399] PPP generic driver version 2.4.2 [ 0.724658] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.726268] ehci-pci: EHCI PCI platform driver [ 0.727448] ehci-platform: EHCI generic platform driver [ 0.728802] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.730333] ohci-pci: OHCI PCI platform driver [ 0.731518] ohci-platform: OHCI generic platform driver [ 0.732876] uhci_hcd: USB Universal Host Controller Interface driver [ 0.747480] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.748851] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.750854] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.752229] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.753803] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.755457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.757379] usb usb1: Product: UHCI Host Controller [ 0.758644] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.760203] usb usb1: SerialNumber: 0000:00:01.2 [ 0.761519] hub 1-0:1.0: USB hub found [ 0.762595] hub 1-0:1.0: 2 ports detected [ 0.763875] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.766733] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.768032] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.769423] mousedev: PS/2 mouse device common for all mice [ 0.771118] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.773603] rtc_cmos 00:00: RTC can wake from S4 [ 0.775122] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.776724] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.778329] i2c /dev entries driver [ 0.779373] device-mapper: uevent: version 1.0.3 [ 0.780672] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782891] ledtrig-cpu: registered to indicate activity on CPUs [ 0.784744] NET: Registered protocol family 10 [ 0.786288] NET: Registered protocol family 17 [ 0.787487] Key type dns_resolver registered [ 0.788769] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.790251] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.792628] registered taskstats version 1 [ 0.793763] Loading compiled-in X.509 certificates [ 0.795575] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.798085] zswap: loaded using pool lzo/zbud [ 0.800160] Key type trusted registered [ 0.802240] Key type encrypted registered [ 0.803346] AppArmor: AppArmor sha1 policy hashing enabled [ 0.804756] ima: No TPM chip found, activating TPM-bypass! [ 0.806162] evm: HMAC attrs: 0x1 [ 0.807432] Magic number: 2:772:707 [ 0.808581] rtc_cmos 00:00: setting system clock to 2018-09-01 00:42:51 UTC (1535762571) [ 0.810777] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.812272] EDD information not available. [ 0.877219] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.893683] Write protecting the kernel read-only data: 14336k [ 0.896605] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.899030] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.79 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.050629] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.88. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDF2hqQ5xOH3JAltEpMMgFzwG0Zi5+SgHFl7qT+51dKY+Iz9y/wkvrgnw5jdC5nsUZO1Jga7OAIG11GLcA6Vn4T2agdUy1PP4VrNPBAegIw7fOwZAshUbKcHFK8b8hh9M3BZLzMm3vZIYeSCbgfmmIXT09QwuMxv9BU35KT5qoZLYoGBRdWW8PBexOn8XQU5vcsn5fzxmeZ21I/x621vc3cT/Lo6Kh1t58DAHe08Vccv1o7etkg8n8m6jSUNM2dfRNIHi5Wuo5oQ0V8oGmbknjI4L6wdGbsVFb2/Xg6Qhzwcp/iTytbClLLclD4GLipPn0GmCX9bE/LM0/bfDYKsZAj root@vping-userdata-vm2-afaa6d24-ddbb-4be4-bcda-83733f42386c ssh-dss AAAAB3NzaC1kc3MAAACBAOsTbOhdmtwB93fkrDWFQb1n6meu44eswfn3tITXIuh3z6/a+oPFL0A6DcXBpGkVVjwM447Xahe4v20vhr9lKyllvxkGBSNgJR2Q5w4fjfTlDxkq80jLenm951drdNEphEQUx/oGDzqG/lideJE7jXNrKwAKTlss+Ev+KAozjfPTAAAAFQDJeTFDCkp/TejQr9wd9tEURG5k6wAAAIB5/sYW3SD6q7vNk80wXx/LoK6lc4HjQz7uMe//PteKdv9yTI/kWNblIx0USNUPyi7VYp371nS62RYzor3pXtMT1TwGX7XH7QqRbGsehIG5F8B8Vu4IEpLeKW5kBKw2SUC+RJyoFLyn6YOHQJqDU9qY6eefXy/RDxsM49N9IGmFMQAAAIEAiaN5rUWQVZewaHQoGlsY/xvsp3TjHy0ZuhX6RQxWaHcY7TVyA6XJE2RAkfcI2zMTUGFBqNcLhIG2kU9wMrYJFObQFZO/LR9OjXlNiiCe7cCwZ996PoVHuVFh//oIl+lxtnERCoowtJm5go03Z4Ggoze3FHAhLE+5RbtjUyhAsNA= root@vping-userdata-vm2-afaa6d24-ddbb-4be4-bcda-83733f42386c -----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.8,24,fe80::f816:3eff:fe93:1148/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.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-afaa6d24-ddbb-4be4-bcda-83733f42386c launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.48 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-afaa6d24-ddbb-4be4-bcda-83733f42386c login: 2018-09-01 00:42:55,421 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-09-01 00:42:55,527 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 00:42:55,527 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:43 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 00:42:55,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 00:42:55,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:55,750 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:42:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-53a75131-65e9-4eb7-91b8-28dfb017b0d6 x-compute-request-id: req-53a75131-65e9-4eb7-91b8-28dfb017b0d6 Content-Type: application/json 2018-09-01 00:42:55,750 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525 used request id req-53a75131-65e9-4eb7-91b8-28dfb017b0d6 2018-09-01 00:42:55,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.218095064163s 2018-09-01 00:42:55,751 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525 used request id req-53a75131-65e9-4eb7-91b8-28dfb017b0d6 2018-09-01 00:42:55,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:42:55,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:57,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42: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-316a37f7-9d68-4af8-8d60-29eb170f21a6 x-compute-request-id: req-316a37f7-9d68-4af8-8d60-29eb170f21a6 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:11:48", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:42:50.000000", "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "d8b6f553-6b12-4de2-a65d-11e084818b21", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:50Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:43Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:2f:54", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:42:35.000000", "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "e3b9ccc1-ed8d-4b87-94b9-76f4ac7ca525", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:55Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:27Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:42:57,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-316a37f7-9d68-4af8-8d60-29eb170f21a6 2018-09-01 00:42:57,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.25751185417s 2018-09-01 00:42:57,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-316a37f7-9d68-4af8-8d60-29eb170f21a6 2018-09-01 00:42:57,012 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:42:59,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:42:59,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:42:59,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:42:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5f424d8-074f-4c5f-a5b2-145a868b9716 x-compute-request-id: req-c5f424d8-074f-4c5f-a5b2-145a868b9716 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:11:48", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:42:50.000000", "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "d8b6f553-6b12-4de2-a65d-11e084818b21", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:50Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:43Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:42:59,798 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c5f424d8-074f-4c5f-a5b2-145a868b9716 2018-09-01 00:42:59,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.783856153488s 2018-09-01 00:42:59,799 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c5f424d8-074f-4c5f-a5b2-145a868b9716 2018-09-01 00:42:59,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 00:42:59,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:43:00,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:42:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e7786ebe-71d4-47a3-8ca2-74dcae88fc4c x-compute-request-id: req-e7786ebe-71d4-47a3-8ca2-74dcae88fc4c Content-Type: application/json 2018-09-01 00:43:00,008 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21 used request id req-e7786ebe-71d4-47a3-8ca2-74dcae88fc4c 2018-09-01 00:43:00,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.207179069519s 2018-09-01 00:43:00,008 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21 used request id req-e7786ebe-71d4-47a3-8ca2-74dcae88fc4c 2018-09-01 00:43:00,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:43:00,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:43:01,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43: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-1232a475-4293-4576-b98c-c6044e609d02 x-compute-request-id: req-1232a475-4293-4576-b98c-c6044e609d02 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:11:48", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d8b6f553-6b12-4de2-a65d-11e084818b21", "rel": "bookmark"}], "image": {"id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "links": [{"href": "http://172.30.9.23:8774/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:42:50.000000", "flavor": {"id": "166eff67-228f-4dd8-98fd-d9dbaa16f432", "links": [{"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "bookmark"}]}, "id": "d8b6f553-6b12-4de2-a65d-11e084818b21", "security_groups": [{"name": "default"}], "user_id": "6021d88be503419abdbaf9eddc920017", "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-01T00:42:59Z", "hostId": "97921c30de4e57f1a67eabbd2a2b73764a69e31b6cc8e537f691d8f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_afaa6d24-ddbb-4be4-bcda-83733f42386c", "created": "2018-09-01T00:42:43Z", "tenant_id": "a86af8767d94442789299718f5689f88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:43:01,333 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1232a475-4293-4576-b98c-c6044e609d02 2018-09-01 00:43:01,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32416605949s 2018-09-01 00:43:01,334 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1232a475-4293-4576-b98c-c6044e609d02 2018-09-01 00:43:01,335 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:43:03,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:43:03,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:43:03,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c2d1311-14ae-4cb5-bc7b-a3766a2e8cde x-compute-request-id: req-9c2d1311-14ae-4cb5-bc7b-a3766a2e8cde Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 00:43:03,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9c2d1311-14ae-4cb5-bc7b-a3766a2e8cde 2018-09-01 00:43:03,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.113988876343s 2018-09-01 00:43:03,452 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9c2d1311-14ae-4cb5-bc7b-a3766a2e8cde 2018-09-01 00:43:03,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 00:43:03,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ed781a2c-e961-41f6-9042-384b0a3839ea/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}7874954faa89f7a0f6feb8fae675d310e06689bb" -d '{"subnet_id": "d0828181-8b03-4319-8feb-f22f209bc8f0"}' 2018-09-01 00:43:05,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-37dae2e5-44b1-47aa-addb-3295aeee6225 Date: Sat, 01 Sep 2018 00:43:05 GMT RESP BODY: {"network_id": "a3703ec6-92cb-45a1-9cf7-b5e783adb7ca", "tenant_id": "a86af8767d94442789299718f5689f88", "subnet_id": "d0828181-8b03-4319-8feb-f22f209bc8f0", "subnet_ids": ["d0828181-8b03-4319-8feb-f22f209bc8f0"], "port_id": "5e7bcb05-03c9-43f0-8814-2994f01190d8", "id": "ed781a2c-e961-41f6-9042-384b0a3839ea"} 2018-09-01 00:43:05,467 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ed781a2c-e961-41f6-9042-384b0a3839ea/remove_router_interface.json used request id req-37dae2e5-44b1-47aa-addb-3295aeee6225 2018-09-01 00:43:05,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.01379394531s 2018-09-01 00:43:05,467 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ed781a2c-e961-41f6-9042-384b0a3839ea/remove_router_interface.json used request id req-37dae2e5-44b1-47aa-addb-3295aeee6225 returning object ed781a2c-e961-41f6-9042-384b0a3839ea 2018-09-01 00:43:05,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 00:43:05,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:43:05,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-5f44618f-f561-415f-a5d8-e76566929ef4 Date: Sat, 01 Sep 2018 00:43:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a86af8767d94442789299718f5689f88", "created_at": "2018-09-01T00:42:15Z", "admin_state_up": true, "updated_at": "2018-09-01T00:43:04Z", "revision_number": 4, "routes": [], "project_id": "a86af8767d94442789299718f5689f88", "id": "ed781a2c-e961-41f6-9042-384b0a3839ea", "name": "vping_userdata-router_afaa6d24-ddbb-4be4-bcda-83733f42386c"}]} 2018-09-01 00:43:05,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5f44618f-f561-415f-a5d8-e76566929ef4 2018-09-01 00:43:05,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120043992996s 2018-09-01 00:43:05,588 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5f44618f-f561-415f-a5d8-e76566929ef4 2018-09-01 00:43:05,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 00:43:05,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/ed781a2c-e961-41f6-9042-384b0a3839ea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:43:07,201 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3470aff9-8e28-4ef9-abe8-7c617f3a4a7e Content-Length: 0 Date: Sat, 01 Sep 2018 00:43:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:43:07,201 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ed781a2c-e961-41f6-9042-384b0a3839ea.json used request id req-3470aff9-8e28-4ef9-abe8-7c617f3a4a7e 2018-09-01 00:43:07,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.61128306389s 2018-09-01 00:43:07,201 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ed781a2c-e961-41f6-9042-384b0a3839ea.json used request id req-3470aff9-8e28-4ef9-abe8-7c617f3a4a7e 2018-09-01 00:43:07,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:43:07,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:43:07,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e9140f84-4547-4abd-9ed9-ba1649d38170 Date: Sat, 01 Sep 2018 00:43:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a3703ec6-92cb-45a1-9cf7-b5e783adb7ca","tenant_id":"a86af8767d94442789299718f5689f88","created_at":"2018-09-01T00:42:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:42:14Z","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":"a86af8767d94442789299718f5689f88","id":"d0828181-8b03-4319-8feb-f22f209bc8f0","subnetpool_id":null,"name":"vping_userdata-subnet_afaa6d24-ddbb-4be4-bcda-83733f42386c"}]} 2018-09-01 00:43:07,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e9140f84-4547-4abd-9ed9-ba1649d38170 2018-09-01 00:43:07,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.045569896698s 2018-09-01 00:43:07,248 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e9140f84-4547-4abd-9ed9-ba1649d38170 2018-09-01 00:43:07,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 00:43:07,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/d0828181-8b03-4319-8feb-f22f209bc8f0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:43:09,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f6c2e616-0d5c-4696-a7a8-dd7d4c3e2edf Date: Sat, 01 Sep 2018 00:43:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:43:09,672 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/d0828181-8b03-4319-8feb-f22f209bc8f0.json used request id req-f6c2e616-0d5c-4696-a7a8-dd7d4c3e2edf 2018-09-01 00:43:09,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.42272782326s 2018-09-01 00:43:09,672 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/d0828181-8b03-4319-8feb-f22f209bc8f0.json used request id req-f6c2e616-0d5c-4696-a7a8-dd7d4c3e2edf 2018-09-01 00:43:09,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:43:09,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:43:09,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-3f0935b5-6099-4a5c-b64e-f5b170aeef1b Date: Sat, 01 Sep 2018 00:43:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","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-01T00:43:09Z","tenant_id":"a86af8767d94442789299718f5689f88","created_at":"2018-09-01T00:42:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a86af8767d94442789299718f5689f88","id":"a3703ec6-92cb-45a1-9cf7-b5e783adb7ca","name":"vping_userdata-net_afaa6d24-ddbb-4be4-bcda-83733f42386c"}]} 2018-09-01 00:43:09,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3f0935b5-6099-4a5c-b64e-f5b170aeef1b 2018-09-01 00:43:09,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.300122022629s 2018-09-01 00:43:09,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3f0935b5-6099-4a5c-b64e-f5b170aeef1b 2018-09-01 00:43:09,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 00:43:09,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/a3703ec6-92cb-45a1-9cf7-b5e783adb7ca.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:43:11,486 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-606c1038-c770-4243-96dc-dca049b59581 Date: Sat, 01 Sep 2018 00:43:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:43:11,486 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a3703ec6-92cb-45a1-9cf7-b5e783adb7ca.json used request id req-606c1038-c770-4243-96dc-dca049b59581 2018-09-01 00:43:11,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.51142311096s 2018-09-01 00:43:11,486 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a3703ec6-92cb-45a1-9cf7-b5e783adb7ca.json used request id req-606c1038-c770-4243-96dc-dca049b59581 2018-09-01 00:43:11,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:43:11,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:43:11,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-c3db077e-8591-442d-9e19-e5305cba5341 Date: Sat, 01 Sep 2018 00:43:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:42:21Z", "file": "/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90/file", "owner": "a86af8767d94442789299718f5689f88", "id": "474786f3-8283-4a3d-babb-889ee8ec2f90", "size": 12716032, "self": "/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/474786f3-8283-4a3d-babb-889ee8ec2f90/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/474786f3-8283-4a3d-babb-889ee8ec2f90/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_afaa6d24-ddbb-4be4-bcda-83733f42386c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_afaa6d24-ddbb-4be4-bcda-83733f42386c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:42:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:43:11,804 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c3db077e-8591-442d-9e19-e5305cba5341 2018-09-01 00:43:11,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.313804864883s 2018-09-01 00:43:11,805 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c3db077e-8591-442d-9e19-e5305cba5341 2018-09-01 00:43:11,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 00:43:11,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7874954faa89f7a0f6feb8fae675d310e06689bb" 2018-09-01 00:43:12,398 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-deeef77a-f532-48e2-9668-e087b2bbb389 Date: Sat, 01 Sep 2018 00:43:12 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 00:43:12,399 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90 used request id req-deeef77a-f532-48e2-9668-e087b2bbb389 2018-09-01 00:43:12,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.592015981674s 2018-09-01 00:43:12,399 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/474786f3-8283-4a3d-babb-889ee8ec2f90 used request id req-deeef77a-f532-48e2-9668-e087b2bbb389 2018-09-01 00:43:12,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:43:12,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:43:12,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43: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-1227e575-b0ea-404a-b350-acf6960fe49f x-compute-request-id: req-1227e575-b0ea-404a-b350-acf6960fe49f Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_afaa6d24-ddbb-4be4-bcda-83733f42386c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432", "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": "166eff67-228f-4dd8-98fd-d9dbaa16f432"}]} 2018-09-01 00:43:12,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1227e575-b0ea-404a-b350-acf6960fe49f 2018-09-01 00:43:12,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0244929790497s 2018-09-01 00:43:12,424 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1227e575-b0ea-404a-b350-acf6960fe49f 2018-09-01 00:43:12,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 00:43:12,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:43:12,457 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:43: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-fd146fc2-fc11-40b7-b237-b58f7b136528 x-compute-request-id: req-fd146fc2-fc11-40b7-b237-b58f7b136528 Content-Length: 0 Content-Type: application/json 2018-09-01 00:43:12,457 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432 used request id req-fd146fc2-fc11-40b7-b237-b58f7b136528 2018-09-01 00:43:12,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0311648845673s 2018-09-01 00:43:12,457 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/166eff67-228f-4dd8-98fd-d9dbaa16f432 used request id req-fd146fc2-fc11-40b7-b237-b58f7b136528 2018-09-01 00:43:12,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:43:12,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:43:12,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-596a8b1d-8f7b-4062-bb5d-c9e492f6d9c6 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/09616bbc3d7d47f7bf356facf9604904"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09616bbc3d7d47f7bf356facf9604904", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/1b7d7499248f4b1ab3e2c3eafd6884e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b7d7499248f4b1ab3e2c3eafd6884e3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/39f008d4ed9b46e88df6661386fb834c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39f008d4ed9b46e88df6661386fb834c", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/4f1efd27b815414c80bafafd80b0a731"}, "domain_id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "enabled": true, "options": {}, "id": "4f1efd27b815414c80bafafd80b0a731", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/5755fbc5e3f149d286b38eab1592f2cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5755fbc5e3f149d286b38eab1592f2cd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/5a7473fb7a3d483bad8691aca2f3945e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a7473fb7a3d483bad8691aca2f3945e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/5a775d82f5b040388bd9b234b406b8cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a775d82f5b040388bd9b234b406b8cf", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_afaa6d24-ddbb-4be4-bcda-83733f42386c", "links": {"self": "http://172.30.9.23:5000/v3/users/6021d88be503419abdbaf9eddc920017"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6021d88be503419abdbaf9eddc920017", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/71e10b6e83144e6480810c69dc4f4357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e10b6e83144e6480810c69dc4f4357", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/790e0ffa6b2f4654a159933f6bb087b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "790e0ffa6b2f4654a159933f6bb087b2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/8b0b26cb19d94b42b2053081018c0256"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b0b26cb19d94b42b2053081018c0256", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/ab9e44a845b446c5ad7c6f7aa89c7b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab9e44a845b446c5ad7c6f7aa89c7b00", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c1e3ed7585964a61bb487b909cdc21f1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e3ed7585964a61bb487b909cdc21f1", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/c397b2a20dde4a928a000743315a1d4d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c397b2a20dde4a928a000743315a1d4d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/c7a220b02e39464182c785f083b70399"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7a220b02e39464182c785f083b70399", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-01 00:43:12,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-596a8b1d-8f7b-4062-bb5d-c9e492f6d9c6 2018-09-01 00:43:12,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218247175217s 2018-09-01 00:43:12,676 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-596a8b1d-8f7b-4062-bb5d-c9e492f6d9c6 2018-09-01 00:43:12,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:43:12,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/6021d88be503419abdbaf9eddc920017 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:43:12,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-813786fc-115b-4066-bb4d-8d229d2f5286 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_afaa6d24-ddbb-4be4-bcda-83733f42386c", "links": {"self": "http://172.30.9.23:5000/v3/users/6021d88be503419abdbaf9eddc920017"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "6021d88be503419abdbaf9eddc920017", "description": null}} 2018-09-01 00:43:12,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/6021d88be503419abdbaf9eddc920017 used request id req-813786fc-115b-4066-bb4d-8d229d2f5286 2018-09-01 00:43:12,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.221076011658s 2018-09-01 00:43:12,902 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/6021d88be503419abdbaf9eddc920017 used request id req-813786fc-115b-4066-bb4d-8d229d2f5286 2018-09-01 00:43:12,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 00:43:12,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/6021d88be503419abdbaf9eddc920017 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:43:13,290 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:43:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-777f5c99-7138-4738-ab74-89376864f44c 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 00:43:13,291 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/6021d88be503419abdbaf9eddc920017 used request id req-777f5c99-7138-4738-ab74-89376864f44c 2018-09-01 00:43:13,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.387682199478s 2018-09-01 00:43:13,291 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/6021d88be503419abdbaf9eddc920017 used request id req-777f5c99-7138-4738-ab74-89376864f44c 2018-09-01 00:43:13,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 00:43:13,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:43:13,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17526463-c89d-495a-b7de-4fe52203446c Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b"}, "tags": [], "enabled": true, "id": "124aad9de364486f8e974ab17ceaff0b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/82385a1db3524c2f9b0afe851a76008c"}, "tags": [], "enabled": true, "id": "82385a1db3524c2f9b0afe851a76008c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/a86af8767d94442789299718f5689f88"}, "tags": [], "enabled": true, "id": "a86af8767d94442789299718f5689f88", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_afaa6d24-ddbb-4be4-bcda-83733f42386c"}]} 2018-09-01 00:43:13,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-17526463-c89d-495a-b7de-4fe52203446c 2018-09-01 00:43:13,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.203247070312s 2018-09-01 00:43:13,501 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-17526463-c89d-495a-b7de-4fe52203446c 2018-09-01 00:43:13,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 00:43:13,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/a86af8767d94442789299718f5689f88 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb3f57aa37342bc77dcaf227741bba8182bdac15" 2018-09-01 00:43:13,783 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:43:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4151fc3-744c-4317-b5b8-fef29042eeee 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 00:43:13,783 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/a86af8767d94442789299718f5689f88 used request id req-e4151fc3-744c-4317-b5b8-fef29042eeee 2018-09-01 00:43:13,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.277849912643s 2018-09-01 00:43:13,784 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/a86af8767d94442789299718f5689f88 used request id req-e4151fc3-744c-4317-b5b8-fef29042eeee 2018-09-01 00:43:13,838 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-09-01 00:43:13,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:43:13,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:43:13,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:43:13,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:43:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:43:13,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:43:13,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:43:13,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:43:13,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:43:13,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:43:13,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb35b6d3-5eee-472e-8c4e-5719a2505bce Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:43:13,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cb35b6d3-5eee-472e-8c4e-5719a2505bce 2018-09-01 00:43:13,891 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:43:14,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04fa0466cabf412bae8b52a52856f734", "name": "admin"}, {"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:43:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82385a1db3524c2f9b0afe851a76008c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c1e3ed7585964a61bb487b909cdc21f1"}, "audit_ids": ["90uVFzIsSpOKLChYecGgQA"], "issued_at": "2018-09-01T00:43:14.000000Z"}} 2018-09-01 00:43:14,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:43:14,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:43:14,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7eba69df-3fe7-4615-8c4a-46f8601da352 Date: Sat, 01 Sep 2018 00:43:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"5947624d-2604-4eb8-9ac2-b3c2573254db","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","status":"ACTIVE","subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"description":"","tags":[],"updated_at":"2018-09-01T00:33:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","provider:network_type":"flat"}]} 2018-09-01 00:43:14,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7eba69df-3fe7-4615-8c4a-46f8601da352 2018-09-01 00:43:14,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347533941269s 2018-09-01 00:43:14,637 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7eba69df-3fe7-4615-8c4a-46f8601da352 2018-09-01 00:43:14,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:43:14,647 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 00:43:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9515f281-6692-4585-ac3b-032c0b1f1d63 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.23:5000/v3/", "rel": "self"}]}]}} 2018-09-01 00:43:14,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-9515f281-6692-4585-ac3b-032c0b1f1d63 2018-09-01 00:43:14,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 00:43:14,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:43:14,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef6936af-edeb-46e8-a821-9f86c1cc2d20 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/e9f4e5d3e25e437fbbc5bdfc422dbea3"}, "tags": [], "enabled": true, "id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "name": "heat_stack"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 00:43:14,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-ef6936af-edeb-46e8-a821-9f86c1cc2d20 2018-09-01 00:43:14,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.16431593895s 2018-09-01 00:43:14,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-ef6936af-edeb-46e8-a821-9f86c1cc2d20 2018-09-01 00:43:14,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 00:43:14,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}}' 2018-09-01 00:43:15,027 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 00:43:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f25a85ec-3f84-46e2-aea0-87a8eeaea292 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.23:5000/v3/projects/c66f471c0ff9470d859fd2cc9469ff57"}, "tags": [], "enabled": true, "id": "c66f471c0ff9470d859fd2cc9469ff57", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}} 2018-09-01 00:43:15,028 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f25a85ec-3f84-46e2-aea0-87a8eeaea292 2018-09-01 00:43:15,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.208343029022s 2018-09-01 00:43:15,028 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f25a85ec-3f84-46e2-aea0-87a8eeaea292 2018-09-01 00:43:15,029 - 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'c66f471c0ff9470d859fd2cc9469ff57', '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_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2'}) 2018-09-01 00:43:15,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 00:43:15,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7a1a95c2-59c2-4e04-8d29-d0f58fbdf3e6", "email": null, "name": "cinder_test-user_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}}' 2018-09-01 00:43:15,460 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 00:43:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c15eb33-124d-415c-afbc-f627d4c3f766 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "links": {"self": "http://172.30.9.23:5000/v3/users/3aea9a8af8234592967f263c6201a58d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3aea9a8af8234592967f263c6201a58d", "domain_id": "default", "password_expires_at": null}} 2018-09-01 00:43:15,460 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-7c15eb33-124d-415c-afbc-f627d4c3f766 2018-09-01 00:43:15,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.425002813339s 2018-09-01 00:43:15,461 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-7c15eb33-124d-415c-afbc-f627d4c3f766 2018-09-01 00:43:15,461 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3aea9a8af8234592967f263c6201a58d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2'}) 2018-09-01 00:43:15,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:43:15,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:43:15,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96858d7e-dd96-4a3a-a34e-c9e0753b5f14 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:43:15,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-96858d7e-dd96-4a3a-a34e-c9e0753b5f14 2018-09-01 00:43:15,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196851968765s 2018-09-01 00:43:15,662 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-96858d7e-dd96-4a3a-a34e-c9e0753b5f14 2018-09-01 00:43:15,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:43:15,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:43:15,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84691990-0214-48f7-8606-7b313005a975 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:43:15,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-84691990-0214-48f7-8606-7b313005a975 2018-09-01 00:43:15,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.112058877945s 2018-09-01 00:43:15,779 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-84691990-0214-48f7-8606-7b313005a975 2018-09-01 00:43:15,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 00:43:15,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:43:15,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81f05bee-0d58-4203-8c5e-c87f95f0c847 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "04fa0466cabf412bae8b52a52856f734", "links": {"self": "http://172.30.9.23:5000/v3/roles/04fa0466cabf412bae8b52a52856f734"}, "name": "admin"}, {"domain_id": null, "id": "1f2bde3e8e224213861d11fb61c4b749", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f2bde3e8e224213861d11fb61c4b749"}, "name": "member"}, {"domain_id": null, "id": "79d9c5123beb4833a200bf73c3bc89f3", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d9c5123beb4833a200bf73c3bc89f3"}, "name": "reader"}, {"domain_id": null, "id": "8a5975637fd044bc8615303cfeee2ac0", "links": {"self": "http://172.30.9.23:5000/v3/roles/8a5975637fd044bc8615303cfeee2ac0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a39c5bd26bbe40249fc89638f38f8f47", "links": {"self": "http://172.30.9.23:5000/v3/roles/a39c5bd26bbe40249fc89638f38f8f47"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fd6a0eb8cedb4cd2965986c097b2285d", "links": {"self": "http://172.30.9.23:5000/v3/roles/fd6a0eb8cedb4cd2965986c097b2285d"}, "name": "heat_stack_user"}]} 2018-09-01 00:43:15,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-81f05bee-0d58-4203-8c5e-c87f95f0c847 2018-09-01 00:43:15,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.150041103363s 2018-09-01 00:43:15,934 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-81f05bee-0d58-4203-8c5e-c87f95f0c847 2018-09-01 00:43:15,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 00:43:15,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:43:16,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-429fcbfa-7280-47c4-9128-5a5321957675 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 00:43:16,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-429fcbfa-7280-47c4-9128-5a5321957675 2018-09-01 00:43:16,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.195493936539s 2018-09-01 00:43:16,134 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-429fcbfa-7280-47c4-9128-5a5321957675 2018-09-01 00:43:16,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:43:16,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:43:16,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a5305c-066a-4815-aaa3-788186a45751 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/09616bbc3d7d47f7bf356facf9604904"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09616bbc3d7d47f7bf356facf9604904", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/1b7d7499248f4b1ab3e2c3eafd6884e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b7d7499248f4b1ab3e2c3eafd6884e3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/39f008d4ed9b46e88df6661386fb834c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39f008d4ed9b46e88df6661386fb834c", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder_test-user_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "links": {"self": "http://172.30.9.23:5000/v3/users/3aea9a8af8234592967f263c6201a58d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3aea9a8af8234592967f263c6201a58d", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/4f1efd27b815414c80bafafd80b0a731"}, "domain_id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "enabled": true, "options": {}, "id": "4f1efd27b815414c80bafafd80b0a731", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/5755fbc5e3f149d286b38eab1592f2cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5755fbc5e3f149d286b38eab1592f2cd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/5a7473fb7a3d483bad8691aca2f3945e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a7473fb7a3d483bad8691aca2f3945e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/5a775d82f5b040388bd9b234b406b8cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a775d82f5b040388bd9b234b406b8cf", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/71e10b6e83144e6480810c69dc4f4357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e10b6e83144e6480810c69dc4f4357", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/790e0ffa6b2f4654a159933f6bb087b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "790e0ffa6b2f4654a159933f6bb087b2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/8b0b26cb19d94b42b2053081018c0256"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b0b26cb19d94b42b2053081018c0256", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/ab9e44a845b446c5ad7c6f7aa89c7b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab9e44a845b446c5ad7c6f7aa89c7b00", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c1e3ed7585964a61bb487b909cdc21f1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e3ed7585964a61bb487b909cdc21f1", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/c397b2a20dde4a928a000743315a1d4d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c397b2a20dde4a928a000743315a1d4d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/c7a220b02e39464182c785f083b70399"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7a220b02e39464182c785f083b70399", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-01 00:43:16,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b5a5305c-066a-4815-aaa3-788186a45751 2018-09-01 00:43:16,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210695028305s 2018-09-01 00:43:16,346 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b5a5305c-066a-4815-aaa3-788186a45751 2018-09-01 00:43:16,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 00:43:16,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:43:16,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5771a9af-c70c-4f3f-8f81-1a5fb331f621 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/82385a1db3524c2f9b0afe851a76008c"}, "tags": [], "enabled": true, "id": "82385a1db3524c2f9b0afe851a76008c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.23:5000/v3/projects/c66f471c0ff9470d859fd2cc9469ff57"}, "tags": [], "enabled": true, "id": "c66f471c0ff9470d859fd2cc9469ff57", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b"}, "tags": [], "enabled": true, "id": "124aad9de364486f8e974ab17ceaff0b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-01 00:43:16,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-5771a9af-c70c-4f3f-8f81-1a5fb331f621 2018-09-01 00:43:16,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.201937198639s 2018-09-01 00:43:16,559 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-5771a9af-c70c-4f3f-8f81-1a5fb331f621 2018-09-01 00:43:16,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 00:43:16,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=3aea9a8af8234592967f263c6201a58d&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=c66f471c0ff9470d859fd2cc9469ff57" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:43:16,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-586627c5-56d5-4207-b118-41c03b01c9be Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=3aea9a8af8234592967f263c6201a58d&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=c66f471c0ff9470d859fd2cc9469ff57", "previous": null, "next": null}} 2018-09-01 00:43:16,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=3aea9a8af8234592967f263c6201a58d&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=c66f471c0ff9470d859fd2cc9469ff57 used request id req-586627c5-56d5-4207-b118-41c03b01c9be 2018-09-01 00:43:16,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.195187091827s 2018-09-01 00:43:16,762 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=3aea9a8af8234592967f263c6201a58d&role.id=1f2bde3e8e224213861d11fb61c4b749&scope.project.id=c66f471c0ff9470d859fd2cc9469ff57 used request id req-586627c5-56d5-4207-b118-41c03b01c9be 2018-09-01 00:43:16,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 00:43:16,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/c66f471c0ff9470d859fd2cc9469ff57/users/3aea9a8af8234592967f263c6201a58d/roles/1f2bde3e8e224213861d11fb61c4b749 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:43:16,963 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:43:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e675ba4b-ef62-4988-ab85-97aad2cf06e1 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 00:43:16,963 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c66f471c0ff9470d859fd2cc9469ff57/users/3aea9a8af8234592967f263c6201a58d/roles/1f2bde3e8e224213861d11fb61c4b749 used request id req-e675ba4b-ef62-4988-ab85-97aad2cf06e1 2018-09-01 00:43:16,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.197326898575s 2018-09-01 00:43:16,963 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c66f471c0ff9470d859fd2cc9469ff57/users/3aea9a8af8234592967f263c6201a58d/roles/1f2bde3e8e224213861d11fb61c4b749 used request id req-e675ba4b-ef62-4988-ab85-97aad2cf06e1 2018-09-01 00:43:16,964 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 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'c66f471c0ff9470d859fd2cc9469ff57', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '7a1a95c2-59c2-4e04-8d29-d0f58fbdf3e6', 'username': u'cinder_test-user_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23: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 00:43:16,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:43:16,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:43:16,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:43:16,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:43:16,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:43:16,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:43:16,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:43:16,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:43:16,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:43:16,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:43:16,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:43:16,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:43:16,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:43:16,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:43:16,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:43:16,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:43:16,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:43:16,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:43:16,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:43:16,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:43:16,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:43:16,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:43:16,969 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 'password': '7a1a95c2-59c2-4e04-8d29-d0f58fbdf3e6', 'project_name': 'cinder_test-project_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'c66f471c0ff9470d859fd2cc9469ff57', 'project_domain_name': 'Default'} 2018-09-01 00:43:16,970 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-09-01 00:43:16,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:43:16,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eb4d5d6-cb0a-4f08-879a-7f2b3bc52aef Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:43:16,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5eb4d5d6-cb0a-4f08-879a-7f2b3bc52aef 2018-09-01 00:43:16,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:43:17,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:43:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c66f471c0ff9470d859fd2cc9469ff57", "name": "cinder_test-project_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/c66f471c0ff9470d859fd2cc9469ff57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/c66f471c0ff9470d859fd2cc9469ff57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/c66f471c0ff9470d859fd2cc9469ff57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/c66f471c0ff9470d859fd2cc9469ff57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/c66f471c0ff9470d859fd2cc9469ff57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_c66f471c0ff9470d859fd2cc9469ff57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_c66f471c0ff9470d859fd2cc9469ff57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/c66f471c0ff9470d859fd2cc9469ff57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/c66f471c0ff9470d859fd2cc9469ff57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/c66f471c0ff9470d859fd2cc9469ff57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/c66f471c0ff9470d859fd2cc9469ff57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/c66f471c0ff9470d859fd2cc9469ff57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/c66f471c0ff9470d859fd2cc9469ff57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "id": "3aea9a8af8234592967f263c6201a58d"}, "audit_ids": ["UmO1QY27RiGZrtuyEFcUqQ"], "issued_at": "2018-09-01T00:43:17.000000Z"}} 2018-09-01 00:43:17,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 00:43:17,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"network": {"name": "cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "admin_state_up": true}}' 2018-09-01 00:43:18,175 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-301b7e62-81d3-4291-b98f-fb8d1f8e710d Date: Sat, 01 Sep 2018 00:43:18 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:43:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T00:43:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"c66f471c0ff9470d859fd2cc9469ff57","id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","name":"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}} 2018-09-01 00:43:18,175 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-301b7e62-81d3-4291-b98f-fb8d1f8e710d 2018-09-01 00:43:18,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.796865940094s 2018-09-01 00:43:18,176 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-301b7e62-81d3-4291-b98f-fb8d1f8e710d 2018-09-01 00:43:18,176 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:43:17Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'5177309d-b7eb-492c-bcd0-2a05ab2f6e5a', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', u'admin_state_up': True, u'tenant_id': u'c66f471c0ff9470d859fd2cc9469ff57', u'created_at': u'2018-09-01T00:43:17Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c66f471c0ff9470d859fd2cc9469ff57'}) 2018-09-01 00:43:18,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:43:18,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:18,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-0dff0d62-e01e-402b-99e2-adae7527dba7 Date: Sat, 01 Sep 2018 00:43:18 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-01T00:43:17Z","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:43:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"c66f471c0ff9470d859fd2cc9469ff57","id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","name":"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:43:18,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0dff0d62-e01e-402b-99e2-adae7527dba7 2018-09-01 00:43:18,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366317987442s 2018-09-01 00:43:18,543 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0dff0d62-e01e-402b-99e2-adae7527dba7 2018-09-01 00:43:18,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 00:43:18,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"subnet": {"name": "cinder_test-subnet_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "enable_dhcp": true, "network_id": "5177309d-b7eb-492c-bcd0-2a05ab2f6e5a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 00:43:19,516 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-9a2decf3-5c86-431d-9b58-5acbb3a1b40b Date: Sat, 01 Sep 2018 00:43:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:43:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:43:19Z","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":"c66f471c0ff9470d859fd2cc9469ff57","id":"bb9c27ea-bfbf-45b8-a0f6-000d252b66c4","subnetpool_id":null,"name":"cinder_test-subnet_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}} 2018-09-01 00:43:19,516 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9a2decf3-5c86-431d-9b58-5acbb3a1b40b 2018-09-01 00:43:19,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.971133947372s 2018-09-01 00:43:19,517 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9a2decf3-5c86-431d-9b58-5acbb3a1b40b 2018-09-01 00:43:19,517 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T00:43:19Z', 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'bb9c27ea-bfbf-45b8-a0f6-000d252b66c4', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', u'enable_dhcp': True, u'network_id': u'5177309d-b7eb-492c-bcd0-2a05ab2f6e5a', u'tenant_id': u'c66f471c0ff9470d859fd2cc9469ff57', u'created_at': u'2018-09-01T00:43:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'c66f471c0ff9470d859fd2cc9469ff57'}) 2018-09-01 00:43:19,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 00:43:19,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"router": {"external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db"}, "name": "cinder_test-router_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "admin_state_up": true}}' 2018-09-01 00:43:21,082 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-ab3ac1eb-9db3-4518-9012-965712539ac5 Date: Sat, 01 Sep 2018 00:43:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:19Z", "admin_state_up": true, "updated_at": "2018-09-01T00:43:20Z", "revision_number": 2, "routes": [], "project_id": "c66f471c0ff9470d859fd2cc9469ff57", "id": "705eee11-7b8f-4445-8812-600ef4002ee2", "name": "cinder_test-router_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}} 2018-09-01 00:43:21,082 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-ab3ac1eb-9db3-4518-9012-965712539ac5 2018-09-01 00:43:21,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.56430602074s 2018-09-01 00:43:21,082 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-ab3ac1eb-9db3-4518-9012-965712539ac5 2018-09-01 00:43:21,083 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b8d15748-1221-4d39-8b04-bf36c4f12d33', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c66f471c0ff9470d859fd2cc9469ff57', u'created_at': u'2018-09-01T00:43:19Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T00:43:20Z', u'revision_number': 2, u'routes': [], u'project_id': u'c66f471c0ff9470d859fd2cc9469ff57', u'id': u'705eee11-7b8f-4445-8812-600ef4002ee2', u'name': u'cinder_test-router_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2'}) 2018-09-01 00:43:21,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 00:43:21,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/705eee11-7b8f-4445-8812-600ef4002ee2/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"subnet_id": "bb9c27ea-bfbf-45b8-a0f6-000d252b66c4"}' 2018-09-01 00:43:23,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-47e2e02a-cdeb-4de9-8e6c-b9366a4438ed Date: Sat, 01 Sep 2018 00:43:23 GMT RESP BODY: {"network_id": "5177309d-b7eb-492c-bcd0-2a05ab2f6e5a", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "subnet_id": "bb9c27ea-bfbf-45b8-a0f6-000d252b66c4", "subnet_ids": ["bb9c27ea-bfbf-45b8-a0f6-000d252b66c4"], "port_id": "07ce687e-50ff-4552-bffe-c75046c5c0c4", "id": "705eee11-7b8f-4445-8812-600ef4002ee2"} 2018-09-01 00:43:23,417 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/705eee11-7b8f-4445-8812-600ef4002ee2/add_router_interface.json used request id req-47e2e02a-cdeb-4de9-8e6c-b9366a4438ed 2018-09-01 00:43:23,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.3334941864s 2018-09-01 00:43:23,417 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/705eee11-7b8f-4445-8812-600ef4002ee2/add_router_interface.json used request id req-47e2e02a-cdeb-4de9-8e6c-b9366a4438ed returning object 705eee11-7b8f-4445-8812-600ef4002ee2 2018-09-01 00:43:23,418 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 00:43:23,550 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 00:43:23,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:43:23,556 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 00:43:23 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-09-01 00:43:23,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:43:23,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:23,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-18fd911a-fc5b-40a2-a9d9-118ae81515a8 Date: Sat, 01 Sep 2018 00:43:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:43:23,871 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-18fd911a-fc5b-40a2-a9d9-118ae81515a8 2018-09-01 00:43:23,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.311769008636s 2018-09-01 00:43:23,871 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-18fd911a-fc5b-40a2-a9d9-118ae81515a8 2018-09-01 00:43:23,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 00:43:23,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}' 2018-09-01 00:43:24,192 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-dbedece9-3484-425c-9714-bb9087e36135 Date: Sat, 01 Sep 2018 00:43:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:43:24Z", "file": "/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/file", "owner": "c66f471c0ff9470d859fd2cc9469ff57", "id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "size": null, "self": "/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "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_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "checksum": null, "created_at": "2018-09-01T00:43:24Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 00:43:24,192 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-dbedece9-3484-425c-9714-bb9087e36135 2018-09-01 00:43:24,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.312469959259s 2018-09-01 00:43:24,192 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-dbedece9-3484-425c-9714-bb9087e36135 returning object 6d67d834-efce-4890-bb72-7e5e245fb0bc 2018-09-01 00:43:24,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 00:43:24,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '' 2018-09-01 00:43:25,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ede9ae0-5033-40b0-8250-1fd3d6ca6707 Date: Sat, 01 Sep 2018 00:43:25 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 00:43:25,380 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/file used request id req-8ede9ae0-5033-40b0-8250-1fd3d6ca6707 2018-09-01 00:43:25,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18675804138s 2018-09-01 00:43:25,380 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/file used request id req-8ede9ae0-5033-40b0-8250-1fd3d6ca6707 2018-09-01 00:43:25,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:43:25,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:25,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-aaf7c5a5-3b44-4b9a-934e-4ae6a168c7f7 Date: Sat, 01 Sep 2018 00:43:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:43:25Z", "file": "/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/file", "owner": "c66f471c0ff9470d859fd2cc9469ff57", "id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "size": 12716032, "self": "/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:43:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:43:25,694 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-aaf7c5a5-3b44-4b9a-934e-4ae6a168c7f7 2018-09-01 00:43:25,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.309799909592s 2018-09-01 00:43:25,695 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-aaf7c5a5-3b44-4b9a-934e-4ae6a168c7f7 2018-09-01 00:43:25,696 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/file', 'owner': u'c66f471c0ff9470d859fd2cc9469ff57', 'id': u'6d67d834-efce-4890-bb72-7e5e245fb0bc', 'size': 12716032, u'self': u'/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c66f471c0ff9470d859fd2cc9469ff57', 'name': 'cinder_test-project_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T00:43:25Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T00:43:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', '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/6d67d834-efce-4890-bb72-7e5e245fb0bc', 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_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 'created': u'2018-09-01T00:43:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T00:43:24Z', 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/6d67d834-efce-4890-bb72-7e5e245fb0bc', 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_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 00:43:25,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 00:43:25,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "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 00:43:26,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7b2f13f-dfe1-41c6-9196-e9f7c4d9431b x-compute-request-id: req-e7b2f13f-dfe1-41c6-9196-e9f7c4d9431b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "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": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98"}} 2018-09-01 00:43:26,031 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e7b2f13f-dfe1-41c6-9196-e9f7c4d9431b 2018-09-01 00:43:26,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.333132982254s 2018-09-01 00:43:26,031 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e7b2f13f-dfe1-41c6-9196-e9f7c4d9431b 2018-09-01 00:43:26,032 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', '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'82385a1db3524c2f9b0afe851a76008c', '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'45a9d8a0-9f4f-4da5-bdeb-c63797586a98', 'swap': 0}) 2018-09-01 00:43:26,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 00:43:26,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98/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}e710067a2cefee5070c896e038fed7f2fe878261" -d '{"extra_specs": {}}' 2018-09-01 00:43:26,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a1504f7a-23e0-49cb-a89f-e894de5699dd x-compute-request-id: req-a1504f7a-23e0-49cb-a89f-e894de5699dd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 00:43:26,052 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98/os-extra_specs used request id req-a1504f7a-23e0-49cb-a89f-e894de5699dd 2018-09-01 00:43:26,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0194609165192s 2018-09-01 00:43:26,052 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98/os-extra_specs used request id req-a1504f7a-23e0-49cb-a89f-e894de5699dd 2018-09-01 00:43:26,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 00:43:26,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"keypair": {"name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}}' 2018-09-01 00:43:26,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43: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-bc7c21f3-2327-4b5d-911e-6c28c9f2128b x-compute-request-id: req-bc7c21f3-2327-4b5d-911e-6c28c9f2128b Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDWsvbOkAcMJIcCkEgdQ/FkdxaRZoppL3XZAzKYCgEliuAzUeA0jRxyEU8C2/9JbGRCTVN2uSF5J0UNgdEuxMVHqeFXHFaPNyMIdYAA5G19AgXQDrhzfdcKHdpbL05eSFjDu9ZNUocXXhbhzhJIWHgmy+K4aTWetzGBVRnnwDQXAktilbJcGTQ+SGbn3LQHTBGyMElYg0mV1SQUgt/d9iILJ/1Ym+p4mTyV93Adj7q9gXFQoNy/8xsIOEH6ZJwPwj9vo8lqJvx0Skjv9H8Fi+ozZvu0qlH7/rbH12ukN6useX6+PmPXKNukte5dd5l6B+TFjZPFMOOF0cXKgwX4Rel Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw1rL2zpAHDCSHApBIHUPxZHcWkWaKaS912QMymAoBJYrgM1H\ngNI0cchFPAtv/SWxkQk1TdrkheSdFDYHRLsTFR6nhVxxWjzcjCHWAAORtfQIF0A6\n4c33XCh3aWy9OXkhYw7vWTVKHF14W4c4SSFh4JsviuGk1nrcxgVUZ58A0FwJLYpW\nyXBk0Pkhm59y0B0wRsjBJWINJldUkFILf3fYiCyf9WJvqeJk8lfdwHY+6vYFxUKD\ncv/MbCDhB+mScD8I/b6PJaib8dEpI7/R/BYvqM2b7tKpR+/62x9drpDerrHl+vj5\nj1yjbpLXuXXeZegfkxY2TxTDjhdHFyoMF+EXpQIDAQABAoIBAHpGDmq9XvtF+23J\njVH/c0u6LC3kesWt85UpbkgNP37/b2NDGYosB99f9tXKYuIUAbxCAzcj1v1nRlos\nJwiB/0Os2DXE0r4kcfbUBtojYcR9ZcMH1NMY08a/HV7DTPz4MEmMQ4uWqzht2LOR\nQ02is1yeRXesHDyS0jSviVECWMQQfyVGqdgOKUmqRqOPOGh3LTG5laJqFyj2zHy2\nTVU6Up8FFfbT49v1mOUmjYVbCloup7YTlCY870Y9M1CwLKcGT/7qNDijIpKMxrdu\nv+RlR46DY+aya4veaDc1FvQpLLcVbLk3pd5CNis1yKTD5Xu1VkfWyCI+kGT8Cr+B\nLaJLl1ECgYEA5wtT5VNCz64LB7H0aG1UIucDDM8qE3zYTvV09zchDogRgPT1O5Qv\nPl3HDRp7zn74SHk52bdhTkMRRrT6sq7REa6yAZoF3DmlIbNkvP9mJE0zrroxnKZ6\n7EvyzWCk4Mb1ulc+hpteFK270zeHIDQL1qCP0nCxS1DTtr/aQTvR/1cCgYEA2HSb\nDSQ/f3giDFiedY5MmWNssFe32mOJUp7D9AhihdeEaSTDAs7RzOtkVqcSuvrgJV1w\nEpfKMcCizW/xnJWAGHo/O+wZNJAPUC5X5BBmxujND8RUP3EkDM0//yjAICdHUV4n\nJUFH2PxT/EdXDRTpB2LULSR4ErDd6hZh29zsz2MCgYEA4YF+60/u4AGBposcgGhl\nPIO5yGDTMp4iCj8tYLWgQCyy2Ok+Cl7CFd82DyYQPSZUc3hO7J8+DEMNs7OlFY3n\nZZjbCREqMx7YfCI6avXk3f20OhBlp/4d8FDYtXhktTe8U5of3wX6N7iyoJ+L9fSW\nsW+ZsM5pXZeQbMio4A7hEpUCgYAp+NJoBfNaIE1Z34U6flFUHPdial/4NPzXzHlq\nxIV2NogyazJ1RO1hsvNN6i+zmhoEpM2qjUxjwVrQQziyiDrChFHmqK1qh9SwU4wv\naQ7E2zeIKyW695Fp+hLCw4AdvAAUQxGMI9Buvt76OEsk+j0FdaB28G9oEGu3jIeF\nPp2cyQKBgGSPizsEMNioLFtYIv/cnTzOMQu7iY2DRbHLSCg/XO5nLHJRmlXhVVcu\noC09VzZd1OCei09ktBAOgMqKNT8hUDb6i3XqdcI9ASFk8pwbuQsjnSfiLIYUuXHF\nwzNozBkl6RQCLm85w2oFYJuDfpWtXt/HaMVAEwbE0FcgFr2fvqFZ\n-----END RSA PRIVATE KEY-----\n", "user_id": "3aea9a8af8234592967f263c6201a58d", "name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "fingerprint": "0e:56:d1:d1:f0:66:77:03:62:9b:00:e1:6c:79:a0:a8"}} 2018-09-01 00:43:26,647 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-bc7c21f3-2327-4b5d-911e-6c28c9f2128b 2018-09-01 00:43:26,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.594084978104s 2018-09-01 00:43:26,647 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-bc7c21f3-2327-4b5d-911e-6c28c9f2128b 2018-09-01 00:43:26,648 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDWsvbOkAcMJIcCkEgdQ/FkdxaRZoppL3XZAzKYCgEliuAzUeA0jRxyEU8C2/9JbGRCTVN2uSF5J0UNgdEuxMVHqeFXHFaPNyMIdYAA5G19AgXQDrhzfdcKHdpbL05eSFjDu9ZNUocXXhbhzhJIWHgmy+K4aTWetzGBVRnnwDQXAktilbJcGTQ+SGbn3LQHTBGyMElYg0mV1SQUgt/d9iILJ/1Ym+p4mTyV93Adj7q9gXFQoNy/8xsIOEH6ZJwPwj9vo8lqJvx0Skjv9H8Fi+ozZvu0qlH7/rbH12ukN6useX6+PmPXKNukte5dd5l6B+TFjZPFMOOF0cXKgwX4Rel Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw1rL2zpAHDCSHApBIHUPxZHcWkWaKaS912QMymAoBJYrgM1H\ngNI0cchFPAtv/SWxkQk1TdrkheSdFDYHRLsTFR6nhVxxWjzcjCHWAAORtfQIF0A6\n4c33XCh3aWy9OXkhYw7vWTVKHF14W4c4SSFh4JsviuGk1nrcxgVUZ58A0FwJLYpW\nyXBk0Pkhm59y0B0wRsjBJWINJldUkFILf3fYiCyf9WJvqeJk8lfdwHY+6vYFxUKD\ncv/MbCDhB+mScD8I/b6PJaib8dEpI7/R/BYvqM2b7tKpR+/62x9drpDerrHl+vj5\nj1yjbpLXuXXeZegfkxY2TxTDjhdHFyoMF+EXpQIDAQABAoIBAHpGDmq9XvtF+23J\njVH/c0u6LC3kesWt85UpbkgNP37/b2NDGYosB99f9tXKYuIUAbxCAzcj1v1nRlos\nJwiB/0Os2DXE0r4kcfbUBtojYcR9ZcMH1NMY08a/HV7DTPz4MEmMQ4uWqzht2LOR\nQ02is1yeRXesHDyS0jSviVECWMQQfyVGqdgOKUmqRqOPOGh3LTG5laJqFyj2zHy2\nTVU6Up8FFfbT49v1mOUmjYVbCloup7YTlCY870Y9M1CwLKcGT/7qNDijIpKMxrdu\nv+RlR46DY+aya4veaDc1FvQpLLcVbLk3pd5CNis1yKTD5Xu1VkfWyCI+kGT8Cr+B\nLaJLl1ECgYEA5wtT5VNCz64LB7H0aG1UIucDDM8qE3zYTvV09zchDogRgPT1O5Qv\nPl3HDRp7zn74SHk52bdhTkMRRrT6sq7REa6yAZoF3DmlIbNkvP9mJE0zrroxnKZ6\n7EvyzWCk4Mb1ulc+hpteFK270zeHIDQL1qCP0nCxS1DTtr/aQTvR/1cCgYEA2HSb\nDSQ/f3giDFiedY5MmWNssFe32mOJUp7D9AhihdeEaSTDAs7RzOtkVqcSuvrgJV1w\nEpfKMcCizW/xnJWAGHo/O+wZNJAPUC5X5BBmxujND8RUP3EkDM0//yjAICdHUV4n\nJUFH2PxT/EdXDRTpB2LULSR4ErDd6hZh29zsz2MCgYEA4YF+60/u4AGBposcgGhl\nPIO5yGDTMp4iCj8tYLWgQCyy2Ok+Cl7CFd82DyYQPSZUc3hO7J8+DEMNs7OlFY3n\nZZjbCREqMx7YfCI6avXk3f20OhBlp/4d8FDYtXhktTe8U5of3wX6N7iyoJ+L9fSW\nsW+ZsM5pXZeQbMio4A7hEpUCgYAp+NJoBfNaIE1Z34U6flFUHPdial/4NPzXzHlq\nxIV2NogyazJ1RO1hsvNN6i+zmhoEpM2qjUxjwVrQQziyiDrChFHmqK1qh9SwU4wv\naQ7E2zeIKyW695Fp+hLCw4AdvAAUQxGMI9Buvt76OEsk+j0FdaB28G9oEGu3jIeF\nPp2cyQKBgGSPizsEMNioLFtYIv/cnTzOMQu7iY2DRbHLSCg/XO5nLHJRmlXhVVcu\noC09VzZd1OCei09ktBAOgMqKNT8hUDb6i3XqdcI9ASFk8pwbuQsjnSfiLIYUuXHF\nwzNozBkl6RQCLm85w2oFYJuDfpWtXt/HaMVAEwbE0FcgFr2fvqFZ\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'3aea9a8af8234592967f263c6201a58d', 'name': u'cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 'created_at': '2018-09-01T00:43:26.648662', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c66f471c0ff9470d859fd2cc9469ff57', 'name': 'cinder_test-project_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'0e:56:d1:d1:f0:66:77:03:62:9b:00:e1:6c:79:a0:a8', 'type': 'ssh', 'id': u'cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2'}) 2018-09-01 00:43:26,649 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAw1rL2zpAHDCSHApBIHUPxZHcWkWaKaS912QMymAoBJYrgM1H gNI0cchFPAtv/SWxkQk1TdrkheSdFDYHRLsTFR6nhVxxWjzcjCHWAAORtfQIF0A6 4c33XCh3aWy9OXkhYw7vWTVKHF14W4c4SSFh4JsviuGk1nrcxgVUZ58A0FwJLYpW yXBk0Pkhm59y0B0wRsjBJWINJldUkFILf3fYiCyf9WJvqeJk8lfdwHY+6vYFxUKD cv/MbCDhB+mScD8I/b6PJaib8dEpI7/R/BYvqM2b7tKpR+/62x9drpDerrHl+vj5 j1yjbpLXuXXeZegfkxY2TxTDjhdHFyoMF+EXpQIDAQABAoIBAHpGDmq9XvtF+23J jVH/c0u6LC3kesWt85UpbkgNP37/b2NDGYosB99f9tXKYuIUAbxCAzcj1v1nRlos JwiB/0Os2DXE0r4kcfbUBtojYcR9ZcMH1NMY08a/HV7DTPz4MEmMQ4uWqzht2LOR Q02is1yeRXesHDyS0jSviVECWMQQfyVGqdgOKUmqRqOPOGh3LTG5laJqFyj2zHy2 TVU6Up8FFfbT49v1mOUmjYVbCloup7YTlCY870Y9M1CwLKcGT/7qNDijIpKMxrdu v+RlR46DY+aya4veaDc1FvQpLLcVbLk3pd5CNis1yKTD5Xu1VkfWyCI+kGT8Cr+B LaJLl1ECgYEA5wtT5VNCz64LB7H0aG1UIucDDM8qE3zYTvV09zchDogRgPT1O5Qv Pl3HDRp7zn74SHk52bdhTkMRRrT6sq7REa6yAZoF3DmlIbNkvP9mJE0zrroxnKZ6 7EvyzWCk4Mb1ulc+hpteFK270zeHIDQL1qCP0nCxS1DTtr/aQTvR/1cCgYEA2HSb DSQ/f3giDFiedY5MmWNssFe32mOJUp7D9AhihdeEaSTDAs7RzOtkVqcSuvrgJV1w EpfKMcCizW/xnJWAGHo/O+wZNJAPUC5X5BBmxujND8RUP3EkDM0//yjAICdHUV4n JUFH2PxT/EdXDRTpB2LULSR4ErDd6hZh29zsz2MCgYEA4YF+60/u4AGBposcgGhl PIO5yGDTMp4iCj8tYLWgQCyy2Ok+Cl7CFd82DyYQPSZUc3hO7J8+DEMNs7OlFY3n ZZjbCREqMx7YfCI6avXk3f20OhBlp/4d8FDYtXhktTe8U5of3wX6N7iyoJ+L9fSW sW+ZsM5pXZeQbMio4A7hEpUCgYAp+NJoBfNaIE1Z34U6flFUHPdial/4NPzXzHlq xIV2NogyazJ1RO1hsvNN6i+zmhoEpM2qjUxjwVrQQziyiDrChFHmqK1qh9SwU4wv aQ7E2zeIKyW695Fp+hLCw4AdvAAUQxGMI9Buvt76OEsk+j0FdaB28G9oEGu3jIeF Pp2cyQKBgGSPizsEMNioLFtYIv/cnTzOMQu7iY2DRbHLSCg/XO5nLHJRmlXhVVcu oC09VzZd1OCei09ktBAOgMqKNT8hUDb6i3XqdcI9ASFk8pwbuQsjnSfiLIYUuXHF wzNozBkl6RQCLm85w2oFYJuDfpWtXt/HaMVAEwbE0FcgFr2fvqFZ -----END RSA PRIVATE KEY----- 2018-09-01 00:43:26,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 00:43:26,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"security_group": {"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-09-01 00:43:27,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-b9fba420-901a-4046-84ed-d9098cf68643 Date: Sat, 01 Sep 2018 00:43:27 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:26Z", "updated_at": "2018-09-01T00:43:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:27Z", "revision_number": 0, "id": "807fe013-db97-45b0-8221-9dffa855963e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:27Z", "security_group_id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv6", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:26Z", "revision_number": 0, "id": "f2981080-0388-4079-94d7-0656c841c024", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:26Z", "security_group_id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv4", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}], "revision_number": 1, "project_id": "c66f471c0ff9470d859fd2cc9469ff57", "id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}} 2018-09-01 00:43:27,141 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-b9fba420-901a-4046-84ed-d9098cf68643 2018-09-01 00:43:27,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.489281892776s 2018-09-01 00:43:27,141 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-b9fba420-901a-4046-84ed-d9098cf68643 2018-09-01 00:43:27,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 00:43:27,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:27,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-61d23da0-e7b4-4e8f-bd46-b4e06ce2dc8c Date: Sat, 01 Sep 2018 00:43:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:26Z", "updated_at": "2018-09-01T00:43:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:27Z", "revision_number": 0, "id": "807fe013-db97-45b0-8221-9dffa855963e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:27Z", "security_group_id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv6", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:26Z", "revision_number": 0, "id": "f2981080-0388-4079-94d7-0656c841c024", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:26Z", "security_group_id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv4", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}], "revision_number": 1, "project_id": "c66f471c0ff9470d859fd2cc9469ff57", "id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}, {"description": "Default security group", "tags": [], "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:17Z", "updated_at": "2018-09-01T00:43:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:17Z", "revision_number": 0, "id": "435aa573-d0a0-4d78-8dd3-6cd88d1b487f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:17Z", "security_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv4", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:17Z", "revision_number": 0, "id": "989fe503-8f15-4a7f-bb96-3ab03d9a91da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:17Z", "security_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv6", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:17Z", "revision_number": 0, "id": "d47ec696-c734-4c40-b915-9bf4a1e19088", "remote_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:17Z", "security_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv6", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:17Z", "revision_number": 0, "id": "dae4cc0c-dcb4-4f8b-a4a7-91c419ec9764", "remote_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:17Z", "security_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv4", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}], "revision_number": 1, "project_id": "c66f471c0ff9470d859fd2cc9469ff57", "id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "name": "default"}]} 2018-09-01 00:43:27,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-61d23da0-e7b4-4e8f-bd46-b4e06ce2dc8c 2018-09-01 00:43:27,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.32084107399s 2018-09-01 00:43:27,467 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-61d23da0-e7b4-4e8f-bd46-b4e06ce2dc8c 2018-09-01 00:43:27,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 00:43:27,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -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": "0c263d08-7670-4c0b-b469-e158c002dc1e"}}' 2018-09-01 00:43:27,895 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-9a6add76-c65a-4991-ba0d-cd10ba68a769 Date: Sat, 01 Sep 2018 00:43:27 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-01T00:43:27Z", "security_group_id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "port_range_min": 22, "revision_number": 0, "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:27Z", "project_id": "c66f471c0ff9470d859fd2cc9469ff57", "id": "bb144037-e5ff-4aa2-bfa9-d45e89ed5805"}} 2018-09-01 00:43:27,895 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-9a6add76-c65a-4991-ba0d-cd10ba68a769 2018-09-01 00:43:27,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.423816919327s 2018-09-01 00:43:27,895 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-9a6add76-c65a-4991-ba0d-cd10ba68a769 2018-09-01 00:43:27,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 00:43:27,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:28,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-72e19945-84d1-4b9d-87b5-ce98402c78f0 Date: Sat, 01 Sep 2018 00:43:28 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:26Z", "updated_at": "2018-09-01T00:43:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:27Z", "revision_number": 0, "id": "807fe013-db97-45b0-8221-9dffa855963e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:27Z", "security_group_id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv6", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T00:43:27Z", "revision_number": 0, "id": "bb144037-e5ff-4aa2-bfa9-d45e89ed5805", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:27Z", "security_group_id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:26Z", "revision_number": 0, "id": "f2981080-0388-4079-94d7-0656c841c024", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:26Z", "security_group_id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv4", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}], "revision_number": 2, "project_id": "c66f471c0ff9470d859fd2cc9469ff57", "id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}, {"description": "Default security group", "tags": [], "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:17Z", "updated_at": "2018-09-01T00:43:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:17Z", "revision_number": 0, "id": "435aa573-d0a0-4d78-8dd3-6cd88d1b487f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:17Z", "security_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv4", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:17Z", "revision_number": 0, "id": "989fe503-8f15-4a7f-bb96-3ab03d9a91da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:17Z", "security_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv6", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:17Z", "revision_number": 0, "id": "d47ec696-c734-4c40-b915-9bf4a1e19088", "remote_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:17Z", "security_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv6", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:17Z", "revision_number": 0, "id": "dae4cc0c-dcb4-4f8b-a4a7-91c419ec9764", "remote_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:17Z", "security_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv4", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}], "revision_number": 1, "project_id": "c66f471c0ff9470d859fd2cc9469ff57", "id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "name": "default"}]} 2018-09-01 00:43:28,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-72e19945-84d1-4b9d-87b5-ce98402c78f0 2018-09-01 00:43:28,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.323312997818s 2018-09-01 00:43:28,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-72e19945-84d1-4b9d-87b5-ce98402c78f0 2018-09-01 00:43:28,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 00:43:28,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -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": "0c263d08-7670-4c0b-b469-e158c002dc1e"}}' 2018-09-01 00:43:28,386 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d5b11008-121e-4ef7-8711-90a88ad608c2 Date: Sat, 01 Sep 2018 00:43:28 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-01T00:43:28Z", "security_group_id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "port_range_min": null, "revision_number": 0, "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:28Z", "project_id": "c66f471c0ff9470d859fd2cc9469ff57", "id": "dba29ed3-7b31-4231-abd3-e64f1651320e"}} 2018-09-01 00:43:28,386 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-d5b11008-121e-4ef7-8711-90a88ad608c2 2018-09-01 00:43:28,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.160022974014s 2018-09-01 00:43:28,386 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-d5b11008-121e-4ef7-8711-90a88ad608c2 2018-09-01 00:43:28,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:43:28,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:28,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-a190d758-e8b8-42fd-aed3-3347156a4c85 Date: Sat, 01 Sep 2018 00:43: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":["bb9c27ea-bfbf-45b8-a0f6-000d252b66c4"],"updated_at":"2018-09-01T00:43:19Z","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:43:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c66f471c0ff9470d859fd2cc9469ff57","id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","name":"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:43:28,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a190d758-e8b8-42fd-aed3-3347156a4c85 2018-09-01 00:43:28,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276849985123s 2018-09-01 00:43:28,665 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a190d758-e8b8-42fd-aed3-3347156a4c85 2018-09-01 00:43:28,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:43:28,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:28,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-c8aa9b5d-f46b-4927-8b27-3a3158f8803c Date: Sat, 01 Sep 2018 00:43:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:43:25Z", "file": "/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/file", "owner": "c66f471c0ff9470d859fd2cc9469ff57", "id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "size": 12716032, "self": "/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:43:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:43:28,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c8aa9b5d-f46b-4927-8b27-3a3158f8803c 2018-09-01 00:43:28,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.325058937073s 2018-09-01 00:43:28,995 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c8aa9b5d-f46b-4927-8b27-3a3158f8803c 2018-09-01 00:43:28,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:43:29,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:29,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43: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-da44d208-91ac-483e-8601-c779c2da9fda x-compute-request-id: req-da44d208-91ac-483e-8601-c779c2da9fda Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "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": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98"}]} 2018-09-01 00:43:29,022 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-da44d208-91ac-483e-8601-c779c2da9fda 2018-09-01 00:43:29,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0251269340515s 2018-09-01 00:43:29,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-da44d208-91ac-483e-8601-c779c2da9fda 2018-09-01 00:43:29,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 00:43:29,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"server": {"name": "cinder_test-vm2_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "imageRef": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "flavorRef": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5177309d-b7eb-492c-bcd0-2a05ab2f6e5a"}], "security_groups": [{"name": "0c263d08-7670-4c0b-b469-e158c002dc1e"}]}}' 2018-09-01 00:43:34,506 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:43: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-6c4de5d1-77c3-495c-a194-ab4a16bf16e6 x-compute-request-id: req-6c4de5d1-77c3-495c-a194-ab4a16bf16e6 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0c263d08-7670-4c0b-b469-e158c002dc1e"}], "OS-DCF:diskConfig": "MANUAL", "id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "bookmark"}], "adminPass": "Xd5evmEejWyk"}} 2018-09-01 00:43:34,506 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-6c4de5d1-77c3-495c-a194-ab4a16bf16e6 2018-09-01 00:43:34,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.48243689537s 2018-09-01 00:43:34,507 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-6c4de5d1-77c3-495c-a194-ab4a16bf16e6 2018-09-01 00:43:34,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:43:34,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:34,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43: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-5edbe6aa-0a8f-472f-bc78-0f21cf5ef23a x-compute-request-id: req-5edbe6aa-0a8f-472f-bc78-0f21cf5ef23a 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.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:43:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm2_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:43:34Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:43:34,897 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5edbe6aa-0a8f-472f-bc78-0f21cf5ef23a 2018-09-01 00:43:34,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.389571905136s 2018-09-01 00:43:34,898 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5edbe6aa-0a8f-472f-bc78-0f21cf5ef23a 2018-09-01 00:43:34,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:43:34,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:34,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-f6ed943c-0613-429b-b14c-7b22d0fb5069 Date: Sat, 01 Sep 2018 00:43: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":["bb9c27ea-bfbf-45b8-a0f6-000d252b66c4"],"updated_at":"2018-09-01T00:43:19Z","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:43:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c66f471c0ff9470d859fd2cc9469ff57","id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","name":"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:43:34,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f6ed943c-0613-429b-b14c-7b22d0fb5069 2018-09-01 00:43:34,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0911059379578s 2018-09-01 00:43:34,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f6ed943c-0613-429b-b14c-7b22d0fb5069 2018-09-01 00:43:34,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:43:34,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:35,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1b050a20-d086-403e-8471-4bab844f9258 Date: Sat, 01 Sep 2018 00:43:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:43:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:43:19Z","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":"c66f471c0ff9470d859fd2cc9469ff57","id":"bb9c27ea-bfbf-45b8-a0f6-000d252b66c4","subnetpool_id":null,"name":"cinder_test-subnet_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}]} 2018-09-01 00:43:35,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1b050a20-d086-403e-8471-4bab844f9258 2018-09-01 00:43:35,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.044844865799s 2018-09-01 00:43:35,042 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1b050a20-d086-403e-8471-4bab844f9258 2018-09-01 00:43:35,042 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:43:37,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:43:37,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:38,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11cb9a72-7426-4717-b487-6b46fceedf53 x-compute-request-id: req-11cb9a72-7426-4717-b487-6b46fceedf53 Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:43:36Z", "hostId": "cf02e62cf3048a6ac0d13e64775fcb3071e59466811ef9caa3749e06", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm2_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:43:34Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:43:38,060 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-11cb9a72-7426-4717-b487-6b46fceedf53 2018-09-01 00:43:38,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01470708847s 2018-09-01 00:43:38,061 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-11cb9a72-7426-4717-b487-6b46fceedf53 2018-09-01 00:43:38,064 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:43:40,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:43:40,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:41,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43: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-e40b93a6-8a31-4341-bb99-99d2d5d7e83a x-compute-request-id: req-e40b93a6-8a31-4341-bb99-99d2d5d7e83a Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:43:38Z", "hostId": "eead1d294c98ed913c27c913bbac4827abefce06fde4331faddeb35f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm2_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:43:34Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:43:41,069 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e40b93a6-8a31-4341-bb99-99d2d5d7e83a 2018-09-01 00:43:41,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00276112556s 2018-09-01 00:43:41,069 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e40b93a6-8a31-4341-bb99-99d2d5d7e83a 2018-09-01 00:43:41,073 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:43:43,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:43:43,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:44,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43: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-581918c5-8164-41e1-8e7c-e6a9d621f6a9 x-compute-request-id: req-581918c5-8164-41e1-8e7c-e6a9d621f6a9 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:43:38Z", "hostId": "eead1d294c98ed913c27c913bbac4827abefce06fde4331faddeb35f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm2_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:43:34Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:43:44,208 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-581918c5-8164-41e1-8e7c-e6a9d621f6a9 2018-09-01 00:43:44,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1319000721s 2018-09-01 00:43:44,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-581918c5-8164-41e1-8e7c-e6a9d621f6a9 2018-09-01 00:43:44,212 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:43:46,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:43:46,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:47,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43: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-69cb7c2e-d368-4ddf-844b-ff70e27ccf5c x-compute-request-id: req-69cb7c2e-d368-4ddf-844b-ff70e27ccf5c Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:6b:a0", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:43:43.000000", "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:43:43Z", "hostId": "eead1d294c98ed913c27c913bbac4827abefce06fde4331faddeb35f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm2_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:43:34Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:43:47,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-69cb7c2e-d368-4ddf-844b-ff70e27ccf5c 2018-09-01 00:43:47,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.945143938065s 2018-09-01 00:43:47,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-69cb7c2e-d368-4ddf-844b-ff70e27ccf5c 2018-09-01 00:43:47,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:43:47,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=c157d4c9-8ea8-4522-bc2c-538ab1450238" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:47,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4c1ab82a-62c7-4acf-91e3-064b5689e532 Date: Sat, 01 Sep 2018 00:43:47 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:43:38Z","admin_state_up":true,"updated_at":"2018-09-01T00:43:43Z","binding:vnic_type":"normal","device_id":"c157d4c9-8ea8-4522-bc2c-538ab1450238","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:fc:6b:a0","id":"5a63e4ed-816c-4908-aeb3-9233a2514fd4","port_security_enabled":true,"project_id":"c66f471c0ff9470d859fd2cc9469ff57","fixed_ips":[{"subnet_id":"bb9c27ea-bfbf-45b8-a0f6-000d252b66c4","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["0c263d08-7670-4c0b-b469-e158c002dc1e"],"name":""}]} 2018-09-01 00:43:47,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=c157d4c9-8ea8-4522-bc2c-538ab1450238 used request id req-4c1ab82a-62c7-4acf-91e3-064b5689e532 2018-09-01 00:43:47,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.233232975006s 2018-09-01 00:43:47,399 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=c157d4c9-8ea8-4522-bc2c-538ab1450238 used request id req-4c1ab82a-62c7-4acf-91e3-064b5689e532 2018-09-01 00:43:47,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:43:47,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=5a63e4ed-816c-4908-aeb3-9233a2514fd4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:47,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d8b0ca28-0d17-4e77-8a41-a427781dbf7a Date: Sat, 01 Sep 2018 00:43:47 GMT RESP BODY: {"floatingips": []} 2018-09-01 00:43:47,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=5a63e4ed-816c-4908-aeb3-9233a2514fd4 used request id req-d8b0ca28-0d17-4e77-8a41-a427781dbf7a 2018-09-01 00:43:47,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.316236019135s 2018-09-01 00:43:47,720 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=5a63e4ed-816c-4908-aeb3-9233a2514fd4 used request id req-d8b0ca28-0d17-4e77-8a41-a427781dbf7a 2018-09-01 00:43:47,721 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:fc:6b:a0', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6d67d834-efce-4890-bb72-7e5e245fb0bc'}), 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-01T00:43:43.000000', 'flavor': Munch({u'id': u'45a9d8a0-9f4f-4da5-bdeb-c63797586a98'}), 'az': u'nova', 'id': u'c157d4c9-8ea8-4522-bc2c-538ab1450238', 'security_groups': [Munch({u'name': u'cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3aea9a8af8234592967f263c6201a58d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c66f471c0ff9470d859fd2cc9469ff57', 'name': 'cinder_test-project_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', '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-01T00:43:43.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T00:43:43Z', 'hostId': u'eead1d294c98ed913c27c913bbac4827abefce06fde4331faddeb35f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'eead1d294c98ed913c27c913bbac4827abefce06fde4331faddeb35f', '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-01T00:43:43.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c66f471c0ff9470d859fd2cc9469ff57', 'name': u'cinder_test-vm2_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 'adminPass': u'Xd5evmEejWyk', 'tenant_id': u'c66f471c0ff9470d859fd2cc9469ff57', 'created_at': u'2018-09-01T00:43:34Z', 'created': u'2018-09-01T00:43:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 00:43:47,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:43:47,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:48,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-7f67327a-c55c-4752-a37a-e6f5b9aa5810 Date: Sat, 01 Sep 2018 00:43:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bb9c27ea-bfbf-45b8-a0f6-000d252b66c4"],"updated_at":"2018-09-01T00:43:19Z","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:43:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c66f471c0ff9470d859fd2cc9469ff57","id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","name":"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:43:48,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7f67327a-c55c-4752-a37a-e6f5b9aa5810 2018-09-01 00:43:48,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.383240938187s 2018-09-01 00:43:48,108 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7f67327a-c55c-4752-a37a-e6f5b9aa5810 2018-09-01 00:43:48,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:43:48,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=c157d4c9-8ea8-4522-bc2c-538ab1450238" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:48,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1566a586-668d-40bc-8818-127391042e64 Date: Sat, 01 Sep 2018 00:43:48 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:43:38Z","admin_state_up":true,"updated_at":"2018-09-01T00:43:43Z","binding:vnic_type":"normal","device_id":"c157d4c9-8ea8-4522-bc2c-538ab1450238","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:fc:6b:a0","id":"5a63e4ed-816c-4908-aeb3-9233a2514fd4","port_security_enabled":true,"project_id":"c66f471c0ff9470d859fd2cc9469ff57","fixed_ips":[{"subnet_id":"bb9c27ea-bfbf-45b8-a0f6-000d252b66c4","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["0c263d08-7670-4c0b-b469-e158c002dc1e"],"name":""}]} 2018-09-01 00:43:48,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=c157d4c9-8ea8-4522-bc2c-538ab1450238 used request id req-1566a586-668d-40bc-8818-127391042e64 2018-09-01 00:43:48,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.232153892517s 2018-09-01 00:43:48,341 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=c157d4c9-8ea8-4522-bc2c-538ab1450238 used request id req-1566a586-668d-40bc-8818-127391042e64 2018-09-01 00:43:48,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 00:43:48,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"floatingip": {"floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.10", "port_id": "5a63e4ed-816c-4908-aeb3-9233a2514fd4"}}' 2018-09-01 00:43:50,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-78e464e0-641a-432a-a075-7b88df322e81 Date: Sat, 01 Sep 2018 00:43:50 GMT RESP BODY: {"floatingip": {"router_id": "705eee11-7b8f-4445-8812-600ef4002ee2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T00:43:49Z", "floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "5a63e4ed-816c-4908-aeb3-9233a2514fd4", "id": "89466c07-19e8-4e19-b5ff-942eb6c97f0e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:49Z", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}} 2018-09-01 00:43:50,441 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-78e464e0-641a-432a-a075-7b88df322e81 2018-09-01 00:43:50,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.09894180298s 2018-09-01 00:43:50,441 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-78e464e0-641a-432a-a075-7b88df322e81 2018-09-01 00:43:50,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:43:50,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:43:50,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-c065beae-cdf8-405d-a430-8afaa963a36e Date: Sat, 01 Sep 2018 00:43:50 GMT RESP BODY: {"floatingips": [{"router_id": "705eee11-7b8f-4445-8812-600ef4002ee2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T00:43:49Z", "floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "5a63e4ed-816c-4908-aeb3-9233a2514fd4", "id": "89466c07-19e8-4e19-b5ff-942eb6c97f0e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:49Z", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}]} 2018-09-01 00:43:50,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c065beae-cdf8-405d-a430-8afaa963a36e 2018-09-01 00:43:50,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.257982969284s 2018-09-01 00:43:50,709 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c065beae-cdf8-405d-a430-8afaa963a36e 2018-09-01 00:43:50,713 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'705eee11-7b8f-4445-8812-600ef4002ee2', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'c66f471c0ff9470d859fd2cc9469ff57', 'created_at': u'2018-09-01T00:43:49Z', 'attached': True, 'updated_at': u'2018-09-01T00:43:49Z', 'id': u'89466c07-19e8-4e19-b5ff-942eb6c97f0e', 'floating_network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c66f471c0ff9470d859fd2cc9469ff57', 'name': 'cinder_test-project_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'705eee11-7b8f-4445-8812-600ef4002ee2', 'project_id': u'c66f471c0ff9470d859fd2cc9469ff57', 'port_id': u'5a63e4ed-816c-4908-aeb3-9233a2514fd4', 'port': u'5a63e4ed-816c-4908-aeb3-9233a2514fd4', 'network': u'5947624d-2604-4eb8-9ac2-b3c2573254db'}) 2018-09-01 00:43:50,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 00:43:50,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 00:43:50,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:43: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-f2426652-51f3-46bb-9e1a-86866530f552 x-compute-request-id: req-f2426652-51f3-46bb-9e1a-86866530f552 Content-Encoding: gzip Content-Length: 9571 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 488489902 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.910 MHz processor\n[ 0.196083] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.198499] pid_max: default: 32768 minimum: 301\n[ 0.199790] ACPI: Core revision 20150930\n[ 0.201527] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203421] Security Framework initialized\n[ 0.204591] Yama: becoming mindful.\n[ 0.205633] AppArmor: AppArmor initialized\n[ 0.206851] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212309] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214288] Initializing cgroup subsys io\n[ 0.215471] Initializing cgroup subsys memory\n[ 0.216707] Initializing cgroup subsys devices\n[ 0.217980] Initializing cgroup subsys freezer\n[ 0.219232] Initializing cgroup subsys net_cls\n[ 0.220487] Initializing cgroup subsys perf_event\n[ 0.221849] Initializing cgroup subsys net_prio\n[ 0.223153] Initializing cgroup subsys hugetlb\n[ 0.224404] Initializing cgroup subsys pids\n[ 0.225630] CPU: Physical Processor ID: 0\n[ 0.227540] mce: CPU supports 10 MCE banks\n[ 0.228745] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230211] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246190] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252939] ftrace: allocating 31920 entries in 125 pages\n[ 0.278255] smpboot: Max logical packages: 1\n[ 0.279524] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281485] x2apic enabled\n[ 0.282683] Switched APIC routing to physical x2apic.\n[ 0.285189] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286845] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289742] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292335] KVM setup paravirtual spinlock\n[ 0.294023] x86: Booted up 1 node, 1 CPUs\n[ 0.295214] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297239] devtmpfs: initialized\n[ 0.299242] evm: security.selinux\n[ 0.300247] evm: security.SMACK64\n[ 0.301241] evm: security.SMACK64EXEC\n[ 0.302345] evm: security.SMACK64TRANSMUTE\n[ 0.303542] evm: security.SMACK64MMAP\n[ 0.304613] evm: security.ima\n[ 0.305532] evm: security.capability\n[ 0.306653] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309322] pinctrl core: initialized pinctrl subsystem\n[ 0.310854] RTC time: 0:43:43, date: 09/01/18\n[ 0.312225] NET: Registered protocol family 16\n[ 0.313627] cpuidle: using governor ladder\n[ 0.314801] cpuidle: using governor menu\n[ 0.315928] PCCT header not found.\n[ 0.316990] ACPI: bus type PCI registered\n[ 0.318175] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.319935] PCI: Using configuration type 1 for base access\n[ 0.322160] ACPI: Added _OSI(Module Device)\n[ 0.323393] ACPI: Added _OSI(Processor Device)\n[ 0.324621] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.325903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328190] ACPI: Interpreter enabled\n[ 0.329303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332010] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.334743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337468] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340178] ACPI: (supports S0 S5)\n[ 0.341222] ACPI: Using IOAPIC for interrupt routing\n[ 0.342654] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346663] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348324] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350149] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351918] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.355142] acpiphp: Slot [3] registered\n[ 0.356321] acpiphp: Slot [4] registered\n[ 0.357511] acpiphp: Slot [5] registered\n[ 0.358696] acpiphp: Slot [6] registered\n[ 0.359843] acpiphp: Slot [7] registered\n[ 0.360981] acpiphp: Slot [8] registered\n[ 0.362133] acpiphp: Slot [9] registered\n[ 0.363292] acpiphp: Slot [10] registered\n[ 0.364455] acpiphp: Slot [11] registered\n[ 0.365632] acpiphp: Slot [12] registered\n[ 0.366805] acpiphp: Slot [13] registered\n[ 0.367963] acpiphp: Slot [14] registered\n[ 0.369156] acpiphp: Slot [15] registered\n[ 0.384114] acpiphp: Slot [16] registered\n[ 0.385315] acpiphp: Slot [17] registered\n[ 0.386480] acpiphp: Slot [18] registered\n[ 0.387636] acpiphp: Slot [19] registered\n[ 0.388826] acpiphp: Slot [20] registered\n[ 0.390016] acpiphp: Slot [21] registered\n[ 0.391201] acpiphp: Slot [22] registered\n[ 0.392369] acpiphp: Slot [23] registered\n[ 0.393575] acpiphp: Slot [24] registered\n[ 0.394803] acpiphp: Slot [25] registered\n[ 0.395987] acpiphp: Slot [26] registered\n[ 0.397167] acpiphp: Slot [27] registered\n[ 0.398328] acpiphp: Slot [28] registered\n[ 0.399487] acpiphp: Slot [29] registered\n[ 0.400648] acpiphp: Slot [30] registered\n[ 0.401806] acpiphp: Slot [31] registered\n[ 0.402998] PCI host bridge to bus 0000:00\n[ 0.404187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.405921] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.407663] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.409744] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.411834] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.414059] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.418197] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.420026] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.421744] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.423600] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.427854] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.429912] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.450182] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.452274] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.454299] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.456320] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.458429] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460178] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.462014] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.465808] vgaarb: loaded\n[ 0.466669] vgaarb: bridge control possible 0000:00:02.0\n[ 0.468434] SCSI subsystem initialized\n[ 0.469755] ACPI: bus type USB registered\n[ 0.470976] usbcore: registered new interface driver usbfs\n[ 0.472498] usbcore: registered new interface driver hub\n[ 0.473979] usbcore: registered new device driver usb\n[ 0.475584] PCI: Using ACPI for IRQ routing\n[ 0.477175] NetLabel: Initializing\n[ 0.478226] NetLabel: domain hash size = 128\n[ 0.479476] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.480882] NetLabel: unlabeled traffic allowed by default\n[ 0.482569] clocksource: Switched to clocksource kvm-clock\n[ 0.492593] AppArmor: AppArmor Filesystem Enabled\n[ 0.493999] pnp: PnP ACPI init\n[ 0.495286] pnp: PnP ACPI: found 5 devices\n[ 0.502171] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.504692] NET: Registered protocol family 2\n[ 0.506155] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.508011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.509740] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.511504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514862] NET: Registered protocol family 1\n[ 0.516142] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.517710] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.519242] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533587] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.548125] Trying to unpack rootfs image as initramfs...\n[ 0.609655] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.614906] Scanning for low memory corruption every 60 seconds\n[ 0.617212] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.618964] audit: initializing netlink subsys (disabled)\n[ 0.620544] audit: type=2000 audit(1535762624.070:1): initialized\n[ 0.622538] Initialise system trusted keyring\n[ 0.624035] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.625767] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.628617] zbud: loaded\n[ 0.629673] VFS: Disk quotas dquot_6.6.0\n[ 0.630910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.633231] fuse init (API version 7.23)\n[ 0.634556] Key type big_key registered\n[ 0.635768] Allocating IMA MOK and blacklist keyrings.\n[ 0.637549] Key type asymmetric registered\n[ 0.638789] Asymmetric key parser 'x509' registered\n[ 0.640221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.642452] io scheduler noop registered\n[ 0.643640] io scheduler deadline registered (default)\n[ 0.645124] io scheduler cfq registered\n[ 0.646402] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.647960] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.649866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.652047] ACPI: Power Button [PWRF]\n[ 0.653374] GHES: HEST is not enabled!\n[ 0.667691] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.697424] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.700557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.724471] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.727683] Linux agpgart interface v0.103\n[ 0.731224] brd: module loaded\n[ 0.733497] loop: module loaded\n[ 0.738542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.740683] GPT:90111 != 2097151\n[ 0.741684] GPT:Alternate GPT header not at the end of the disk.\n[ 0.743292] GPT:90111 != 2097151\n[ 0.744297] GPT: Use GNU Parted to correct GPT errors.\n[ 0.745736] vda: vda1 vda15\n[ 0.747514] scsi host0: ata_piix\n[ 0.748642] scsi host1: ata_piix\n[ 0.749695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.751484] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.753826] libphy: Fixed MDIO Bus: probed\n[ 0.755058] tun: Universal TUN/TAP device driver, 1.6\n[ 0.756464] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.759474] PPP generic driver version 2.4.2\n[ 0.760732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.762427] ehci-pci: EHCI PCI platform driver\n[ 0.763723] ehci-platform: EHCI generic platform driver\n[ 0.765152] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.766810] ohci-pci: OHCI PCI platform driver\n[ 0.768104] ohci-platform: OHCI generic platform driver\n[ 0.769554] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784323] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.787950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789398] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791095] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792890] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794963] usb usb1: Product: UHCI Host Controller\n[ 0.796350] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.798049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.799407] hub 1-0:1.0: USB hub found\n[ 0.800507] hub 1-0:1.0: 2 ports detected\n[ 0.801801] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804712] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.806027] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807440] mousedev: PS/2 mouse device common for all mice\n[ 0.809152] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811642] rtc_cmos 00:00: RTC can wake from S4\n[ 0.813174] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814795] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816404] i2c /dev entries driver\n[ 0.817452] device-mapper: uevent: version 1.0.3\n[ 0.818762] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.821001] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822858] NET: Registered protocol family 10\n[ 0.824412] NET: Registered protocol family 17\n[ 0.825624] Key type dns_resolver registered\n[ 0.826935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828436] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830849] registered taskstats version 1\n[ 0.832005] Loading compiled-in X.509 certificates\n[ 0.833832] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836325] zswap: loaded using pool lzo/zbud\n[ 0.838417] Key type trusted registered\n[ 0.840535] Key type encrypted registered\n[ 0.841640] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843051] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844466] evm: HMAC attrs: 0x1\n[ 0.845757] Magic number: 2:772:707\n[ 0.846935] rtc_cmos 00:00: setting system clock to 2018-09-01 00:43:44 UTC (1535762624)\n[ 0.849121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.850646] EDD information not available.\n[ 0.908308] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.924914] Write protecting the kernel read-only data: 14336k\n[ 0.927900] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.930374] 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\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.097635] 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.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDchoCyKQV3R0aMPNsiRureZtejbi4M/NhwanvFQ2wsHevx+n8OMBiYQLcWhzKE4BMkNNuB+bX92kX2hz5e7KHJ/+eRs9EwCjG5TivIWrbK6C9T405FHE1LGBnOatI4tK16pZTVGesfeYn1cBLi+I9vCpCg6P0d5NEYyEDXyKUXz/0I4Lxx6vp174SzMgmXz/aWFvD70ylBGlr9UhciS3eAys77/tx1MErdgjo80GXnhuOwLRQU4QtOivPMHj58zkGDxQmYJ+bt+3JRKAaZPyMIJH0xqTlu6njoqi7U4XCMBLLMhN9Shqg7ov2vTRLE8v3KKYNoMnGcR8x31XOzWTiH root@cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2\nssh-dss AAAAB3NzaC1kc3MAAACBAI6nKVmWvL4QGE6aSaXqgR401Zr4/sPNHZ+fILZmaaf6jZ/gKkc/D+lyzVDoxdB3dw3TBEHsgCzttBx3NzGuq2h/biAttfj7IJ9WN/UDv+fmP60BVgICBiW2eV3p3raoEGFF4gL8GojAu9sIPMkxthUNwE7fLdZ65aZfUveBbgIPAAAAFQDkIRtbFT597x4RoB3Zze4HH4111QAAAIBU1CT9+bYhTEsubvWovW5OZrBwgsXftraFCKdUZ88wgHg1szMbgQ1rUFdM9ztDWuK89AlflnbwwYQ8m21n+nGQL8WW+n5O9x+wWRM3puDMZPjVIw2k2s3BM2no8FsX1ldQkKIc+YyPoBL/QO6lNI48+7i16RmR725wO5+b2waTdwAAAIEAiHhvUNGq+nYxpBZ2ASpz7SYh4Vt9KRZpN5tXe8mHHr8AVUmFAsLJyxKPNjD2/FC5deH/C99yN9rSXwq0k9BXip+/CFOWR15pYcizgR7NQ1K7bFUriHhGjE3kBrJBkNzyZIwudVD/FI1I8QG8yNDYjwO1UQ+tMmlxSyT/sR0W+4s= root@cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2\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.10,24,fe80::f816:3eff:fefc:6ba0/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.37 ===\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-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 login: "} 2018-09-01 00:43:50,789 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238/action used request id req-f2426652-51f3-46bb-9e1a-86866530f552 2018-09-01 00:43:50,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0752928256989s 2018-09-01 00:43:50,790 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238/action used request id req-f2426652-51f3-46bb-9e1a-86866530f552 2018-09-01 00:43:50,790 - 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 488489902 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.910 MHz processor [ 0.196083] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.198499] pid_max: default: 32768 minimum: 301 [ 0.199790] ACPI: Core revision 20150930 [ 0.201527] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.203421] Security Framework initialized [ 0.204591] Yama: becoming mindful. [ 0.205633] AppArmor: AppArmor initialized [ 0.206851] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.208736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.210554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.212309] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214288] Initializing cgroup subsys io [ 0.215471] Initializing cgroup subsys memory [ 0.216707] Initializing cgroup subsys devices [ 0.217980] Initializing cgroup subsys freezer [ 0.219232] Initializing cgroup subsys net_cls [ 0.220487] Initializing cgroup subsys perf_event [ 0.221849] Initializing cgroup subsys net_prio [ 0.223153] Initializing cgroup subsys hugetlb [ 0.224404] Initializing cgroup subsys pids [ 0.225630] CPU: Physical Processor ID: 0 [ 0.227540] mce: CPU supports 10 MCE banks [ 0.228745] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.230211] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.246190] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.252939] ftrace: allocating 31920 entries in 125 pages [ 0.278255] smpboot: Max logical packages: 1 [ 0.279524] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.281485] x2apic enabled [ 0.282683] Switched APIC routing to physical x2apic. [ 0.285189] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.286845] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.289742] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.292335] KVM setup paravirtual spinlock [ 0.294023] x86: Booted up 1 node, 1 CPUs [ 0.295214] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.297239] devtmpfs: initialized [ 0.299242] evm: security.selinux [ 0.300247] evm: security.SMACK64 [ 0.301241] evm: security.SMACK64EXEC [ 0.302345] evm: security.SMACK64TRANSMUTE [ 0.303542] evm: security.SMACK64MMAP [ 0.304613] evm: security.ima [ 0.305532] evm: security.capability [ 0.306653] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.309322] pinctrl core: initialized pinctrl subsystem [ 0.310854] RTC time: 0:43:43, date: 09/01/18 [ 0.312225] NET: Registered protocol family 16 [ 0.313627] cpuidle: using governor ladder [ 0.314801] cpuidle: using governor menu [ 0.315928] PCCT header not found. [ 0.316990] ACPI: bus type PCI registered [ 0.318175] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.319935] PCI: Using configuration type 1 for base access [ 0.322160] ACPI: Added _OSI(Module Device) [ 0.323393] ACPI: Added _OSI(Processor Device) [ 0.324621] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.325903] ACPI: Added _OSI(Processor Aggregator Device) [ 0.328190] ACPI: Interpreter enabled [ 0.329303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.332010] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.334743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.337468] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.340178] ACPI: (supports S0 S5) [ 0.341222] ACPI: Using IOAPIC for interrupt routing [ 0.342654] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.346663] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.348324] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.350149] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.351918] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.355142] acpiphp: Slot [3] registered [ 0.356321] acpiphp: Slot [4] registered [ 0.357511] acpiphp: Slot [5] registered [ 0.358696] acpiphp: Slot [6] registered [ 0.359843] acpiphp: Slot [7] registered [ 0.360981] acpiphp: Slot [8] registered [ 0.362133] acpiphp: Slot [9] registered [ 0.363292] acpiphp: Slot [10] registered [ 0.364455] acpiphp: Slot [11] registered [ 0.365632] acpiphp: Slot [12] registered [ 0.366805] acpiphp: Slot [13] registered [ 0.367963] acpiphp: Slot [14] registered [ 0.369156] acpiphp: Slot [15] registered [ 0.384114] acpiphp: Slot [16] registered [ 0.385315] acpiphp: Slot [17] registered [ 0.386480] acpiphp: Slot [18] registered [ 0.387636] acpiphp: Slot [19] registered [ 0.388826] acpiphp: Slot [20] registered [ 0.390016] acpiphp: Slot [21] registered [ 0.391201] acpiphp: Slot [22] registered [ 0.392369] acpiphp: Slot [23] registered [ 0.393575] acpiphp: Slot [24] registered [ 0.394803] acpiphp: Slot [25] registered [ 0.395987] acpiphp: Slot [26] registered [ 0.397167] acpiphp: Slot [27] registered [ 0.398328] acpiphp: Slot [28] registered [ 0.399487] acpiphp: Slot [29] registered [ 0.400648] acpiphp: Slot [30] registered [ 0.401806] acpiphp: Slot [31] registered [ 0.402998] PCI host bridge to bus 0000:00 [ 0.404187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.405921] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.407663] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.409744] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.411834] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.414059] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.418197] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.420026] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.421744] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.423600] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.427854] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.429912] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.450182] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.452274] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.454299] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.456320] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.458429] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.460178] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.462014] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.463547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.465808] vgaarb: loaded [ 0.466669] vgaarb: bridge control possible 0000:00:02.0 [ 0.468434] SCSI subsystem initialized [ 0.469755] ACPI: bus type USB registered [ 0.470976] usbcore: registered new interface driver usbfs [ 0.472498] usbcore: registered new interface driver hub [ 0.473979] usbcore: registered new device driver usb [ 0.475584] PCI: Using ACPI for IRQ routing [ 0.477175] NetLabel: Initializing [ 0.478226] NetLabel: domain hash size = 128 [ 0.479476] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.480882] NetLabel: unlabeled traffic allowed by default [ 0.482569] clocksource: Switched to clocksource kvm-clock [ 0.492593] AppArmor: AppArmor Filesystem Enabled [ 0.493999] pnp: PnP ACPI init [ 0.495286] pnp: PnP ACPI: found 5 devices [ 0.502171] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.504692] NET: Registered protocol family 2 [ 0.506155] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.508011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.509740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.511504] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.513104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.514862] NET: Registered protocol family 1 [ 0.516142] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.517710] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.519242] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533587] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.548125] Trying to unpack rootfs image as initramfs... [ 0.609655] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.614906] Scanning for low memory corruption every 60 seconds [ 0.617212] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.618964] audit: initializing netlink subsys (disabled) [ 0.620544] audit: type=2000 audit(1535762624.070:1): initialized [ 0.622538] Initialise system trusted keyring [ 0.624035] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.625767] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.628617] zbud: loaded [ 0.629673] VFS: Disk quotas dquot_6.6.0 [ 0.630910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.633231] fuse init (API version 7.23) [ 0.634556] Key type big_key registered [ 0.635768] Allocating IMA MOK and blacklist keyrings. [ 0.637549] Key type asymmetric registered [ 0.638789] Asymmetric key parser 'x509' registered [ 0.640221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.642452] io scheduler noop registered [ 0.643640] io scheduler deadline registered (default) [ 0.645124] io scheduler cfq registered [ 0.646402] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.647960] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.649866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.652047] ACPI: Power Button [PWRF] [ 0.653374] GHES: HEST is not enabled! [ 0.667691] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.697424] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.700557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.724471] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.727683] Linux agpgart interface v0.103 [ 0.731224] brd: module loaded [ 0.733497] loop: module loaded [ 0.738542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.740683] GPT:90111 != 2097151 [ 0.741684] GPT:Alternate GPT header not at the end of the disk. [ 0.743292] GPT:90111 != 2097151 [ 0.744297] GPT: Use GNU Parted to correct GPT errors. [ 0.745736] vda: vda1 vda15 [ 0.747514] scsi host0: ata_piix [ 0.748642] scsi host1: ata_piix [ 0.749695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.751484] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.753826] libphy: Fixed MDIO Bus: probed [ 0.755058] tun: Universal TUN/TAP device driver, 1.6 [ 0.756464] tun: (C) 1999-2004 Max Krasnyansky [ 0.759474] PPP generic driver version 2.4.2 [ 0.760732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.762427] ehci-pci: EHCI PCI platform driver [ 0.763723] ehci-platform: EHCI generic platform driver [ 0.765152] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.766810] ohci-pci: OHCI PCI platform driver [ 0.768104] ohci-platform: OHCI generic platform driver [ 0.769554] uhci_hcd: USB Universal Host Controller Interface driver [ 0.784323] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.785789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.787950] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.789398] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.791095] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.792890] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.794963] usb usb1: Product: UHCI Host Controller [ 0.796350] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.798049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.799407] hub 1-0:1.0: USB hub found [ 0.800507] hub 1-0:1.0: 2 ports detected [ 0.801801] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.804712] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.806027] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.807440] mousedev: PS/2 mouse device common for all mice [ 0.809152] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.811642] rtc_cmos 00:00: RTC can wake from S4 [ 0.813174] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.814795] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.816404] i2c /dev entries driver [ 0.817452] device-mapper: uevent: version 1.0.3 [ 0.818762] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.821001] ledtrig-cpu: registered to indicate activity on CPUs [ 0.822858] NET: Registered protocol family 10 [ 0.824412] NET: Registered protocol family 17 [ 0.825624] Key type dns_resolver registered [ 0.826935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.828436] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.830849] registered taskstats version 1 [ 0.832005] Loading compiled-in X.509 certificates [ 0.833832] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.836325] zswap: loaded using pool lzo/zbud [ 0.838417] Key type trusted registered [ 0.840535] Key type encrypted registered [ 0.841640] AppArmor: AppArmor sha1 policy hashing enabled [ 0.843051] ima: No TPM chip found, activating TPM-bypass! [ 0.844466] evm: HMAC attrs: 0x1 [ 0.845757] Magic number: 2:772:707 [ 0.846935] rtc_cmos 00:00: setting system clock to 2018-09-01 00:43:44 UTC (1535762624) [ 0.849121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.850646] EDD information not available. [ 0.908308] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.924914] Write protecting the kernel read-only data: 14336k [ 0.927900] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.930374] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.097635] 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.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDchoCyKQV3R0aMPNsiRureZtejbi4M/NhwanvFQ2wsHevx+n8OMBiYQLcWhzKE4BMkNNuB+bX92kX2hz5e7KHJ/+eRs9EwCjG5TivIWrbK6C9T405FHE1LGBnOatI4tK16pZTVGesfeYn1cBLi+I9vCpCg6P0d5NEYyEDXyKUXz/0I4Lxx6vp174SzMgmXz/aWFvD70ylBGlr9UhciS3eAys77/tx1MErdgjo80GXnhuOwLRQU4QtOivPMHj58zkGDxQmYJ+bt+3JRKAaZPyMIJH0xqTlu6njoqi7U4XCMBLLMhN9Shqg7ov2vTRLE8v3KKYNoMnGcR8x31XOzWTiH root@cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 ssh-dss AAAAB3NzaC1kc3MAAACBAI6nKVmWvL4QGE6aSaXqgR401Zr4/sPNHZ+fILZmaaf6jZ/gKkc/D+lyzVDoxdB3dw3TBEHsgCzttBx3NzGuq2h/biAttfj7IJ9WN/UDv+fmP60BVgICBiW2eV3p3raoEGFF4gL8GojAu9sIPMkxthUNwE7fLdZ65aZfUveBbgIPAAAAFQDkIRtbFT597x4RoB3Zze4HH4111QAAAIBU1CT9+bYhTEsubvWovW5OZrBwgsXftraFCKdUZ88wgHg1szMbgQ1rUFdM9ztDWuK89AlflnbwwYQ8m21n+nGQL8WW+n5O9x+wWRM3puDMZPjVIw2k2s3BM2no8FsX1ldQkKIc+YyPoBL/QO6lNI48+7i16RmR725wO5+b2waTdwAAAIEAiHhvUNGq+nYxpBZ2ASpz7SYh4Vt9KRZpN5tXe8mHHr8AVUmFAsLJyxKPNjD2/FC5deH/C99yN9rSXwq0k9BXip+/CFOWR15pYcizgR7NQ1K7bFUriHhGjE3kBrJBkNzyZIwudVD/FI1I8QG8yNDYjwO1UQ+tMmlxSyT/sR0W+4s= root@cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 -----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.10,24,fe80::f816:3eff:fefc:6ba0/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.37 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 login: 2018-09-01 00:43:51,793 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: timed out 2018-09-01 00:44:00,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 00:44:00,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 00:44:00,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44: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-48595709-024f-4d39-b944-02d17ee4ed67 x-compute-request-id: req-48595709-024f-4d39-b944-02d17ee4ed67 Content-Encoding: gzip Content-Length: 9571 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 488489902 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.910 MHz processor\n[ 0.196083] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.198499] pid_max: default: 32768 minimum: 301\n[ 0.199790] ACPI: Core revision 20150930\n[ 0.201527] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203421] Security Framework initialized\n[ 0.204591] Yama: becoming mindful.\n[ 0.205633] AppArmor: AppArmor initialized\n[ 0.206851] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212309] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214288] Initializing cgroup subsys io\n[ 0.215471] Initializing cgroup subsys memory\n[ 0.216707] Initializing cgroup subsys devices\n[ 0.217980] Initializing cgroup subsys freezer\n[ 0.219232] Initializing cgroup subsys net_cls\n[ 0.220487] Initializing cgroup subsys perf_event\n[ 0.221849] Initializing cgroup subsys net_prio\n[ 0.223153] Initializing cgroup subsys hugetlb\n[ 0.224404] Initializing cgroup subsys pids\n[ 0.225630] CPU: Physical Processor ID: 0\n[ 0.227540] mce: CPU supports 10 MCE banks\n[ 0.228745] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230211] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246190] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252939] ftrace: allocating 31920 entries in 125 pages\n[ 0.278255] smpboot: Max logical packages: 1\n[ 0.279524] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281485] x2apic enabled\n[ 0.282683] Switched APIC routing to physical x2apic.\n[ 0.285189] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286845] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289742] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292335] KVM setup paravirtual spinlock\n[ 0.294023] x86: Booted up 1 node, 1 CPUs\n[ 0.295214] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297239] devtmpfs: initialized\n[ 0.299242] evm: security.selinux\n[ 0.300247] evm: security.SMACK64\n[ 0.301241] evm: security.SMACK64EXEC\n[ 0.302345] evm: security.SMACK64TRANSMUTE\n[ 0.303542] evm: security.SMACK64MMAP\n[ 0.304613] evm: security.ima\n[ 0.305532] evm: security.capability\n[ 0.306653] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309322] pinctrl core: initialized pinctrl subsystem\n[ 0.310854] RTC time: 0:43:43, date: 09/01/18\n[ 0.312225] NET: Registered protocol family 16\n[ 0.313627] cpuidle: using governor ladder\n[ 0.314801] cpuidle: using governor menu\n[ 0.315928] PCCT header not found.\n[ 0.316990] ACPI: bus type PCI registered\n[ 0.318175] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.319935] PCI: Using configuration type 1 for base access\n[ 0.322160] ACPI: Added _OSI(Module Device)\n[ 0.323393] ACPI: Added _OSI(Processor Device)\n[ 0.324621] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.325903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328190] ACPI: Interpreter enabled\n[ 0.329303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332010] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.334743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337468] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340178] ACPI: (supports S0 S5)\n[ 0.341222] ACPI: Using IOAPIC for interrupt routing\n[ 0.342654] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346663] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348324] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350149] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351918] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.355142] acpiphp: Slot [3] registered\n[ 0.356321] acpiphp: Slot [4] registered\n[ 0.357511] acpiphp: Slot [5] registered\n[ 0.358696] acpiphp: Slot [6] registered\n[ 0.359843] acpiphp: Slot [7] registered\n[ 0.360981] acpiphp: Slot [8] registered\n[ 0.362133] acpiphp: Slot [9] registered\n[ 0.363292] acpiphp: Slot [10] registered\n[ 0.364455] acpiphp: Slot [11] registered\n[ 0.365632] acpiphp: Slot [12] registered\n[ 0.366805] acpiphp: Slot [13] registered\n[ 0.367963] acpiphp: Slot [14] registered\n[ 0.369156] acpiphp: Slot [15] registered\n[ 0.384114] acpiphp: Slot [16] registered\n[ 0.385315] acpiphp: Slot [17] registered\n[ 0.386480] acpiphp: Slot [18] registered\n[ 0.387636] acpiphp: Slot [19] registered\n[ 0.388826] acpiphp: Slot [20] registered\n[ 0.390016] acpiphp: Slot [21] registered\n[ 0.391201] acpiphp: Slot [22] registered\n[ 0.392369] acpiphp: Slot [23] registered\n[ 0.393575] acpiphp: Slot [24] registered\n[ 0.394803] acpiphp: Slot [25] registered\n[ 0.395987] acpiphp: Slot [26] registered\n[ 0.397167] acpiphp: Slot [27] registered\n[ 0.398328] acpiphp: Slot [28] registered\n[ 0.399487] acpiphp: Slot [29] registered\n[ 0.400648] acpiphp: Slot [30] registered\n[ 0.401806] acpiphp: Slot [31] registered\n[ 0.402998] PCI host bridge to bus 0000:00\n[ 0.404187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.405921] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.407663] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.409744] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.411834] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.414059] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.418197] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.420026] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.421744] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.423600] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.427854] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.429912] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.450182] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.452274] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.454299] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.456320] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.458429] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460178] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.462014] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.465808] vgaarb: loaded\n[ 0.466669] vgaarb: bridge control possible 0000:00:02.0\n[ 0.468434] SCSI subsystem initialized\n[ 0.469755] ACPI: bus type USB registered\n[ 0.470976] usbcore: registered new interface driver usbfs\n[ 0.472498] usbcore: registered new interface driver hub\n[ 0.473979] usbcore: registered new device driver usb\n[ 0.475584] PCI: Using ACPI for IRQ routing\n[ 0.477175] NetLabel: Initializing\n[ 0.478226] NetLabel: domain hash size = 128\n[ 0.479476] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.480882] NetLabel: unlabeled traffic allowed by default\n[ 0.482569] clocksource: Switched to clocksource kvm-clock\n[ 0.492593] AppArmor: AppArmor Filesystem Enabled\n[ 0.493999] pnp: PnP ACPI init\n[ 0.495286] pnp: PnP ACPI: found 5 devices\n[ 0.502171] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.504692] NET: Registered protocol family 2\n[ 0.506155] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.508011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.509740] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.511504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514862] NET: Registered protocol family 1\n[ 0.516142] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.517710] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.519242] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533587] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.548125] Trying to unpack rootfs image as initramfs...\n[ 0.609655] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.614906] Scanning for low memory corruption every 60 seconds\n[ 0.617212] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.618964] audit: initializing netlink subsys (disabled)\n[ 0.620544] audit: type=2000 audit(1535762624.070:1): initialized\n[ 0.622538] Initialise system trusted keyring\n[ 0.624035] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.625767] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.628617] zbud: loaded\n[ 0.629673] VFS: Disk quotas dquot_6.6.0\n[ 0.630910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.633231] fuse init (API version 7.23)\n[ 0.634556] Key type big_key registered\n[ 0.635768] Allocating IMA MOK and blacklist keyrings.\n[ 0.637549] Key type asymmetric registered\n[ 0.638789] Asymmetric key parser 'x509' registered\n[ 0.640221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.642452] io scheduler noop registered\n[ 0.643640] io scheduler deadline registered (default)\n[ 0.645124] io scheduler cfq registered\n[ 0.646402] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.647960] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.649866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.652047] ACPI: Power Button [PWRF]\n[ 0.653374] GHES: HEST is not enabled!\n[ 0.667691] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.697424] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.700557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.724471] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.727683] Linux agpgart interface v0.103\n[ 0.731224] brd: module loaded\n[ 0.733497] loop: module loaded\n[ 0.738542] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.740683] GPT:90111 != 2097151\n[ 0.741684] GPT:Alternate GPT header not at the end of the disk.\n[ 0.743292] GPT:90111 != 2097151\n[ 0.744297] GPT: Use GNU Parted to correct GPT errors.\n[ 0.745736] vda: vda1 vda15\n[ 0.747514] scsi host0: ata_piix\n[ 0.748642] scsi host1: ata_piix\n[ 0.749695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.751484] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.753826] libphy: Fixed MDIO Bus: probed\n[ 0.755058] tun: Universal TUN/TAP device driver, 1.6\n[ 0.756464] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.759474] PPP generic driver version 2.4.2\n[ 0.760732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.762427] ehci-pci: EHCI PCI platform driver\n[ 0.763723] ehci-platform: EHCI generic platform driver\n[ 0.765152] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.766810] ohci-pci: OHCI PCI platform driver\n[ 0.768104] ohci-platform: OHCI generic platform driver\n[ 0.769554] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784323] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.787950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789398] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791095] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792890] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794963] usb usb1: Product: UHCI Host Controller\n[ 0.796350] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.798049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.799407] hub 1-0:1.0: USB hub found\n[ 0.800507] hub 1-0:1.0: 2 ports detected\n[ 0.801801] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804712] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.806027] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807440] mousedev: PS/2 mouse device common for all mice\n[ 0.809152] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811642] rtc_cmos 00:00: RTC can wake from S4\n[ 0.813174] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814795] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816404] i2c /dev entries driver\n[ 0.817452] device-mapper: uevent: version 1.0.3\n[ 0.818762] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.821001] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822858] NET: Registered protocol family 10\n[ 0.824412] NET: Registered protocol family 17\n[ 0.825624] Key type dns_resolver registered\n[ 0.826935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828436] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830849] registered taskstats version 1\n[ 0.832005] Loading compiled-in X.509 certificates\n[ 0.833832] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836325] zswap: loaded using pool lzo/zbud\n[ 0.838417] Key type trusted registered\n[ 0.840535] Key type encrypted registered\n[ 0.841640] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843051] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844466] evm: HMAC attrs: 0x1\n[ 0.845757] Magic number: 2:772:707\n[ 0.846935] rtc_cmos 00:00: setting system clock to 2018-09-01 00:43:44 UTC (1535762624)\n[ 0.849121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.850646] EDD information not available.\n[ 0.908308] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.924914] Write protecting the kernel read-only data: 14336k\n[ 0.927900] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.930374] 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\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.097635] 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.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDchoCyKQV3R0aMPNsiRureZtejbi4M/NhwanvFQ2wsHevx+n8OMBiYQLcWhzKE4BMkNNuB+bX92kX2hz5e7KHJ/+eRs9EwCjG5TivIWrbK6C9T405FHE1LGBnOatI4tK16pZTVGesfeYn1cBLi+I9vCpCg6P0d5NEYyEDXyKUXz/0I4Lxx6vp174SzMgmXz/aWFvD70ylBGlr9UhciS3eAys77/tx1MErdgjo80GXnhuOwLRQU4QtOivPMHj58zkGDxQmYJ+bt+3JRKAaZPyMIJH0xqTlu6njoqi7U4XCMBLLMhN9Shqg7ov2vTRLE8v3KKYNoMnGcR8x31XOzWTiH root@cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2\nssh-dss AAAAB3NzaC1kc3MAAACBAI6nKVmWvL4QGE6aSaXqgR401Zr4/sPNHZ+fILZmaaf6jZ/gKkc/D+lyzVDoxdB3dw3TBEHsgCzttBx3NzGuq2h/biAttfj7IJ9WN/UDv+fmP60BVgICBiW2eV3p3raoEGFF4gL8GojAu9sIPMkxthUNwE7fLdZ65aZfUveBbgIPAAAAFQDkIRtbFT597x4RoB3Zze4HH4111QAAAIBU1CT9+bYhTEsubvWovW5OZrBwgsXftraFCKdUZ88wgHg1szMbgQ1rUFdM9ztDWuK89AlflnbwwYQ8m21n+nGQL8WW+n5O9x+wWRM3puDMZPjVIw2k2s3BM2no8FsX1ldQkKIc+YyPoBL/QO6lNI48+7i16RmR725wO5+b2waTdwAAAIEAiHhvUNGq+nYxpBZ2ASpz7SYh4Vt9KRZpN5tXe8mHHr8AVUmFAsLJyxKPNjD2/FC5deH/C99yN9rSXwq0k9BXip+/CFOWR15pYcizgR7NQ1K7bFUriHhGjE3kBrJBkNzyZIwudVD/FI1I8QG8yNDYjwO1UQ+tMmlxSyT/sR0W+4s= root@cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2\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.10,24,fe80::f816:3eff:fefc:6ba0/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.37 ===\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-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 login: "} 2018-09-01 00:44:00,908 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238/action used request id req-48595709-024f-4d39-b944-02d17ee4ed67 2018-09-01 00:44:00,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.104905128479s 2018-09-01 00:44:00,909 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238/action used request id req-48595709-024f-4d39-b944-02d17ee4ed67 2018-09-01 00:44:00,909 - 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 488489902 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.910 MHz processor [ 0.196083] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.198499] pid_max: default: 32768 minimum: 301 [ 0.199790] ACPI: Core revision 20150930 [ 0.201527] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.203421] Security Framework initialized [ 0.204591] Yama: becoming mindful. [ 0.205633] AppArmor: AppArmor initialized [ 0.206851] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.208736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.210554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.212309] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214288] Initializing cgroup subsys io [ 0.215471] Initializing cgroup subsys memory [ 0.216707] Initializing cgroup subsys devices [ 0.217980] Initializing cgroup subsys freezer [ 0.219232] Initializing cgroup subsys net_cls [ 0.220487] Initializing cgroup subsys perf_event [ 0.221849] Initializing cgroup subsys net_prio [ 0.223153] Initializing cgroup subsys hugetlb [ 0.224404] Initializing cgroup subsys pids [ 0.225630] CPU: Physical Processor ID: 0 [ 0.227540] mce: CPU supports 10 MCE banks [ 0.228745] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.230211] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.246190] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.252939] ftrace: allocating 31920 entries in 125 pages [ 0.278255] smpboot: Max logical packages: 1 [ 0.279524] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.281485] x2apic enabled [ 0.282683] Switched APIC routing to physical x2apic. [ 0.285189] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.286845] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.289742] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.292335] KVM setup paravirtual spinlock [ 0.294023] x86: Booted up 1 node, 1 CPUs [ 0.295214] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.297239] devtmpfs: initialized [ 0.299242] evm: security.selinux [ 0.300247] evm: security.SMACK64 [ 0.301241] evm: security.SMACK64EXEC [ 0.302345] evm: security.SMACK64TRANSMUTE [ 0.303542] evm: security.SMACK64MMAP [ 0.304613] evm: security.ima [ 0.305532] evm: security.capability [ 0.306653] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.309322] pinctrl core: initialized pinctrl subsystem [ 0.310854] RTC time: 0:43:43, date: 09/01/18 [ 0.312225] NET: Registered protocol family 16 [ 0.313627] cpuidle: using governor ladder [ 0.314801] cpuidle: using governor menu [ 0.315928] PCCT header not found. [ 0.316990] ACPI: bus type PCI registered [ 0.318175] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.319935] PCI: Using configuration type 1 for base access [ 0.322160] ACPI: Added _OSI(Module Device) [ 0.323393] ACPI: Added _OSI(Processor Device) [ 0.324621] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.325903] ACPI: Added _OSI(Processor Aggregator Device) [ 0.328190] ACPI: Interpreter enabled [ 0.329303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.332010] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.334743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.337468] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.340178] ACPI: (supports S0 S5) [ 0.341222] ACPI: Using IOAPIC for interrupt routing [ 0.342654] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.346663] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.348324] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.350149] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.351918] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.355142] acpiphp: Slot [3] registered [ 0.356321] acpiphp: Slot [4] registered [ 0.357511] acpiphp: Slot [5] registered [ 0.358696] acpiphp: Slot [6] registered [ 0.359843] acpiphp: Slot [7] registered [ 0.360981] acpiphp: Slot [8] registered [ 0.362133] acpiphp: Slot [9] registered [ 0.363292] acpiphp: Slot [10] registered [ 0.364455] acpiphp: Slot [11] registered [ 0.365632] acpiphp: Slot [12] registered [ 0.366805] acpiphp: Slot [13] registered [ 0.367963] acpiphp: Slot [14] registered [ 0.369156] acpiphp: Slot [15] registered [ 0.384114] acpiphp: Slot [16] registered [ 0.385315] acpiphp: Slot [17] registered [ 0.386480] acpiphp: Slot [18] registered [ 0.387636] acpiphp: Slot [19] registered [ 0.388826] acpiphp: Slot [20] registered [ 0.390016] acpiphp: Slot [21] registered [ 0.391201] acpiphp: Slot [22] registered [ 0.392369] acpiphp: Slot [23] registered [ 0.393575] acpiphp: Slot [24] registered [ 0.394803] acpiphp: Slot [25] registered [ 0.395987] acpiphp: Slot [26] registered [ 0.397167] acpiphp: Slot [27] registered [ 0.398328] acpiphp: Slot [28] registered [ 0.399487] acpiphp: Slot [29] registered [ 0.400648] acpiphp: Slot [30] registered [ 0.401806] acpiphp: Slot [31] registered [ 0.402998] PCI host bridge to bus 0000:00 [ 0.404187] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.405921] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.407663] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.409744] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.411834] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.414059] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.418197] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.420026] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.421744] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.423600] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.427854] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.429912] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.450182] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.452274] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.454299] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.456320] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.458429] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.460178] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.462014] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.463547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.465808] vgaarb: loaded [ 0.466669] vgaarb: bridge control possible 0000:00:02.0 [ 0.468434] SCSI subsystem initialized [ 0.469755] ACPI: bus type USB registered [ 0.470976] usbcore: registered new interface driver usbfs [ 0.472498] usbcore: registered new interface driver hub [ 0.473979] usbcore: registered new device driver usb [ 0.475584] PCI: Using ACPI for IRQ routing [ 0.477175] NetLabel: Initializing [ 0.478226] NetLabel: domain hash size = 128 [ 0.479476] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.480882] NetLabel: unlabeled traffic allowed by default [ 0.482569] clocksource: Switched to clocksource kvm-clock [ 0.492593] AppArmor: AppArmor Filesystem Enabled [ 0.493999] pnp: PnP ACPI init [ 0.495286] pnp: PnP ACPI: found 5 devices [ 0.502171] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.504692] NET: Registered protocol family 2 [ 0.506155] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.508011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.509740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.511504] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.513104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.514862] NET: Registered protocol family 1 [ 0.516142] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.517710] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.519242] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533587] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.548125] Trying to unpack rootfs image as initramfs... [ 0.609655] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.614906] Scanning for low memory corruption every 60 seconds [ 0.617212] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.618964] audit: initializing netlink subsys (disabled) [ 0.620544] audit: type=2000 audit(1535762624.070:1): initialized [ 0.622538] Initialise system trusted keyring [ 0.624035] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.625767] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.628617] zbud: loaded [ 0.629673] VFS: Disk quotas dquot_6.6.0 [ 0.630910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.633231] fuse init (API version 7.23) [ 0.634556] Key type big_key registered [ 0.635768] Allocating IMA MOK and blacklist keyrings. [ 0.637549] Key type asymmetric registered [ 0.638789] Asymmetric key parser 'x509' registered [ 0.640221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.642452] io scheduler noop registered [ 0.643640] io scheduler deadline registered (default) [ 0.645124] io scheduler cfq registered [ 0.646402] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.647960] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.649866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.652047] ACPI: Power Button [PWRF] [ 0.653374] GHES: HEST is not enabled! [ 0.667691] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.697424] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.700557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.724471] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.727683] Linux agpgart interface v0.103 [ 0.731224] brd: module loaded [ 0.733497] loop: module loaded [ 0.738542] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.740683] GPT:90111 != 2097151 [ 0.741684] GPT:Alternate GPT header not at the end of the disk. [ 0.743292] GPT:90111 != 2097151 [ 0.744297] GPT: Use GNU Parted to correct GPT errors. [ 0.745736] vda: vda1 vda15 [ 0.747514] scsi host0: ata_piix [ 0.748642] scsi host1: ata_piix [ 0.749695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.751484] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.753826] libphy: Fixed MDIO Bus: probed [ 0.755058] tun: Universal TUN/TAP device driver, 1.6 [ 0.756464] tun: (C) 1999-2004 Max Krasnyansky [ 0.759474] PPP generic driver version 2.4.2 [ 0.760732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.762427] ehci-pci: EHCI PCI platform driver [ 0.763723] ehci-platform: EHCI generic platform driver [ 0.765152] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.766810] ohci-pci: OHCI PCI platform driver [ 0.768104] ohci-platform: OHCI generic platform driver [ 0.769554] uhci_hcd: USB Universal Host Controller Interface driver [ 0.784323] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.785789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.787950] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.789398] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.791095] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.792890] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.794963] usb usb1: Product: UHCI Host Controller [ 0.796350] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.798049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.799407] hub 1-0:1.0: USB hub found [ 0.800507] hub 1-0:1.0: 2 ports detected [ 0.801801] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.804712] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.806027] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.807440] mousedev: PS/2 mouse device common for all mice [ 0.809152] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.811642] rtc_cmos 00:00: RTC can wake from S4 [ 0.813174] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.814795] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.816404] i2c /dev entries driver [ 0.817452] device-mapper: uevent: version 1.0.3 [ 0.818762] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.821001] ledtrig-cpu: registered to indicate activity on CPUs [ 0.822858] NET: Registered protocol family 10 [ 0.824412] NET: Registered protocol family 17 [ 0.825624] Key type dns_resolver registered [ 0.826935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.828436] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.830849] registered taskstats version 1 [ 0.832005] Loading compiled-in X.509 certificates [ 0.833832] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.836325] zswap: loaded using pool lzo/zbud [ 0.838417] Key type trusted registered [ 0.840535] Key type encrypted registered [ 0.841640] AppArmor: AppArmor sha1 policy hashing enabled [ 0.843051] ima: No TPM chip found, activating TPM-bypass! [ 0.844466] evm: HMAC attrs: 0x1 [ 0.845757] Magic number: 2:772:707 [ 0.846935] rtc_cmos 00:00: setting system clock to 2018-09-01 00:43:44 UTC (1535762624) [ 0.849121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.850646] EDD information not available. [ 0.908308] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.924914] Write protecting the kernel read-only data: 14336k [ 0.927900] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.930374] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.097635] 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.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDchoCyKQV3R0aMPNsiRureZtejbi4M/NhwanvFQ2wsHevx+n8OMBiYQLcWhzKE4BMkNNuB+bX92kX2hz5e7KHJ/+eRs9EwCjG5TivIWrbK6C9T405FHE1LGBnOatI4tK16pZTVGesfeYn1cBLi+I9vCpCg6P0d5NEYyEDXyKUXz/0I4Lxx6vp174SzMgmXz/aWFvD70ylBGlr9UhciS3eAys77/tx1MErdgjo80GXnhuOwLRQU4QtOivPMHj58zkGDxQmYJ+bt+3JRKAaZPyMIJH0xqTlu6njoqi7U4XCMBLLMhN9Shqg7ov2vTRLE8v3KKYNoMnGcR8x31XOzWTiH root@cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 ssh-dss AAAAB3NzaC1kc3MAAACBAI6nKVmWvL4QGE6aSaXqgR401Zr4/sPNHZ+fILZmaaf6jZ/gKkc/D+lyzVDoxdB3dw3TBEHsgCzttBx3NzGuq2h/biAttfj7IJ9WN/UDv+fmP60BVgICBiW2eV3p3raoEGFF4gL8GojAu9sIPMkxthUNwE7fLdZ65aZfUveBbgIPAAAAFQDkIRtbFT597x4RoB3Zze4HH4111QAAAIBU1CT9+bYhTEsubvWovW5OZrBwgsXftraFCKdUZ88wgHg1szMbgQ1rUFdM9ztDWuK89AlflnbwwYQ8m21n+nGQL8WW+n5O9x+wWRM3puDMZPjVIw2k2s3BM2no8FsX1ldQkKIc+YyPoBL/QO6lNI48+7i16RmR725wO5+b2waTdwAAAIEAiHhvUNGq+nYxpBZ2ASpz7SYh4Vt9KRZpN5tXe8mHHr8AVUmFAsLJyxKPNjD2/FC5deH/C99yN9rSXwq0k9BXip+/CFOWR15pYcizgR7NQ1K7bFUriHhGjE3kBrJBkNzyZIwudVD/FI1I8QG8yNDYjwO1UQ+tMmlxSyT/sR0W+4s= root@cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 -----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.10,24,fe80::f816:3eff:fefc:6ba0/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.37 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 login: 2018-09-01 00:44:00,912 - paramiko.transport - DEBUG - starting thread (client mode): 0x935e1d90L 2018-09-01 00:44:00,912 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 00:44:00,913 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 00:44:00,913 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 00:44:00,914 - 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 00:44:00,914 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 00:44:00,914 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 00:44:00,914 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 00:44:00,914 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 00:44:00,914 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 00:44:00,929 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 00:44:00,929 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 00:44:00,945 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: 6562ea3903002c860d40722931d0dc97 2018-09-01 00:44:00,945 - paramiko.transport - DEBUG - Trying discovered key 0e56d1d1f0667703629b00e16c79a0a8 in /tmp/tmpkN5Juc 2018-09-01 00:44:00,969 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 00:44:00,975 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 00:44:00,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-09-01 00:44:00,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"volume": {"display_name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "size": "2"}}' 2018-09-01 00:44:02,320 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:44:01 GMT Server: Apache x-compute-request-id: req-fa066546-a46e-4b1f-b318-7ec6ad7730ea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fa066546-a46e-4b1f-b318-7ec6ad7730ea Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}} 2018-09-01 00:44:02,320 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes used request id req-fa066546-a46e-4b1f-b318-7ec6ad7730ea 2018-09-01 00:44:02,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.33982586861s 2018-09-01 00:44:02,321 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes used request id req-fa066546-a46e-4b1f-b318-7ec6ad7730ea 2018-09-01 00:44:02,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:44:02,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:03,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44:02 GMT Server: Apache x-compute-request-id: req-199e5dd1-c085-4fad-8d91-0839087f92c7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-199e5dd1-c085-4fad-8d91-0839087f92c7 Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "updated_at": "2018-09-01T00:44:02.000000", "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}]} 2018-09-01 00:44:03,417 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-199e5dd1-c085-4fad-8d91-0839087f92c7 2018-09-01 00:44:03,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.09562301636s 2018-09-01 00:44:03,417 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-199e5dd1-c085-4fad-8d91-0839087f92c7 2018-09-01 00:44:03,419 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:44:05,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:44:05,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:06,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44:05 GMT Server: Apache x-compute-request-id: req-5a13266c-71f1-4b9f-983e-7219aa339b98 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5a13266c-71f1-4b9f-983e-7219aa339b98 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "updated_at": "2018-09-01T00:44:04.000000", "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}]} 2018-09-01 00:44:06,512 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-5a13266c-71f1-4b9f-983e-7219aa339b98 2018-09-01 00:44:06,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.09022808075s 2018-09-01 00:44:06,513 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-5a13266c-71f1-4b9f-983e-7219aa339b98 2018-09-01 00:44:06,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:44:06,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:06,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-b3d530f1-a4b5-4983-965a-605d374a331b Date: Sat, 01 Sep 2018 00:44:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bb9c27ea-bfbf-45b8-a0f6-000d252b66c4"],"updated_at":"2018-09-01T00:43:19Z","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:43:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c66f471c0ff9470d859fd2cc9469ff57","id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","name":"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:44:06,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b3d530f1-a4b5-4983-965a-605d374a331b 2018-09-01 00:44:06,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.340605020523s 2018-09-01 00:44:06,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b3d530f1-a4b5-4983-965a-605d374a331b 2018-09-01 00:44:06,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:44:06,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:07,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-c08e0862-b3da-43a7-80f7-34d138709b89 Date: Sat, 01 Sep 2018 00:44:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:43:25Z", "file": "/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/file", "owner": "c66f471c0ff9470d859fd2cc9469ff57", "id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "size": 12716032, "self": "/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:43:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:44:07,161 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c08e0862-b3da-43a7-80f7-34d138709b89 2018-09-01 00:44:07,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301465988159s 2018-09-01 00:44:07,162 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c08e0862-b3da-43a7-80f7-34d138709b89 2018-09-01 00:44:07,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:44:07,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:07,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8dde227-d737-40d5-8175-96ab301d1770 x-compute-request-id: req-f8dde227-d737-40d5-8175-96ab301d1770 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "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": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98"}]} 2018-09-01 00:44:07,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-f8dde227-d737-40d5-8175-96ab301d1770 2018-09-01 00:44:07,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0254800319672s 2018-09-01 00:44:07,189 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-f8dde227-d737-40d5-8175-96ab301d1770 2018-09-01 00:44:07,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 00:44:07,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"server": {"name": "cinder_test-vm_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "imageRef": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "flavorRef": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5177309d-b7eb-492c-bcd0-2a05ab2f6e5a"}], "security_groups": [{"name": "0c263d08-7670-4c0b-b469-e158c002dc1e"}]}}' 2018-09-01 00:44:10,742 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:44:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a2e49000-440a-4006-8246-895a56e11bb9 x-compute-request-id: req-a2e49000-440a-4006-8246-895a56e11bb9 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0c263d08-7670-4c0b-b469-e158c002dc1e"}], "OS-DCF:diskConfig": "MANUAL", "id": "431a7abd-3b5b-4271-89a0-d6b9276b3011", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "bookmark"}], "adminPass": "9Qhjpjyh4Xm5"}} 2018-09-01 00:44:10,742 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a2e49000-440a-4006-8246-895a56e11bb9 2018-09-01 00:44:10,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.55158090591s 2018-09-01 00:44:10,743 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a2e49000-440a-4006-8246-895a56e11bb9 2018-09-01 00:44:10,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:44:10,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:11,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44: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-030518f7-3c77-4ad9-ab80-6464917052c6 x-compute-request-id: req-030518f7-3c77-4ad9-ab80-6464917052c6 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.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "431a7abd-3b5b-4271-89a0-d6b9276b3011", "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:44:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:44:10Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:6b:a0", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:6b:a0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:43:43.000000", "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:43:43Z", "hostId": "eead1d294c98ed913c27c913bbac4827abefce06fde4331faddeb35f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm2_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:43:34Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:44:11,313 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-030518f7-3c77-4ad9-ab80-6464917052c6 2018-09-01 00:44:11,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56948018074s 2018-09-01 00:44:11,314 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-030518f7-3c77-4ad9-ab80-6464917052c6 2018-09-01 00:44:11,319 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:44:13,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:44:13,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:14,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44: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-8fd4ce99-c51f-4c29-82ba-69c77d5d4097 x-compute-request-id: req-8fd4ce99-c51f-4c29-82ba-69c77d5d4097 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "431a7abd-3b5b-4271-89a0-d6b9276b3011", "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:44:13Z", "hostId": "eead1d294c98ed913c27c913bbac4827abefce06fde4331faddeb35f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:44:10Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:6b:a0", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:6b:a0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:43:43.000000", "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:43:43Z", "hostId": "eead1d294c98ed913c27c913bbac4827abefce06fde4331faddeb35f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm2_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:43:34Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:44:14,474 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8fd4ce99-c51f-4c29-82ba-69c77d5d4097 2018-09-01 00:44:14,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15209102631s 2018-09-01 00:44:14,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8fd4ce99-c51f-4c29-82ba-69c77d5d4097 2018-09-01 00:44:14,479 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:44:16,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:44:16,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:16,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44: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-afac5f1b-e832-4264-a701-ba69eb9c1f46 x-compute-request-id: req-afac5f1b-e832-4264-a701-ba69eb9c1f46 Content-Encoding: gzip Content-Length: 908 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "431a7abd-3b5b-4271-89a0-d6b9276b3011", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:44:15Z", "hostId": "cf02e62cf3048a6ac0d13e64775fcb3071e59466811ef9caa3749e06", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:44:10Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:6b:a0", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:6b:a0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:43:43.000000", "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:43:43Z", "hostId": "eead1d294c98ed913c27c913bbac4827abefce06fde4331faddeb35f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm2_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:43:34Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:44:16,664 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-afac5f1b-e832-4264-a701-ba69eb9c1f46 2018-09-01 00:44:16,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.182662963867s 2018-09-01 00:44:16,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-afac5f1b-e832-4264-a701-ba69eb9c1f46 2018-09-01 00:44:16,670 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:44:18,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:44:18,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:20,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44: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-57c41d5e-1728-4047-b0bd-25623e6fcf9a x-compute-request-id: req-57c41d5e-1728-4047-b0bd-25623e6fcf9a Content-Encoding: gzip Content-Length: 908 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "431a7abd-3b5b-4271-89a0-d6b9276b3011", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:44:15Z", "hostId": "cf02e62cf3048a6ac0d13e64775fcb3071e59466811ef9caa3749e06", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:44:10Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:6b:a0", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:6b:a0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:43:43.000000", "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:43:43Z", "hostId": "eead1d294c98ed913c27c913bbac4827abefce06fde4331faddeb35f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm2_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:43:34Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:44:20,087 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-57c41d5e-1728-4047-b0bd-25623e6fcf9a 2018-09-01 00:44:20,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.41489100456s 2018-09-01 00:44:20,088 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-57c41d5e-1728-4047-b0bd-25623e6fcf9a 2018-09-01 00:44:20,093 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:44:22,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:44:22,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:22,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44: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-4141096e-e84a-4122-8e1b-9b944b627b2d x-compute-request-id: req-4141096e-e84a-4122-8e1b-9b944b627b2d Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b6:55", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:44:20.000000", "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "431a7abd-3b5b-4271-89a0-d6b9276b3011", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:44:20Z", "hostId": "cf02e62cf3048a6ac0d13e64775fcb3071e59466811ef9caa3749e06", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:44:10Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:6b:a0", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:6b:a0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:43:43.000000", "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:43:43Z", "hostId": "eead1d294c98ed913c27c913bbac4827abefce06fde4331faddeb35f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm2_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:43:34Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:44:22,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4141096e-e84a-4122-8e1b-9b944b627b2d 2018-09-01 00:44:22,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.873409032822s 2018-09-01 00:44:22,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4141096e-e84a-4122-8e1b-9b944b627b2d 2018-09-01 00:44:22,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:44:22,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=431a7abd-3b5b-4271-89a0-d6b9276b3011" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:23,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-942c4a1b-7517-4583-a7bd-55959556d257 Date: Sat, 01 Sep 2018 00:44:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:44:15Z","admin_state_up":true,"updated_at":"2018-09-01T00:44:20Z","binding:vnic_type":"normal","device_id":"431a7abd-3b5b-4271-89a0-d6b9276b3011","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:0c:b6:55","id":"36329140-a0d0-44b4-a2c9-26b1a20bf507","port_security_enabled":true,"project_id":"c66f471c0ff9470d859fd2cc9469ff57","fixed_ips":[{"subnet_id":"bb9c27ea-bfbf-45b8-a0f6-000d252b66c4","ip_address":"192.168.120.17"}],"extra_dhcp_opts":[],"security_groups":["0c263d08-7670-4c0b-b469-e158c002dc1e"],"name":""}]} 2018-09-01 00:44:23,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=431a7abd-3b5b-4271-89a0-d6b9276b3011 used request id req-942c4a1b-7517-4583-a7bd-55959556d257 2018-09-01 00:44:23,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0512080192566s 2018-09-01 00:44:23,026 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=431a7abd-3b5b-4271-89a0-d6b9276b3011 used request id req-942c4a1b-7517-4583-a7bd-55959556d257 2018-09-01 00:44:23,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:44:23,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=36329140-a0d0-44b4-a2c9-26b1a20bf507" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:23,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-07d26e9f-af53-4413-8eb9-cf32a48fcc48 Date: Sat, 01 Sep 2018 00:44:23 GMT RESP BODY: {"floatingips": []} 2018-09-01 00:44:23,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=36329140-a0d0-44b4-a2c9-26b1a20bf507 used request id req-07d26e9f-af53-4413-8eb9-cf32a48fcc48 2018-09-01 00:44:23,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0428128242493s 2018-09-01 00:44:23,075 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=36329140-a0d0-44b4-a2c9-26b1a20bf507 used request id req-07d26e9f-af53-4413-8eb9-cf32a48fcc48 2018-09-01 00:44:23,075 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0c:b6:55', u'version': 4, u'addr': u'192.168.120.17', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6d67d834-efce-4890-bb72-7e5e245fb0bc'}), 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-01T00:44:20.000000', 'flavor': Munch({u'id': u'45a9d8a0-9f4f-4da5-bdeb-c63797586a98'}), 'az': u'nova', 'id': u'431a7abd-3b5b-4271-89a0-d6b9276b3011', 'security_groups': [Munch({u'name': u'cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3aea9a8af8234592967f263c6201a58d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c66f471c0ff9470d859fd2cc9469ff57', 'name': 'cinder_test-project_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', '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-01T00:44:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T00:44:20Z', 'hostId': u'cf02e62cf3048a6ac0d13e64775fcb3071e59466811ef9caa3749e06', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 'public_v6': '', 'private_v4': u'192.168.120.17', 'cloud': 'envvars', 'host_id': u'cf02e62cf3048a6ac0d13e64775fcb3071e59466811ef9caa3749e06', '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-01T00:44:20.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c66f471c0ff9470d859fd2cc9469ff57', 'name': u'cinder_test-vm_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 'adminPass': u'9Qhjpjyh4Xm5', 'tenant_id': u'c66f471c0ff9470d859fd2cc9469ff57', 'created_at': u'2018-09-01T00:44:10Z', 'created': u'2018-09-01T00:44:10Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 00:44:23,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:44:23,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:23,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-05b50081-c50e-45e0-954c-feb0fa6ddb1f Date: Sat, 01 Sep 2018 00:44: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":["bb9c27ea-bfbf-45b8-a0f6-000d252b66c4"],"updated_at":"2018-09-01T00:43:19Z","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:43:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c66f471c0ff9470d859fd2cc9469ff57","id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","name":"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:44:23,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-05b50081-c50e-45e0-954c-feb0fa6ddb1f 2018-09-01 00:44:23,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120282173157s 2018-09-01 00:44:23,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-05b50081-c50e-45e0-954c-feb0fa6ddb1f 2018-09-01 00:44:23,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 00:44:23,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=431a7abd-3b5b-4271-89a0-d6b9276b3011" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:23,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ca557d24-19a1-4148-98f2-8b0bc24e5158 Date: Sat, 01 Sep 2018 00:44:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:44:15Z","admin_state_up":true,"updated_at":"2018-09-01T00:44:20Z","binding:vnic_type":"normal","device_id":"431a7abd-3b5b-4271-89a0-d6b9276b3011","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:0c:b6:55","id":"36329140-a0d0-44b4-a2c9-26b1a20bf507","port_security_enabled":true,"project_id":"c66f471c0ff9470d859fd2cc9469ff57","fixed_ips":[{"subnet_id":"bb9c27ea-bfbf-45b8-a0f6-000d252b66c4","ip_address":"192.168.120.17"}],"extra_dhcp_opts":[],"security_groups":["0c263d08-7670-4c0b-b469-e158c002dc1e"],"name":""}]} 2018-09-01 00:44:23,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=431a7abd-3b5b-4271-89a0-d6b9276b3011 used request id req-ca557d24-19a1-4148-98f2-8b0bc24e5158 2018-09-01 00:44:23,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.297584056854s 2018-09-01 00:44:23,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=431a7abd-3b5b-4271-89a0-d6b9276b3011 used request id req-ca557d24-19a1-4148-98f2-8b0bc24e5158 2018-09-01 00:44:23,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 00:44:23,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"floatingip": {"floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.17", "port_id": "36329140-a0d0-44b4-a2c9-26b1a20bf507"}}' 2018-09-01 00:44:25,406 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-cdca4521-ad55-416a-988e-5a6872a16496 Date: Sat, 01 Sep 2018 00:44:25 GMT RESP BODY: {"floatingip": {"router_id": "705eee11-7b8f-4445-8812-600ef4002ee2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T00:44:24Z", "floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "36329140-a0d0-44b4-a2c9-26b1a20bf507", "id": "60fe57d8-aec3-479d-a821-c56f7881a543", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:44:24Z", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}} 2018-09-01 00:44:25,407 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-cdca4521-ad55-416a-988e-5a6872a16496 2018-09-01 00:44:25,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.90739297867s 2018-09-01 00:44:25,407 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-cdca4521-ad55-416a-988e-5a6872a16496 2018-09-01 00:44:25,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:44:25,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:25,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1097 X-Openstack-Request-Id: req-1fda3739-2a17-41b0-9fea-8aab72bcce02 Date: Sat, 01 Sep 2018 00:44:25 GMT RESP BODY: {"floatingips": [{"router_id": "705eee11-7b8f-4445-8812-600ef4002ee2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T00:44:24Z", "floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "36329140-a0d0-44b4-a2c9-26b1a20bf507", "id": "60fe57d8-aec3-479d-a821-c56f7881a543", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:44:24Z", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"router_id": "705eee11-7b8f-4445-8812-600ef4002ee2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T00:43:49Z", "floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "5a63e4ed-816c-4908-aeb3-9233a2514fd4", "id": "89466c07-19e8-4e19-b5ff-942eb6c97f0e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:49Z", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}]} 2018-09-01 00:44:25,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-1fda3739-2a17-41b0-9fea-8aab72bcce02 2018-09-01 00:44:25,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.243719100952s 2018-09-01 00:44:25,661 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-1fda3739-2a17-41b0-9fea-8aab72bcce02 2018-09-01 00:44:25,668 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'705eee11-7b8f-4445-8812-600ef4002ee2', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'c66f471c0ff9470d859fd2cc9469ff57', 'created_at': u'2018-09-01T00:44:24Z', 'attached': True, 'updated_at': u'2018-09-01T00:44:24Z', 'id': u'60fe57d8-aec3-479d-a821-c56f7881a543', 'floating_network_id': u'5947624d-2604-4eb8-9ac2-b3c2573254db', 'fixed_ip_address': u'192.168.120.17', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c66f471c0ff9470d859fd2cc9469ff57', 'name': 'cinder_test-project_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'705eee11-7b8f-4445-8812-600ef4002ee2', 'project_id': u'c66f471c0ff9470d859fd2cc9469ff57', 'port_id': u'36329140-a0d0-44b4-a2c9-26b1a20bf507', 'port': u'36329140-a0d0-44b4-a2c9-26b1a20bf507', 'network': u'5947624d-2604-4eb8-9ac2-b3c2573254db'}) 2018-09-01 00:44:25,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 00:44:25,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 00:44:25,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfc14db0-f910-4094-a44e-a4d1d19a6161 x-compute-request-id: req-dfc14db0-f910-4094-a44e-a4d1d19a6161 Content-Encoding: gzip Content-Length: 9568 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 508872377 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.194307] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.196679] pid_max: default: 32768 minimum: 301\n[ 0.197971] ACPI: Core revision 20150930\n[ 0.199674] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.201571] Security Framework initialized\n[ 0.202765] Yama: becoming mindful.\n[ 0.203804] AppArmor: AppArmor initialized\n[ 0.205022] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.206890] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.208691] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210460] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212490] Initializing cgroup subsys io\n[ 0.213702] Initializing cgroup subsys memory\n[ 0.214982] Initializing cgroup subsys devices\n[ 0.216266] Initializing cgroup subsys freezer\n[ 0.217561] Initializing cgroup subsys net_cls\n[ 0.218847] Initializing cgroup subsys perf_event\n[ 0.220195] Initializing cgroup subsys net_prio\n[ 0.221498] Initializing cgroup subsys hugetlb\n[ 0.222783] Initializing cgroup subsys pids\n[ 0.224024] CPU: Physical Processor ID: 0\n[ 0.225914] mce: CPU supports 10 MCE banks\n[ 0.227127] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228586] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244572] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251174] ftrace: allocating 31920 entries in 125 pages\n[ 0.276596] smpboot: Max logical packages: 1\n[ 0.277876] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279856] x2apic enabled\n[ 0.281037] Switched APIC routing to physical x2apic.\n[ 0.283574] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285142] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290449] KVM setup paravirtual spinlock\n[ 0.292100] x86: Booted up 1 node, 1 CPUs\n[ 0.293296] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295261] devtmpfs: initialized\n[ 0.297278] evm: security.selinux\n[ 0.298308] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300425] evm: security.SMACK64TRANSMUTE\n[ 0.301609] evm: security.SMACK64MMAP\n[ 0.302708] evm: security.ima\n[ 0.303652] evm: security.capability\n[ 0.304819] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307507] pinctrl core: initialized pinctrl subsystem\n[ 0.309073] RTC time: 0:44:21, date: 09/01/18\n[ 0.310411] NET: Registered protocol family 16\n[ 0.311781] cpuidle: using governor ladder\n[ 0.313003] cpuidle: using governor menu\n[ 0.314143] PCCT header not found.\n[ 0.315216] ACPI: bus type PCI registered\n[ 0.316378] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318207] PCI: Using configuration type 1 for base access\n[ 0.320607] ACPI: Added _OSI(Module Device)\n[ 0.321866] ACPI: Added _OSI(Processor Device)\n[ 0.323170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324495] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326778] ACPI: Interpreter enabled\n[ 0.327895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.330604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.333349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.336089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.338788] ACPI: (supports S0 S5)\n[ 0.339824] ACPI: Using IOAPIC for interrupt routing\n[ 0.341223] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.345190] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.346830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.348629] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.350330] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.353482] acpiphp: Slot [3] registered\n[ 0.354626] acpiphp: Slot [4] registered\n[ 0.355766] acpiphp: Slot [5] registered\n[ 0.356919] acpiphp: Slot [6] registered\n[ 0.358101] acpiphp: Slot [7] registered\n[ 0.359242] acpiphp: Slot [8] registered\n[ 0.360394] acpiphp: Slot [9] registered\n[ 0.361530] acpiphp: Slot [10] registered\n[ 0.362700] acpiphp: Slot [11] registered\n[ 0.363873] acpiphp: Slot [12] registered\n[ 0.365027] acpiphp: Slot [13] registered\n[ 0.366176] acpiphp: Slot [14] registered\n[ 0.367357] acpiphp: Slot [15] registered\n[ 0.382586] acpiphp: Slot [16] registered\n[ 0.383792] acpiphp: Slot [17] registered\n[ 0.384965] acpiphp: Slot [18] registered\n[ 0.386112] acpiphp: Slot [19] registered\n[ 0.387296] acpiphp: Slot [20] registered\n[ 0.388494] acpiphp: Slot [21] registered\n[ 0.389645] acpiphp: Slot [22] registered\n[ 0.390802] acpiphp: Slot [23] registered\n[ 0.391963] acpiphp: Slot [24] registered\n[ 0.393135] acpiphp: Slot [25] registered\n[ 0.394328] acpiphp: Slot [26] registered\n[ 0.395479] acpiphp: Slot [27] registered\n[ 0.396636] acpiphp: Slot [28] registered\n[ 0.397793] acpiphp: Slot [29] registered\n[ 0.398945] acpiphp: Slot [30] registered\n[ 0.400098] acpiphp: Slot [31] registered\n[ 0.401253] PCI host bridge to bus 0000:00\n[ 0.402404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404200] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.405978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408058] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410194] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416499] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.420051] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426179] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.448725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.450777] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.452714] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.454696] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.456787] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.458528] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.460326] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.461822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464050] vgaarb: loaded\n[ 0.464938] vgaarb: bridge control possible 0000:00:02.0\n[ 0.466658] SCSI subsystem initialized\n[ 0.468012] ACPI: bus type USB registered\n[ 0.469207] usbcore: registered new interface driver usbfs\n[ 0.470677] usbcore: registered new interface driver hub\n[ 0.472120] usbcore: registered new device driver usb\n[ 0.473673] PCI: Using ACPI for IRQ routing\n[ 0.475287] NetLabel: Initializing\n[ 0.476302] NetLabel: domain hash size = 128\n[ 0.477533] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.478903] NetLabel: unlabeled traffic allowed by default\n[ 0.480543] clocksource: Switched to clocksource kvm-clock\n[ 0.490411] AppArmor: AppArmor Filesystem Enabled\n[ 0.491766] pnp: PnP ACPI init\n[ 0.493019] pnp: PnP ACPI: found 5 devices\n[ 0.499946] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502435] NET: Registered protocol family 2\n[ 0.503890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.505750] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507448] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509160] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510688] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512338] NET: Registered protocol family 1\n[ 0.513575] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515166] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516699] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531059] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545546] Trying to unpack rootfs image as initramfs...\n[ 0.607190] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612230] Scanning for low memory corruption every 60 seconds\n[ 0.614506] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616214] audit: initializing netlink subsys (disabled)\n[ 0.617811] audit: type=2000 audit(1535762661.511:1): initialized\n[ 0.619803] Initialise system trusted keyring\n[ 0.621258] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.622952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625801] zbud: loaded\n[ 0.626847] VFS: Disk quotas dquot_6.6.0\n[ 0.628048] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630325] fuse init (API version 7.23)\n[ 0.631613] Key type big_key registered\n[ 0.632815] Allocating IMA MOK and blacklist keyrings.\n[ 0.634611] Key type asymmetric registered\n[ 0.635836] Asymmetric key parser 'x509' registered\n[ 0.637270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639476] io scheduler noop registered\n[ 0.640654] io scheduler deadline registered (default)\n[ 0.642109] io scheduler cfq registered\n[ 0.643373] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.644915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.646782] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.648957] ACPI: Power Button [PWRF]\n[ 0.650257] GHES: HEST is not enabled!\n[ 0.664500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.694174] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.697251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.721419] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.724585] Linux agpgart interface v0.103\n[ 0.728035] brd: module loaded\n[ 0.730303] loop: module loaded\n[ 0.735456] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.737553] GPT:90111 != 2097151\n[ 0.738547] GPT:Alternate GPT header not at the end of the disk.\n[ 0.740148] GPT:90111 != 2097151\n[ 0.741139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.742551] vda: vda1 vda15\n[ 0.744283] scsi host0: ata_piix\n[ 0.745416] scsi host1: ata_piix\n[ 0.746470] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.748251] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.750575] libphy: Fixed MDIO Bus: probed\n[ 0.751779] tun: Universal TUN/TAP device driver, 1.6\n[ 0.753179] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.756044] PPP generic driver version 2.4.2\n[ 0.757376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.759110] ehci-pci: EHCI PCI platform driver\n[ 0.760378] ehci-platform: EHCI generic platform driver\n[ 0.761828] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.763463] ohci-pci: OHCI PCI platform driver\n[ 0.764752] ohci-platform: OHCI generic platform driver\n[ 0.766205] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.780945] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.782394] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.784537] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.786016] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.787672] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.789435] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.791498] usb usb1: Product: UHCI Host Controller\n[ 0.792853] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.794473] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.795855] hub 1-0:1.0: USB hub found\n[ 0.796954] hub 1-0:1.0: 2 ports detected\n[ 0.798277] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.801276] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.802636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.804082] mousedev: PS/2 mouse device common for all mice\n[ 0.805881] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.808464] rtc_cmos 00:00: RTC can wake from S4\n[ 0.810094] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.811820] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.813565] i2c /dev entries driver\n[ 0.814684] device-mapper: uevent: version 1.0.3\n[ 0.816082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.818487] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.820453] NET: Registered protocol family 10\n[ 0.822086] NET: Registered protocol family 17\n[ 0.823386] Key type dns_resolver registered\n[ 0.824776] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.826376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.828955] registered taskstats version 1\n[ 0.830170] Loading compiled-in X.509 certificates\n[ 0.832071] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.834787] zswap: loaded using pool lzo/zbud\n[ 0.836956] Key type trusted registered\n[ 0.839144] Key type encrypted registered\n[ 0.840343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.841871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.843407] evm: HMAC attrs: 0x1\n[ 0.844790] Magic number: 2:772:707\n[ 0.846014] rtc_cmos 00:00: setting system clock to 2018-09-01 00:44:21 UTC (1535762661)\n[ 0.848371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.850005] EDD information not available.\n[ 0.906224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.922711] Write protecting the kernel read-only data: 14336k\n[ 0.925738] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928327] 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.974996] 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.17...\nLease of 192.168.120.17 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.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC3XIa4Hvo49b9GyOaezpBxfJmEQawKBqnGIG091as3+b1zcmjb58ZhckKkgNr8Q7BAaXpjYUolRGeZFjfjhswVNYwVpCLEtetUBGF64WAlftF/Ulokiktb9GIgjfqCZZELnl5UXF7U9cl5cjtBOS2BXdM8YSTEmwhnip0V/8Bq0k6CjGhjPuek+YmNknggwUMkWnhzSjicDyhTU6ivi/BcMcTK8U0RJV+Nya4ShdCnkKm0sGPjhJA+J75eLAApDXbfOIKgeSlLoQMEJjWBXZPWOS0mrCgDBR5aLGe6zsJMbzO87zVYc50mghPomBjBhZoU6NP/2itjGWCYanCePnnP root@cinder-test-vm-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2\nssh-dss AAAAB3NzaC1kc3MAAACBAOSuI/xu6kkDHDNkc1/5lfGuq8sW4EOJ6NMKJb+gp2Ijc+H6rORgoSbQeUaCutANggq/k/KfwBSfI807aqPBmlUhPExmTP5VuL5GsFPUawyR4jKX95afDDzLiA0LhoKeVDlDzSdywVi8D1O31ND+bmqfFpPpoPBsCtwUOztA7An3AAAAFQDoku/QaRTSXZOIQxpKQLlMhH+ZWwAAAIEAmx1hWEnkLnkxSwmaqgcIUkdTn7eNpyQd2GR8qJU77+tbHcgtl4ksrV0D78+2ZpYvpLVSrvxpPJ7F9WGnq2L+B4eo26xgO1Th0gcssBovud71cJniHSqeJKL96R5G8CqcW0DfOomKhjt9InJIgAA7zBAvB+0kf6980LhGYHfRlCIAAACBAJ2Y7rWiC2YC9fC13NuE3JE9qrzkUJ9I0XpiMLj9Gvw0B7MJLsiOD31N4LfYGj019URjcvI0N0Pi4mPRSjKKZUes/hw/qlT34ZFyJPQj5PYbti4CHdGDrU7bN9x1f6Xu16q237ssMAhMX0xFcxdB4CSFFBQABRiFxZsmB67H+nNN root@cinder-test-vm-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2\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.17,24,fe80::f816:3eff:fe0c:b655/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.17 \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-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.44 ===\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-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 login: "} 2018-09-01 00:44:25,782 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011/action used request id req-dfc14db0-f910-4094-a44e-a4d1d19a6161 2018-09-01 00:44:25,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.113730192184s 2018-09-01 00:44:25,783 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011/action used request id req-dfc14db0-f910-4094-a44e-a4d1d19a6161 2018-09-01 00:44:25,783 - 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 508872377 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.194307] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.196679] pid_max: default: 32768 minimum: 301 [ 0.197971] ACPI: Core revision 20150930 [ 0.199674] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.201571] Security Framework initialized [ 0.202765] Yama: becoming mindful. [ 0.203804] AppArmor: AppArmor initialized [ 0.205022] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.206890] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.208691] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210460] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.212490] Initializing cgroup subsys io [ 0.213702] Initializing cgroup subsys memory [ 0.214982] Initializing cgroup subsys devices [ 0.216266] Initializing cgroup subsys freezer [ 0.217561] Initializing cgroup subsys net_cls [ 0.218847] Initializing cgroup subsys perf_event [ 0.220195] Initializing cgroup subsys net_prio [ 0.221498] Initializing cgroup subsys hugetlb [ 0.222783] Initializing cgroup subsys pids [ 0.224024] CPU: Physical Processor ID: 0 [ 0.225914] mce: CPU supports 10 MCE banks [ 0.227127] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.228586] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.244572] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.251174] ftrace: allocating 31920 entries in 125 pages [ 0.276596] smpboot: Max logical packages: 1 [ 0.277876] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.279856] x2apic enabled [ 0.281037] Switched APIC routing to physical x2apic. [ 0.283574] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.285142] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.290449] KVM setup paravirtual spinlock [ 0.292100] x86: Booted up 1 node, 1 CPUs [ 0.293296] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.295261] devtmpfs: initialized [ 0.297278] evm: security.selinux [ 0.298308] evm: security.SMACK64 [ 0.299329] evm: security.SMACK64EXEC [ 0.300425] evm: security.SMACK64TRANSMUTE [ 0.301609] evm: security.SMACK64MMAP [ 0.302708] evm: security.ima [ 0.303652] evm: security.capability [ 0.304819] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.307507] pinctrl core: initialized pinctrl subsystem [ 0.309073] RTC time: 0:44:21, date: 09/01/18 [ 0.310411] NET: Registered protocol family 16 [ 0.311781] cpuidle: using governor ladder [ 0.313003] cpuidle: using governor menu [ 0.314143] PCCT header not found. [ 0.315216] ACPI: bus type PCI registered [ 0.316378] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318207] PCI: Using configuration type 1 for base access [ 0.320607] ACPI: Added _OSI(Module Device) [ 0.321866] ACPI: Added _OSI(Processor Device) [ 0.323170] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324495] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326778] ACPI: Interpreter enabled [ 0.327895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.330604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.333349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.336089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.338788] ACPI: (supports S0 S5) [ 0.339824] ACPI: Using IOAPIC for interrupt routing [ 0.341223] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.345190] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.346830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.348629] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.350330] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.353482] acpiphp: Slot [3] registered [ 0.354626] acpiphp: Slot [4] registered [ 0.355766] acpiphp: Slot [5] registered [ 0.356919] acpiphp: Slot [6] registered [ 0.358101] acpiphp: Slot [7] registered [ 0.359242] acpiphp: Slot [8] registered [ 0.360394] acpiphp: Slot [9] registered [ 0.361530] acpiphp: Slot [10] registered [ 0.362700] acpiphp: Slot [11] registered [ 0.363873] acpiphp: Slot [12] registered [ 0.365027] acpiphp: Slot [13] registered [ 0.366176] acpiphp: Slot [14] registered [ 0.367357] acpiphp: Slot [15] registered [ 0.382586] acpiphp: Slot [16] registered [ 0.383792] acpiphp: Slot [17] registered [ 0.384965] acpiphp: Slot [18] registered [ 0.386112] acpiphp: Slot [19] registered [ 0.387296] acpiphp: Slot [20] registered [ 0.388494] acpiphp: Slot [21] registered [ 0.389645] acpiphp: Slot [22] registered [ 0.390802] acpiphp: Slot [23] registered [ 0.391963] acpiphp: Slot [24] registered [ 0.393135] acpiphp: Slot [25] registered [ 0.394328] acpiphp: Slot [26] registered [ 0.395479] acpiphp: Slot [27] registered [ 0.396636] acpiphp: Slot [28] registered [ 0.397793] acpiphp: Slot [29] registered [ 0.398945] acpiphp: Slot [30] registered [ 0.400098] acpiphp: Slot [31] registered [ 0.401253] PCI host bridge to bus 0000:00 [ 0.402404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.404200] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.405978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.408058] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.410194] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.412378] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.416499] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.418377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.420051] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.421852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.426179] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.428230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.448725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.450777] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.452714] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.454696] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.456787] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.458528] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.460326] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.461822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.464050] vgaarb: loaded [ 0.464938] vgaarb: bridge control possible 0000:00:02.0 [ 0.466658] SCSI subsystem initialized [ 0.468012] ACPI: bus type USB registered [ 0.469207] usbcore: registered new interface driver usbfs [ 0.470677] usbcore: registered new interface driver hub [ 0.472120] usbcore: registered new device driver usb [ 0.473673] PCI: Using ACPI for IRQ routing [ 0.475287] NetLabel: Initializing [ 0.476302] NetLabel: domain hash size = 128 [ 0.477533] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.478903] NetLabel: unlabeled traffic allowed by default [ 0.480543] clocksource: Switched to clocksource kvm-clock [ 0.490411] AppArmor: AppArmor Filesystem Enabled [ 0.491766] pnp: PnP ACPI init [ 0.493019] pnp: PnP ACPI: found 5 devices [ 0.499946] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502435] NET: Registered protocol family 2 [ 0.503890] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.505750] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507448] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509160] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510688] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512338] NET: Registered protocol family 1 [ 0.513575] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515166] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516699] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.531059] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.545546] Trying to unpack rootfs image as initramfs... [ 0.607190] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.612230] Scanning for low memory corruption every 60 seconds [ 0.614506] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.616214] audit: initializing netlink subsys (disabled) [ 0.617811] audit: type=2000 audit(1535762661.511:1): initialized [ 0.619803] Initialise system trusted keyring [ 0.621258] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622952] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.625801] zbud: loaded [ 0.626847] VFS: Disk quotas dquot_6.6.0 [ 0.628048] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.630325] fuse init (API version 7.23) [ 0.631613] Key type big_key registered [ 0.632815] Allocating IMA MOK and blacklist keyrings. [ 0.634611] Key type asymmetric registered [ 0.635836] Asymmetric key parser 'x509' registered [ 0.637270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.639476] io scheduler noop registered [ 0.640654] io scheduler deadline registered (default) [ 0.642109] io scheduler cfq registered [ 0.643373] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.644915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.646782] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.648957] ACPI: Power Button [PWRF] [ 0.650257] GHES: HEST is not enabled! [ 0.664500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.694174] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.697251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.721419] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.724585] Linux agpgart interface v0.103 [ 0.728035] brd: module loaded [ 0.730303] loop: module loaded [ 0.735456] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.737553] GPT:90111 != 2097151 [ 0.738547] GPT:Alternate GPT header not at the end of the disk. [ 0.740148] GPT:90111 != 2097151 [ 0.741139] GPT: Use GNU Parted to correct GPT errors. [ 0.742551] vda: vda1 vda15 [ 0.744283] scsi host0: ata_piix [ 0.745416] scsi host1: ata_piix [ 0.746470] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.748251] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.750575] libphy: Fixed MDIO Bus: probed [ 0.751779] tun: Universal TUN/TAP device driver, 1.6 [ 0.753179] tun: (C) 1999-2004 Max Krasnyansky [ 0.756044] PPP generic driver version 2.4.2 [ 0.757376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.759110] ehci-pci: EHCI PCI platform driver [ 0.760378] ehci-platform: EHCI generic platform driver [ 0.761828] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.763463] ohci-pci: OHCI PCI platform driver [ 0.764752] ohci-platform: OHCI generic platform driver [ 0.766205] uhci_hcd: USB Universal Host Controller Interface driver [ 0.780945] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.782394] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.784537] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.786016] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.787672] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.789435] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.791498] usb usb1: Product: UHCI Host Controller [ 0.792853] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.794473] usb usb1: SerialNumber: 0000:00:01.2 [ 0.795855] hub 1-0:1.0: USB hub found [ 0.796954] hub 1-0:1.0: 2 ports detected [ 0.798277] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.801276] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.802636] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.804082] mousedev: PS/2 mouse device common for all mice [ 0.805881] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.808464] rtc_cmos 00:00: RTC can wake from S4 [ 0.810094] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.811820] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.813565] i2c /dev entries driver [ 0.814684] device-mapper: uevent: version 1.0.3 [ 0.816082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.818487] ledtrig-cpu: registered to indicate activity on CPUs [ 0.820453] NET: Registered protocol family 10 [ 0.822086] NET: Registered protocol family 17 [ 0.823386] Key type dns_resolver registered [ 0.824776] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.826376] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.828955] registered taskstats version 1 [ 0.830170] Loading compiled-in X.509 certificates [ 0.832071] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.834787] zswap: loaded using pool lzo/zbud [ 0.836956] Key type trusted registered [ 0.839144] Key type encrypted registered [ 0.840343] AppArmor: AppArmor sha1 policy hashing enabled [ 0.841871] ima: No TPM chip found, activating TPM-bypass! [ 0.843407] evm: HMAC attrs: 0x1 [ 0.844790] Magic number: 2:772:707 [ 0.846014] rtc_cmos 00:00: setting system clock to 2018-09-01 00:44:21 UTC (1535762661) [ 0.848371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.850005] EDD information not available. [ 0.906224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.922711] Write protecting the kernel read-only data: 14336k [ 0.925738] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.928327] 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.974996] 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.17... Lease of 192.168.120.17 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.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC3XIa4Hvo49b9GyOaezpBxfJmEQawKBqnGIG091as3+b1zcmjb58ZhckKkgNr8Q7BAaXpjYUolRGeZFjfjhswVNYwVpCLEtetUBGF64WAlftF/Ulokiktb9GIgjfqCZZELnl5UXF7U9cl5cjtBOS2BXdM8YSTEmwhnip0V/8Bq0k6CjGhjPuek+YmNknggwUMkWnhzSjicDyhTU6ivi/BcMcTK8U0RJV+Nya4ShdCnkKm0sGPjhJA+J75eLAApDXbfOIKgeSlLoQMEJjWBXZPWOS0mrCgDBR5aLGe6zsJMbzO87zVYc50mghPomBjBhZoU6NP/2itjGWCYanCePnnP root@cinder-test-vm-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 ssh-dss AAAAB3NzaC1kc3MAAACBAOSuI/xu6kkDHDNkc1/5lfGuq8sW4EOJ6NMKJb+gp2Ijc+H6rORgoSbQeUaCutANggq/k/KfwBSfI807aqPBmlUhPExmTP5VuL5GsFPUawyR4jKX95afDDzLiA0LhoKeVDlDzSdywVi8D1O31ND+bmqfFpPpoPBsCtwUOztA7An3AAAAFQDoku/QaRTSXZOIQxpKQLlMhH+ZWwAAAIEAmx1hWEnkLnkxSwmaqgcIUkdTn7eNpyQd2GR8qJU77+tbHcgtl4ksrV0D78+2ZpYvpLVSrvxpPJ7F9WGnq2L+B4eo26xgO1Th0gcssBovud71cJniHSqeJKL96R5G8CqcW0DfOomKhjt9InJIgAA7zBAvB+0kf6980LhGYHfRlCIAAACBAJ2Y7rWiC2YC9fC13NuE3JE9qrzkUJ9I0XpiMLj9Gvw0B7MJLsiOD31N4LfYGj019URjcvI0N0Pi4mPRSjKKZUes/hw/qlT34ZFyJPQj5PYbti4CHdGDrU7bN9x1f6Xu16q237ssMAhMX0xFcxdB4CSFFBQABRiFxZsmB67H+nNN root@cinder-test-vm-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 -----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.17,24,fe80::f816:3eff:fe0c:b655/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.17 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-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.44 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 login: 2018-09-01 00:44:26,786 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.206: timed out 2018-09-01 00:44:35,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 00:44:35,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 00:44:35,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-988dc9ba-c408-4807-9bfb-5ceebb78d29d x-compute-request-id: req-988dc9ba-c408-4807-9bfb-5ceebb78d29d Content-Encoding: gzip Content-Length: 9568 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 508872377 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.194307] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.196679] pid_max: default: 32768 minimum: 301\n[ 0.197971] ACPI: Core revision 20150930\n[ 0.199674] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.201571] Security Framework initialized\n[ 0.202765] Yama: becoming mindful.\n[ 0.203804] AppArmor: AppArmor initialized\n[ 0.205022] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.206890] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.208691] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210460] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212490] Initializing cgroup subsys io\n[ 0.213702] Initializing cgroup subsys memory\n[ 0.214982] Initializing cgroup subsys devices\n[ 0.216266] Initializing cgroup subsys freezer\n[ 0.217561] Initializing cgroup subsys net_cls\n[ 0.218847] Initializing cgroup subsys perf_event\n[ 0.220195] Initializing cgroup subsys net_prio\n[ 0.221498] Initializing cgroup subsys hugetlb\n[ 0.222783] Initializing cgroup subsys pids\n[ 0.224024] CPU: Physical Processor ID: 0\n[ 0.225914] mce: CPU supports 10 MCE banks\n[ 0.227127] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.228586] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244572] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251174] ftrace: allocating 31920 entries in 125 pages\n[ 0.276596] smpboot: Max logical packages: 1\n[ 0.277876] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279856] x2apic enabled\n[ 0.281037] Switched APIC routing to physical x2apic.\n[ 0.283574] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285142] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290449] KVM setup paravirtual spinlock\n[ 0.292100] x86: Booted up 1 node, 1 CPUs\n[ 0.293296] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295261] devtmpfs: initialized\n[ 0.297278] evm: security.selinux\n[ 0.298308] evm: security.SMACK64\n[ 0.299329] evm: security.SMACK64EXEC\n[ 0.300425] evm: security.SMACK64TRANSMUTE\n[ 0.301609] evm: security.SMACK64MMAP\n[ 0.302708] evm: security.ima\n[ 0.303652] evm: security.capability\n[ 0.304819] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307507] pinctrl core: initialized pinctrl subsystem\n[ 0.309073] RTC time: 0:44:21, date: 09/01/18\n[ 0.310411] NET: Registered protocol family 16\n[ 0.311781] cpuidle: using governor ladder\n[ 0.313003] cpuidle: using governor menu\n[ 0.314143] PCCT header not found.\n[ 0.315216] ACPI: bus type PCI registered\n[ 0.316378] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318207] PCI: Using configuration type 1 for base access\n[ 0.320607] ACPI: Added _OSI(Module Device)\n[ 0.321866] ACPI: Added _OSI(Processor Device)\n[ 0.323170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324495] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326778] ACPI: Interpreter enabled\n[ 0.327895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.330604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.333349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.336089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.338788] ACPI: (supports S0 S5)\n[ 0.339824] ACPI: Using IOAPIC for interrupt routing\n[ 0.341223] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.345190] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.346830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.348629] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.350330] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.353482] acpiphp: Slot [3] registered\n[ 0.354626] acpiphp: Slot [4] registered\n[ 0.355766] acpiphp: Slot [5] registered\n[ 0.356919] acpiphp: Slot [6] registered\n[ 0.358101] acpiphp: Slot [7] registered\n[ 0.359242] acpiphp: Slot [8] registered\n[ 0.360394] acpiphp: Slot [9] registered\n[ 0.361530] acpiphp: Slot [10] registered\n[ 0.362700] acpiphp: Slot [11] registered\n[ 0.363873] acpiphp: Slot [12] registered\n[ 0.365027] acpiphp: Slot [13] registered\n[ 0.366176] acpiphp: Slot [14] registered\n[ 0.367357] acpiphp: Slot [15] registered\n[ 0.382586] acpiphp: Slot [16] registered\n[ 0.383792] acpiphp: Slot [17] registered\n[ 0.384965] acpiphp: Slot [18] registered\n[ 0.386112] acpiphp: Slot [19] registered\n[ 0.387296] acpiphp: Slot [20] registered\n[ 0.388494] acpiphp: Slot [21] registered\n[ 0.389645] acpiphp: Slot [22] registered\n[ 0.390802] acpiphp: Slot [23] registered\n[ 0.391963] acpiphp: Slot [24] registered\n[ 0.393135] acpiphp: Slot [25] registered\n[ 0.394328] acpiphp: Slot [26] registered\n[ 0.395479] acpiphp: Slot [27] registered\n[ 0.396636] acpiphp: Slot [28] registered\n[ 0.397793] acpiphp: Slot [29] registered\n[ 0.398945] acpiphp: Slot [30] registered\n[ 0.400098] acpiphp: Slot [31] registered\n[ 0.401253] PCI host bridge to bus 0000:00\n[ 0.402404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404200] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.405978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408058] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410194] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416499] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.420051] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426179] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.448725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.450777] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.452714] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.454696] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.456787] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.458528] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.460326] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.461822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464050] vgaarb: loaded\n[ 0.464938] vgaarb: bridge control possible 0000:00:02.0\n[ 0.466658] SCSI subsystem initialized\n[ 0.468012] ACPI: bus type USB registered\n[ 0.469207] usbcore: registered new interface driver usbfs\n[ 0.470677] usbcore: registered new interface driver hub\n[ 0.472120] usbcore: registered new device driver usb\n[ 0.473673] PCI: Using ACPI for IRQ routing\n[ 0.475287] NetLabel: Initializing\n[ 0.476302] NetLabel: domain hash size = 128\n[ 0.477533] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.478903] NetLabel: unlabeled traffic allowed by default\n[ 0.480543] clocksource: Switched to clocksource kvm-clock\n[ 0.490411] AppArmor: AppArmor Filesystem Enabled\n[ 0.491766] pnp: PnP ACPI init\n[ 0.493019] pnp: PnP ACPI: found 5 devices\n[ 0.499946] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502435] NET: Registered protocol family 2\n[ 0.503890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.505750] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507448] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509160] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510688] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512338] NET: Registered protocol family 1\n[ 0.513575] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515166] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516699] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531059] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545546] Trying to unpack rootfs image as initramfs...\n[ 0.607190] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612230] Scanning for low memory corruption every 60 seconds\n[ 0.614506] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616214] audit: initializing netlink subsys (disabled)\n[ 0.617811] audit: type=2000 audit(1535762661.511:1): initialized\n[ 0.619803] Initialise system trusted keyring\n[ 0.621258] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.622952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625801] zbud: loaded\n[ 0.626847] VFS: Disk quotas dquot_6.6.0\n[ 0.628048] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630325] fuse init (API version 7.23)\n[ 0.631613] Key type big_key registered\n[ 0.632815] Allocating IMA MOK and blacklist keyrings.\n[ 0.634611] Key type asymmetric registered\n[ 0.635836] Asymmetric key parser 'x509' registered\n[ 0.637270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639476] io scheduler noop registered\n[ 0.640654] io scheduler deadline registered (default)\n[ 0.642109] io scheduler cfq registered\n[ 0.643373] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.644915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.646782] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.648957] ACPI: Power Button [PWRF]\n[ 0.650257] GHES: HEST is not enabled!\n[ 0.664500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.694174] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.697251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.721419] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.724585] Linux agpgart interface v0.103\n[ 0.728035] brd: module loaded\n[ 0.730303] loop: module loaded\n[ 0.735456] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.737553] GPT:90111 != 2097151\n[ 0.738547] GPT:Alternate GPT header not at the end of the disk.\n[ 0.740148] GPT:90111 != 2097151\n[ 0.741139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.742551] vda: vda1 vda15\n[ 0.744283] scsi host0: ata_piix\n[ 0.745416] scsi host1: ata_piix\n[ 0.746470] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.748251] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.750575] libphy: Fixed MDIO Bus: probed\n[ 0.751779] tun: Universal TUN/TAP device driver, 1.6\n[ 0.753179] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.756044] PPP generic driver version 2.4.2\n[ 0.757376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.759110] ehci-pci: EHCI PCI platform driver\n[ 0.760378] ehci-platform: EHCI generic platform driver\n[ 0.761828] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.763463] ohci-pci: OHCI PCI platform driver\n[ 0.764752] ohci-platform: OHCI generic platform driver\n[ 0.766205] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.780945] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.782394] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.784537] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.786016] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.787672] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.789435] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.791498] usb usb1: Product: UHCI Host Controller\n[ 0.792853] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.794473] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.795855] hub 1-0:1.0: USB hub found\n[ 0.796954] hub 1-0:1.0: 2 ports detected\n[ 0.798277] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.801276] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.802636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.804082] mousedev: PS/2 mouse device common for all mice\n[ 0.805881] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.808464] rtc_cmos 00:00: RTC can wake from S4\n[ 0.810094] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.811820] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.813565] i2c /dev entries driver\n[ 0.814684] device-mapper: uevent: version 1.0.3\n[ 0.816082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.818487] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.820453] NET: Registered protocol family 10\n[ 0.822086] NET: Registered protocol family 17\n[ 0.823386] Key type dns_resolver registered\n[ 0.824776] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.826376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.828955] registered taskstats version 1\n[ 0.830170] Loading compiled-in X.509 certificates\n[ 0.832071] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.834787] zswap: loaded using pool lzo/zbud\n[ 0.836956] Key type trusted registered\n[ 0.839144] Key type encrypted registered\n[ 0.840343] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.841871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.843407] evm: HMAC attrs: 0x1\n[ 0.844790] Magic number: 2:772:707\n[ 0.846014] rtc_cmos 00:00: setting system clock to 2018-09-01 00:44:21 UTC (1535762661)\n[ 0.848371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.850005] EDD information not available.\n[ 0.906224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.922711] Write protecting the kernel read-only data: 14336k\n[ 0.925738] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928327] 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.974996] 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.17...\nLease of 192.168.120.17 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.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC3XIa4Hvo49b9GyOaezpBxfJmEQawKBqnGIG091as3+b1zcmjb58ZhckKkgNr8Q7BAaXpjYUolRGeZFjfjhswVNYwVpCLEtetUBGF64WAlftF/Ulokiktb9GIgjfqCZZELnl5UXF7U9cl5cjtBOS2BXdM8YSTEmwhnip0V/8Bq0k6CjGhjPuek+YmNknggwUMkWnhzSjicDyhTU6ivi/BcMcTK8U0RJV+Nya4ShdCnkKm0sGPjhJA+J75eLAApDXbfOIKgeSlLoQMEJjWBXZPWOS0mrCgDBR5aLGe6zsJMbzO87zVYc50mghPomBjBhZoU6NP/2itjGWCYanCePnnP root@cinder-test-vm-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2\nssh-dss AAAAB3NzaC1kc3MAAACBAOSuI/xu6kkDHDNkc1/5lfGuq8sW4EOJ6NMKJb+gp2Ijc+H6rORgoSbQeUaCutANggq/k/KfwBSfI807aqPBmlUhPExmTP5VuL5GsFPUawyR4jKX95afDDzLiA0LhoKeVDlDzSdywVi8D1O31ND+bmqfFpPpoPBsCtwUOztA7An3AAAAFQDoku/QaRTSXZOIQxpKQLlMhH+ZWwAAAIEAmx1hWEnkLnkxSwmaqgcIUkdTn7eNpyQd2GR8qJU77+tbHcgtl4ksrV0D78+2ZpYvpLVSrvxpPJ7F9WGnq2L+B4eo26xgO1Th0gcssBovud71cJniHSqeJKL96R5G8CqcW0DfOomKhjt9InJIgAA7zBAvB+0kf6980LhGYHfRlCIAAACBAJ2Y7rWiC2YC9fC13NuE3JE9qrzkUJ9I0XpiMLj9Gvw0B7MJLsiOD31N4LfYGj019URjcvI0N0Pi4mPRSjKKZUes/hw/qlT34ZFyJPQj5PYbti4CHdGDrU7bN9x1f6Xu16q237ssMAhMX0xFcxdB4CSFFBQABRiFxZsmB67H+nNN root@cinder-test-vm-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2\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.17,24,fe80::f816:3eff:fe0c:b655/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.17 \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-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.44 ===\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-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 login: "} 2018-09-01 00:44:35,911 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011/action used request id req-988dc9ba-c408-4807-9bfb-5ceebb78d29d 2018-09-01 00:44:35,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.115164041519s 2018-09-01 00:44:35,912 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011/action used request id req-988dc9ba-c408-4807-9bfb-5ceebb78d29d 2018-09-01 00:44:35,912 - 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 508872377 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.194307] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.196679] pid_max: default: 32768 minimum: 301 [ 0.197971] ACPI: Core revision 20150930 [ 0.199674] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.201571] Security Framework initialized [ 0.202765] Yama: becoming mindful. [ 0.203804] AppArmor: AppArmor initialized [ 0.205022] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.206890] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.208691] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210460] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.212490] Initializing cgroup subsys io [ 0.213702] Initializing cgroup subsys memory [ 0.214982] Initializing cgroup subsys devices [ 0.216266] Initializing cgroup subsys freezer [ 0.217561] Initializing cgroup subsys net_cls [ 0.218847] Initializing cgroup subsys perf_event [ 0.220195] Initializing cgroup subsys net_prio [ 0.221498] Initializing cgroup subsys hugetlb [ 0.222783] Initializing cgroup subsys pids [ 0.224024] CPU: Physical Processor ID: 0 [ 0.225914] mce: CPU supports 10 MCE banks [ 0.227127] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.228586] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.244572] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.251174] ftrace: allocating 31920 entries in 125 pages [ 0.276596] smpboot: Max logical packages: 1 [ 0.277876] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.279856] x2apic enabled [ 0.281037] Switched APIC routing to physical x2apic. [ 0.283574] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.285142] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.290449] KVM setup paravirtual spinlock [ 0.292100] x86: Booted up 1 node, 1 CPUs [ 0.293296] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.295261] devtmpfs: initialized [ 0.297278] evm: security.selinux [ 0.298308] evm: security.SMACK64 [ 0.299329] evm: security.SMACK64EXEC [ 0.300425] evm: security.SMACK64TRANSMUTE [ 0.301609] evm: security.SMACK64MMAP [ 0.302708] evm: security.ima [ 0.303652] evm: security.capability [ 0.304819] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.307507] pinctrl core: initialized pinctrl subsystem [ 0.309073] RTC time: 0:44:21, date: 09/01/18 [ 0.310411] NET: Registered protocol family 16 [ 0.311781] cpuidle: using governor ladder [ 0.313003] cpuidle: using governor menu [ 0.314143] PCCT header not found. [ 0.315216] ACPI: bus type PCI registered [ 0.316378] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318207] PCI: Using configuration type 1 for base access [ 0.320607] ACPI: Added _OSI(Module Device) [ 0.321866] ACPI: Added _OSI(Processor Device) [ 0.323170] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324495] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326778] ACPI: Interpreter enabled [ 0.327895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.330604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.333349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.336089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.338788] ACPI: (supports S0 S5) [ 0.339824] ACPI: Using IOAPIC for interrupt routing [ 0.341223] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.345190] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.346830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.348629] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.350330] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.353482] acpiphp: Slot [3] registered [ 0.354626] acpiphp: Slot [4] registered [ 0.355766] acpiphp: Slot [5] registered [ 0.356919] acpiphp: Slot [6] registered [ 0.358101] acpiphp: Slot [7] registered [ 0.359242] acpiphp: Slot [8] registered [ 0.360394] acpiphp: Slot [9] registered [ 0.361530] acpiphp: Slot [10] registered [ 0.362700] acpiphp: Slot [11] registered [ 0.363873] acpiphp: Slot [12] registered [ 0.365027] acpiphp: Slot [13] registered [ 0.366176] acpiphp: Slot [14] registered [ 0.367357] acpiphp: Slot [15] registered [ 0.382586] acpiphp: Slot [16] registered [ 0.383792] acpiphp: Slot [17] registered [ 0.384965] acpiphp: Slot [18] registered [ 0.386112] acpiphp: Slot [19] registered [ 0.387296] acpiphp: Slot [20] registered [ 0.388494] acpiphp: Slot [21] registered [ 0.389645] acpiphp: Slot [22] registered [ 0.390802] acpiphp: Slot [23] registered [ 0.391963] acpiphp: Slot [24] registered [ 0.393135] acpiphp: Slot [25] registered [ 0.394328] acpiphp: Slot [26] registered [ 0.395479] acpiphp: Slot [27] registered [ 0.396636] acpiphp: Slot [28] registered [ 0.397793] acpiphp: Slot [29] registered [ 0.398945] acpiphp: Slot [30] registered [ 0.400098] acpiphp: Slot [31] registered [ 0.401253] PCI host bridge to bus 0000:00 [ 0.402404] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.404200] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.405978] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.408058] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.410194] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.412378] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.416499] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.418377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.420051] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.421852] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.426179] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.428230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.448725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.450777] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.452714] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.454696] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.456787] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.458528] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.460326] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.461822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.464050] vgaarb: loaded [ 0.464938] vgaarb: bridge control possible 0000:00:02.0 [ 0.466658] SCSI subsystem initialized [ 0.468012] ACPI: bus type USB registered [ 0.469207] usbcore: registered new interface driver usbfs [ 0.470677] usbcore: registered new interface driver hub [ 0.472120] usbcore: registered new device driver usb [ 0.473673] PCI: Using ACPI for IRQ routing [ 0.475287] NetLabel: Initializing [ 0.476302] NetLabel: domain hash size = 128 [ 0.477533] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.478903] NetLabel: unlabeled traffic allowed by default [ 0.480543] clocksource: Switched to clocksource kvm-clock [ 0.490411] AppArmor: AppArmor Filesystem Enabled [ 0.491766] pnp: PnP ACPI init [ 0.493019] pnp: PnP ACPI: found 5 devices [ 0.499946] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502435] NET: Registered protocol family 2 [ 0.503890] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.505750] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507448] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509160] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510688] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512338] NET: Registered protocol family 1 [ 0.513575] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515166] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516699] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.531059] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.545546] Trying to unpack rootfs image as initramfs... [ 0.607190] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.612230] Scanning for low memory corruption every 60 seconds [ 0.614506] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.616214] audit: initializing netlink subsys (disabled) [ 0.617811] audit: type=2000 audit(1535762661.511:1): initialized [ 0.619803] Initialise system trusted keyring [ 0.621258] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622952] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.625801] zbud: loaded [ 0.626847] VFS: Disk quotas dquot_6.6.0 [ 0.628048] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.630325] fuse init (API version 7.23) [ 0.631613] Key type big_key registered [ 0.632815] Allocating IMA MOK and blacklist keyrings. [ 0.634611] Key type asymmetric registered [ 0.635836] Asymmetric key parser 'x509' registered [ 0.637270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.639476] io scheduler noop registered [ 0.640654] io scheduler deadline registered (default) [ 0.642109] io scheduler cfq registered [ 0.643373] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.644915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.646782] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.648957] ACPI: Power Button [PWRF] [ 0.650257] GHES: HEST is not enabled! [ 0.664500] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.694174] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.697251] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.721419] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.724585] Linux agpgart interface v0.103 [ 0.728035] brd: module loaded [ 0.730303] loop: module loaded [ 0.735456] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.737553] GPT:90111 != 2097151 [ 0.738547] GPT:Alternate GPT header not at the end of the disk. [ 0.740148] GPT:90111 != 2097151 [ 0.741139] GPT: Use GNU Parted to correct GPT errors. [ 0.742551] vda: vda1 vda15 [ 0.744283] scsi host0: ata_piix [ 0.745416] scsi host1: ata_piix [ 0.746470] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.748251] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.750575] libphy: Fixed MDIO Bus: probed [ 0.751779] tun: Universal TUN/TAP device driver, 1.6 [ 0.753179] tun: (C) 1999-2004 Max Krasnyansky [ 0.756044] PPP generic driver version 2.4.2 [ 0.757376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.759110] ehci-pci: EHCI PCI platform driver [ 0.760378] ehci-platform: EHCI generic platform driver [ 0.761828] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.763463] ohci-pci: OHCI PCI platform driver [ 0.764752] ohci-platform: OHCI generic platform driver [ 0.766205] uhci_hcd: USB Universal Host Controller Interface driver [ 0.780945] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.782394] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.784537] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.786016] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.787672] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.789435] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.791498] usb usb1: Product: UHCI Host Controller [ 0.792853] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.794473] usb usb1: SerialNumber: 0000:00:01.2 [ 0.795855] hub 1-0:1.0: USB hub found [ 0.796954] hub 1-0:1.0: 2 ports detected [ 0.798277] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.801276] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.802636] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.804082] mousedev: PS/2 mouse device common for all mice [ 0.805881] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.808464] rtc_cmos 00:00: RTC can wake from S4 [ 0.810094] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.811820] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.813565] i2c /dev entries driver [ 0.814684] device-mapper: uevent: version 1.0.3 [ 0.816082] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.818487] ledtrig-cpu: registered to indicate activity on CPUs [ 0.820453] NET: Registered protocol family 10 [ 0.822086] NET: Registered protocol family 17 [ 0.823386] Key type dns_resolver registered [ 0.824776] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.826376] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.828955] registered taskstats version 1 [ 0.830170] Loading compiled-in X.509 certificates [ 0.832071] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.834787] zswap: loaded using pool lzo/zbud [ 0.836956] Key type trusted registered [ 0.839144] Key type encrypted registered [ 0.840343] AppArmor: AppArmor sha1 policy hashing enabled [ 0.841871] ima: No TPM chip found, activating TPM-bypass! [ 0.843407] evm: HMAC attrs: 0x1 [ 0.844790] Magic number: 2:772:707 [ 0.846014] rtc_cmos 00:00: setting system clock to 2018-09-01 00:44:21 UTC (1535762661) [ 0.848371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.850005] EDD information not available. [ 0.906224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.922711] Write protecting the kernel read-only data: 14336k [ 0.925738] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.928327] 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.974996] 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.17... Lease of 192.168.120.17 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.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC3XIa4Hvo49b9GyOaezpBxfJmEQawKBqnGIG091as3+b1zcmjb58ZhckKkgNr8Q7BAaXpjYUolRGeZFjfjhswVNYwVpCLEtetUBGF64WAlftF/Ulokiktb9GIgjfqCZZELnl5UXF7U9cl5cjtBOS2BXdM8YSTEmwhnip0V/8Bq0k6CjGhjPuek+YmNknggwUMkWnhzSjicDyhTU6ivi/BcMcTK8U0RJV+Nya4ShdCnkKm0sGPjhJA+J75eLAApDXbfOIKgeSlLoQMEJjWBXZPWOS0mrCgDBR5aLGe6zsJMbzO87zVYc50mghPomBjBhZoU6NP/2itjGWCYanCePnnP root@cinder-test-vm-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 ssh-dss AAAAB3NzaC1kc3MAAACBAOSuI/xu6kkDHDNkc1/5lfGuq8sW4EOJ6NMKJb+gp2Ijc+H6rORgoSbQeUaCutANggq/k/KfwBSfI807aqPBmlUhPExmTP5VuL5GsFPUawyR4jKX95afDDzLiA0LhoKeVDlDzSdywVi8D1O31ND+bmqfFpPpoPBsCtwUOztA7An3AAAAFQDoku/QaRTSXZOIQxpKQLlMhH+ZWwAAAIEAmx1hWEnkLnkxSwmaqgcIUkdTn7eNpyQd2GR8qJU77+tbHcgtl4ksrV0D78+2ZpYvpLVSrvxpPJ7F9WGnq2L+B4eo26xgO1Th0gcssBovud71cJniHSqeJKL96R5G8CqcW0DfOomKhjt9InJIgAA7zBAvB+0kf6980LhGYHfRlCIAAACBAJ2Y7rWiC2YC9fC13NuE3JE9qrzkUJ9I0XpiMLj9Gvw0B7MJLsiOD31N4LfYGj019URjcvI0N0Pi4mPRSjKKZUes/hw/qlT34ZFyJPQj5PYbti4CHdGDrU7bN9x1f6Xu16q237ssMAhMX0xFcxdB4CSFFBQABRiFxZsmB67H+nNN root@cinder-test-vm-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 -----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.17,24,fe80::f816:3eff:fe0c:b655/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.17 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-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.44 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 login: 2018-09-01 00:44:35,916 - paramiko.transport - DEBUG - starting thread (client mode): 0x935e1fd0L 2018-09-01 00:44:35,916 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 00:44:35,916 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 00:44:35,917 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 00:44:35,918 - 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 00:44:35,918 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 00:44:35,918 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 00:44:35,918 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 00:44:35,918 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 00:44:35,919 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 00:44:35,935 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 00:44:35,936 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 00:44:35,948 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: d252fb9e467cf2ee360e330b84ac03b3 2018-09-01 00:44:35,949 - paramiko.transport - DEBUG - Trying discovered key 0e56d1d1f0667703629b00e16c79a0a8 in /tmp/tmpkN5Juc 2018-09-01 00:44:35,972 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 00:44:35,978 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 00:44:35,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-01 00:44:35,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"volumeAttachment": {"volumeId": "e0f2d585-251f-4908-8826-8809e071179f"}}' 2018-09-01 00:44:38,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d32430f6-8fcb-48a3-85f6-e777f40f2db8 x-compute-request-id: req-d32430f6-8fcb-48a3-85f6-e777f40f2db8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "431a7abd-3b5b-4271-89a0-d6b9276b3011", "id": "e0f2d585-251f-4908-8826-8809e071179f", "volumeId": "e0f2d585-251f-4908-8826-8809e071179f"}} 2018-09-01 00:44:38,899 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011/os-volume_attachments used request id req-d32430f6-8fcb-48a3-85f6-e777f40f2db8 2018-09-01 00:44:38,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.91744303703s 2018-09-01 00:44:38,899 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011/os-volume_attachments used request id req-d32430f6-8fcb-48a3-85f6-e777f40f2db8 2018-09-01 00:44:38,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:44:38,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:39,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44:38 GMT Server: Apache x-compute-request-id: req-bfa5bea8-35ce-4784-8ff7-7903ce1e9119 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bfa5bea8-35ce-4784-8ff7-7903ce1e9119 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "updated_at": "2018-09-01T00:44:38.000000", "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}]} 2018-09-01 00:44:39,967 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-bfa5bea8-35ce-4784-8ff7-7903ce1e9119 2018-09-01 00:44:39,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.06743502617s 2018-09-01 00:44:39,968 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-bfa5bea8-35ce-4784-8ff7-7903ce1e9119 2018-09-01 00:44:39,969 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:44:41,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:44:41,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:42,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44:41 GMT Server: Apache x-compute-request-id: req-ac79eddc-d849-4fca-acf5-4aa6e9fafd84 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ac79eddc-d849-4fca-acf5-4aa6e9fafd84 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "updated_at": "2018-09-01T00:44:38.000000", "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}]} 2018-09-01 00:44:42,039 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-ac79eddc-d849-4fca-acf5-4aa6e9fafd84 2018-09-01 00:44:42,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0673959255219s 2018-09-01 00:44:42,040 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-ac79eddc-d849-4fca-acf5-4aa6e9fafd84 2018-09-01 00:44:42,041 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:44:44,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:44:44,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:45,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44:44 GMT Server: Apache x-compute-request-id: req-029cae27-c187-4239-9cce-646dcf6b65a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-029cae27-c187-4239-9cce-646dcf6b65a0 Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [{"server_id": "431a7abd-3b5b-4271-89a0-d6b9276b3011", "attachment_id": "30e9aa90-fb1d-450f-869d-21e537cb3bef", "attached_at": "2018-09-01T00:44:42.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "e0f2d585-251f-4908-8826-8809e071179f", "device": "/dev/vdb", "id": "e0f2d585-251f-4908-8826-8809e071179f"}], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "updated_at": "2018-09-01T00:44:42.000000", "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}]} 2018-09-01 00:44:45,068 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-029cae27-c187-4239-9cce-646dcf6b65a0 2018-09-01 00:44:45,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.02369499207s 2018-09-01 00:44:45,068 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-029cae27-c187-4239-9cce-646dcf6b65a0 2018-09-01 00:44:45,071 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 00:44:45,073 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 00:44:45,073 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 00:44:45,076 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 00:44:45,146 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 00:44:45,146 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-01 00:44:45,147 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-01 00:44:45,148 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 00:44:45,184 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-01 00:44:45,184 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-01 00:44:45,213 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-01 00:44:45,676 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-01 00:44:45,676 - 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: d60a24c4-2d0e-4c12-a06d-b65deb95bf4d 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 00:44:45,677 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-09-01 00:44:45,678 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-01 00:44:45,678 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-09-01 00:44:45,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-01 00:44:45,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011/os-volume_attachments/e0f2d585-251f-4908-8826-8809e071179f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:48,486 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:44: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-7bad0280-9369-4166-9293-58ae49a78c20 x-compute-request-id: req-7bad0280-9369-4166-9293-58ae49a78c20 Content-Length: 0 Content-Type: application/json 2018-09-01 00:44:48,486 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011/os-volume_attachments/e0f2d585-251f-4908-8826-8809e071179f used request id req-7bad0280-9369-4166-9293-58ae49a78c20 2018-09-01 00:44:48,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.80703115463s 2018-09-01 00:44:48,486 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011/os-volume_attachments/e0f2d585-251f-4908-8826-8809e071179f used request id req-7bad0280-9369-4166-9293-58ae49a78c20 2018-09-01 00:44:48,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:44:48,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:49,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44:48 GMT Server: Apache x-compute-request-id: req-6478ac42-ba92-47f5-bc66-b0b6f44f06e5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6478ac42-ba92-47f5-bc66-b0b6f44f06e5 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [{"server_id": "431a7abd-3b5b-4271-89a0-d6b9276b3011", "attachment_id": "30e9aa90-fb1d-450f-869d-21e537cb3bef", "attached_at": "2018-09-01T00:44:42.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "e0f2d585-251f-4908-8826-8809e071179f", "device": "/dev/vdb", "id": "e0f2d585-251f-4908-8826-8809e071179f"}], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "updated_at": "2018-09-01T00:44:48.000000", "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}]} 2018-09-01 00:44:49,539 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-6478ac42-ba92-47f5-bc66-b0b6f44f06e5 2018-09-01 00:44:49,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.05172085762s 2018-09-01 00:44:49,539 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-6478ac42-ba92-47f5-bc66-b0b6f44f06e5 2018-09-01 00:44:49,540 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:44:51,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:44:51,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:52,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44:51 GMT Server: Apache x-compute-request-id: req-f2f07685-a558-41fe-bf30-85104d21f15b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2f07685-a558-41fe-bf30-85104d21f15b Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "updated_at": "2018-09-01T00:44:49.000000", "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}]} 2018-09-01 00:44:52,510 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-f2f07685-a558-41fe-bf30-85104d21f15b 2018-09-01 00:44:52,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.966531038284s 2018-09-01 00:44:52,510 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-f2f07685-a558-41fe-bf30-85104d21f15b 2018-09-01 00:44:52,512 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-09-01 00:44:52,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-01 00:44:52,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"volumeAttachment": {"volumeId": "e0f2d585-251f-4908-8826-8809e071179f"}}' 2018-09-01 00:44:54,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44: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-1f543f23-efa5-4771-885c-1504abd1af29 x-compute-request-id: req-1f543f23-efa5-4771-885c-1504abd1af29 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "id": "e0f2d585-251f-4908-8826-8809e071179f", "volumeId": "e0f2d585-251f-4908-8826-8809e071179f"}} 2018-09-01 00:44:54,473 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238/os-volume_attachments used request id req-1f543f23-efa5-4771-885c-1504abd1af29 2018-09-01 00:44:54,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.96034407616s 2018-09-01 00:44:54,473 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238/os-volume_attachments used request id req-1f543f23-efa5-4771-885c-1504abd1af29 2018-09-01 00:44:54,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:44:54,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:55,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44:54 GMT Server: Apache x-compute-request-id: req-0d460287-3899-499a-9435-093c8229ff27 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0d460287-3899-499a-9435-093c8229ff27 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "updated_at": "2018-09-01T00:44:54.000000", "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}]} 2018-09-01 00:44:55,526 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-0d460287-3899-499a-9435-093c8229ff27 2018-09-01 00:44:55,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.05204796791s 2018-09-01 00:44:55,526 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-0d460287-3899-499a-9435-093c8229ff27 2018-09-01 00:44:55,527 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:44:57,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:44:57,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:58,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:44:57 GMT Server: Apache x-compute-request-id: req-3428946f-7bbb-4720-be2b-b3a631dd5ad5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3428946f-7bbb-4720-be2b-b3a631dd5ad5 Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [{"server_id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "attachment_id": "bf5effdb-2141-486f-8b13-57f7185c96fd", "attached_at": "2018-09-01T00:44:55.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "e0f2d585-251f-4908-8826-8809e071179f", "device": "/dev/vdb", "id": "e0f2d585-251f-4908-8826-8809e071179f"}], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "updated_at": "2018-09-01T00:44:56.000000", "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}]} 2018-09-01 00:44:58,535 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-3428946f-7bbb-4720-be2b-b3a631dd5ad5 2018-09-01 00:44:58,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00541996956s 2018-09-01 00:44:58,536 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-3428946f-7bbb-4720-be2b-b3a631dd5ad5 2018-09-01 00:44:58,538 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 00:44:58,540 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 00:44:58,540 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 00:44:58,543 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 00:44:58,613 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 00:44:58,613 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-01 00:44:58,614 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 00:44:58,614 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-01 00:44:58,653 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-01 00:44:58,654 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-01 00:44:58,680 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-01 00:44:58,699 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-01 00:44:58,700 - 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 00:44:58,700 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-09-01 00:44:58,701 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-09-01 00:44:58,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-01 00:44:58,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238/os-volume_attachments/e0f2d585-251f-4908-8826-8809e071179f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:44:58,705 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-01 00:45:01,365 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-162ce6d6-bad5-431b-b7e1-834cf536f654 x-compute-request-id: req-162ce6d6-bad5-431b-b7e1-834cf536f654 Content-Length: 0 Content-Type: application/json 2018-09-01 00:45:01,365 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238/os-volume_attachments/e0f2d585-251f-4908-8826-8809e071179f used request id req-162ce6d6-bad5-431b-b7e1-834cf536f654 2018-09-01 00:45:01,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.66336488724s 2018-09-01 00:45:01,365 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238/os-volume_attachments/e0f2d585-251f-4908-8826-8809e071179f used request id req-162ce6d6-bad5-431b-b7e1-834cf536f654 2018-09-01 00:45:01,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:45:01,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:01,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:01 GMT Server: Apache x-compute-request-id: req-456d8614-ae6c-443b-8606-4fd92f02a19c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-456d8614-ae6c-443b-8606-4fd92f02a19c Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [{"server_id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "attachment_id": "bf5effdb-2141-486f-8b13-57f7185c96fd", "attached_at": "2018-09-01T00:44:55.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "e0f2d585-251f-4908-8826-8809e071179f", "device": "/dev/vdb", "id": "e0f2d585-251f-4908-8826-8809e071179f"}], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "updated_at": "2018-09-01T00:45:01.000000", "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}]} 2018-09-01 00:45:01,443 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-456d8614-ae6c-443b-8606-4fd92f02a19c 2018-09-01 00:45:01,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0771269798279s 2018-09-01 00:45:01,443 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-456d8614-ae6c-443b-8606-4fd92f02a19c 2018-09-01 00:45:01,445 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:45:03,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:45:03,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:03,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:03 GMT Server: Apache x-compute-request-id: req-83270390-48bf-4845-b4e0-386deeb8be03 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-83270390-48bf-4845-b4e0-386deeb8be03 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "updated_at": "2018-09-01T00:45:01.000000", "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}]} 2018-09-01 00:45:03,500 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-83270390-48bf-4845-b4e0-386deeb8be03 2018-09-01 00:45:03,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0532560348511s 2018-09-01 00:45:03,501 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-83270390-48bf-4845-b4e0-386deeb8be03 2018-09-01 00:45:03,610 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 00:45:03,611 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:47 | PASS | +---------------------+------------------+------------------+----------------+ 2018-09-01 00:45:03,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 00:45:03,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:03,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fa9043f0-c5dc-4502-8d21-efb9e22b6caf x-compute-request-id: req-fa9043f0-c5dc-4502-8d21-efb9e22b6caf Content-Type: application/json 2018-09-01 00:45:03,787 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238 used request id req-fa9043f0-c5dc-4502-8d21-efb9e22b6caf 2018-09-01 00:45:03,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.171169042587s 2018-09-01 00:45:03,787 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238 used request id req-fa9043f0-c5dc-4502-8d21-efb9e22b6caf 2018-09-01 00:45:03,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:45:03,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:04,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d65a2fee-69e7-476b-a783-8696e646db70 x-compute-request-id: req-d65a2fee-69e7-476b-a783-8696e646db70 Content-Encoding: gzip Content-Length: 909 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b6:55", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b6:55", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:44:20.000000", "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "431a7abd-3b5b-4271-89a0-d6b9276b3011", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:44:20Z", "hostId": "cf02e62cf3048a6ac0d13e64775fcb3071e59466811ef9caa3749e06", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:44:10Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:6b:a0", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:6b:a0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c157d4c9-8ea8-4522-bc2c-538ab1450238", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:43:43.000000", "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "c157d4c9-8ea8-4522-bc2c-538ab1450238", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:45:03Z", "hostId": "eead1d294c98ed913c27c913bbac4827abefce06fde4331faddeb35f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm2_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:43:34Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:45:04,273 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d65a2fee-69e7-476b-a783-8696e646db70 2018-09-01 00:45:04,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.485238075256s 2018-09-01 00:45:04,274 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d65a2fee-69e7-476b-a783-8696e646db70 2018-09-01 00:45:04,276 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:45:06,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:45:06,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:06,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b1f76d6-bd91-46ba-a0b6-b86380efc310 x-compute-request-id: req-0b1f76d6-bd91-46ba-a0b6-b86380efc310 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b6:55", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b6:55", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:44:20.000000", "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "431a7abd-3b5b-4271-89a0-d6b9276b3011", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:44:20Z", "hostId": "cf02e62cf3048a6ac0d13e64775fcb3071e59466811ef9caa3749e06", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:44:10Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:45:06,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0b1f76d6-bd91-46ba-a0b6-b86380efc310 2018-09-01 00:45:06,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689785003662s 2018-09-01 00:45:06,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0b1f76d6-bd91-46ba-a0b6-b86380efc310 2018-09-01 00:45:06,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 00:45:06,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/89466c07-19e8-4e19-b5ff-942eb6c97f0e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:07,891 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e95a39ec-bfd9-4e9d-8957-c194b2543592 Content-Length: 0 Date: Sat, 01 Sep 2018 00:45:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:45:07,891 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/89466c07-19e8-4e19-b5ff-942eb6c97f0e.json used request id req-e95a39ec-bfd9-4e9d-8957-c194b2543592 2018-09-01 00:45:07,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.917248010635s 2018-09-01 00:45:07,891 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/89466c07-19e8-4e19-b5ff-942eb6c97f0e.json used request id req-e95a39ec-bfd9-4e9d-8957-c194b2543592 2018-09-01 00:45:07,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:45:07,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:08,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-959aca5e-a24d-45dc-831d-0003e1112693 Date: Sat, 01 Sep 2018 00:45:08 GMT RESP BODY: {"floatingips": [{"router_id": "705eee11-7b8f-4445-8812-600ef4002ee2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T00:44:24Z", "floating_network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "36329140-a0d0-44b4-a2c9-26b1a20bf507", "id": "60fe57d8-aec3-479d-a821-c56f7881a543", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:44:24Z", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}]} 2018-09-01 00:45:08,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-959aca5e-a24d-45dc-831d-0003e1112693 2018-09-01 00:45:08,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.242461919785s 2018-09-01 00:45:08,141 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-959aca5e-a24d-45dc-831d-0003e1112693 2018-09-01 00:45:08,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:45:08,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:09,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:08 GMT Server: Apache x-compute-request-id: req-a983e7ae-6da6-4857-bd29-04506fb692ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a983e7ae-6da6-4857-bd29-04506fb692ca Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "updated_at": "2018-09-01T00:45:01.000000", "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}]} 2018-09-01 00:45:09,156 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-a983e7ae-6da6-4857-bd29-04506fb692ca 2018-09-01 00:45:09,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01138401031s 2018-09-01 00:45:09,156 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-a983e7ae-6da6-4857-bd29-04506fb692ca 2018-09-01 00:45:09,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-09-01 00:45:09,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:09,275 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:45:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c5408640-59c5-4cd4-9277-e638c739700f 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 00:45:09,275 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f used request id req-c5408640-59c5-4cd4-9277-e638c739700f 2018-09-01 00:45:09,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.116926193237s 2018-09-01 00:45:09,275 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f used request id req-c5408640-59c5-4cd4-9277-e638c739700f 2018-09-01 00:45:09,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:45:09,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:09,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:09 GMT Server: Apache x-compute-request-id: req-5ea9cb79-9f05-438c-be6e-e1abf1389399 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5ea9cb79-9f05-438c-be6e-e1abf1389399 Content-Encoding: gzip Content-Length: 456 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "3aea9a8af8234592967f263c6201a58d", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "self"}, {"href": "http://172.30.9.23:8776/c66f471c0ff9470d859fd2cc9469ff57/volumes/e0f2d585-251f-4908-8826-8809e071179f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T00:44:02.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "updated_at": "2018-09-01T00:45:09.000000", "volume_type": null, "name": "cinder_test-volume_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e0f2d585-251f-4908-8826-8809e071179f", "size": 2}]} 2018-09-01 00:45:09,327 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-5ea9cb79-9f05-438c-be6e-e1abf1389399 2018-09-01 00:45:09,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0513081550598s 2018-09-01 00:45:09,328 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-5ea9cb79-9f05-438c-be6e-e1abf1389399 2018-09-01 00:45:09,329 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:45:11,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 00:45:11,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:11,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:11 GMT Server: Apache x-compute-request-id: req-05876bcc-dbf9-4fbf-8959-b6fcfd960f79 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-05876bcc-dbf9-4fbf-8959-b6fcfd960f79 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-01 00:45:11,375 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-05876bcc-dbf9-4fbf-8959-b6fcfd960f79 2018-09-01 00:45:11,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0437171459198s 2018-09-01 00:45:11,376 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/c66f471c0ff9470d859fd2cc9469ff57/volumes/detail used request id req-05876bcc-dbf9-4fbf-8959-b6fcfd960f79 2018-09-01 00:45:11,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 00:45:11,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/60fe57d8-aec3-479d-a821-c56f7881a543.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:12,399 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4ee8b30-8f11-423f-8a2e-0bbd39cd5cdc Content-Length: 0 Date: Sat, 01 Sep 2018 00:45:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:45:12,400 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/60fe57d8-aec3-479d-a821-c56f7881a543.json used request id req-b4ee8b30-8f11-423f-8a2e-0bbd39cd5cdc 2018-09-01 00:45:12,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.0208029747s 2018-09-01 00:45:12,400 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/60fe57d8-aec3-479d-a821-c56f7881a543.json used request id req-b4ee8b30-8f11-423f-8a2e-0bbd39cd5cdc 2018-09-01 00:45:12,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 00:45:12,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:12,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9e23f4f5-b741-40e7-a91d-0c4bb29f4d48 Date: Sat, 01 Sep 2018 00:45:12 GMT RESP BODY: {"floatingips": []} 2018-09-01 00:45:12,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-9e23f4f5-b741-40e7-a91d-0c4bb29f4d48 2018-09-01 00:45:12,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0603959560394s 2018-09-01 00:45:12,466 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-9e23f4f5-b741-40e7-a91d-0c4bb29f4d48 2018-09-01 00:45:12,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 00:45:12,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:12,811 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:45: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-0d9ee72a-05fc-44df-ab69-695ea0404d1d x-compute-request-id: req-0d9ee72a-05fc-44df-ab69-695ea0404d1d Content-Type: application/json 2018-09-01 00:45:12,811 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011 used request id req-0d9ee72a-05fc-44df-ab69-695ea0404d1d 2018-09-01 00:45:12,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.343780040741s 2018-09-01 00:45:12,811 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011 used request id req-0d9ee72a-05fc-44df-ab69-695ea0404d1d 2018-09-01 00:45:12,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:45:12,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:13,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45: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-333ac8a2-6264-44d4-984e-2500f08af339 x-compute-request-id: req-333ac8a2-6264-44d4-984e-2500f08af339 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b6:55", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b6:55", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/431a7abd-3b5b-4271-89a0-d6b9276b3011", "rel": "bookmark"}], "image": {"id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "links": [{"href": "http://172.30.9.23:8774/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T00:44:20.000000", "flavor": {"id": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "links": [{"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "bookmark"}]}, "id": "431a7abd-3b5b-4271-89a0-d6b9276b3011", "security_groups": [{"name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}], "user_id": "3aea9a8af8234592967f263c6201a58d", "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-01T00:45:12Z", "hostId": "cf02e62cf3048a6ac0d13e64775fcb3071e59466811ef9caa3749e06", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "name": "cinder_test-vm_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "created": "2018-09-01T00:44:10Z", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 00:45:13,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-333ac8a2-6264-44d4-984e-2500f08af339 2018-09-01 00:45:13,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611152887344s 2018-09-01 00:45:13,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-333ac8a2-6264-44d4-984e-2500f08af339 2018-09-01 00:45:13,425 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 00:45:15,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 00:45:15,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:15,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-93766517-a9ec-4b21-8038-15e6c0bf1c28 x-compute-request-id: req-93766517-a9ec-4b21-8038-15e6c0bf1c28 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 00:45:15,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-93766517-a9ec-4b21-8038-15e6c0bf1c28 2018-09-01 00:45:15,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.139799833298s 2018-09-01 00:45:15,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-93766517-a9ec-4b21-8038-15e6c0bf1c28 2018-09-01 00:45:15,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 00:45:15,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:15,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-e81434f2-4517-4dbe-9975-976735c30951 Date: Sat, 01 Sep 2018 00:45:15 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:26Z", "updated_at": "2018-09-01T00:43:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:27Z", "revision_number": 0, "id": "807fe013-db97-45b0-8221-9dffa855963e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:27Z", "security_group_id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv6", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T00:43:27Z", "revision_number": 0, "id": "bb144037-e5ff-4aa2-bfa9-d45e89ed5805", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:27Z", "security_group_id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:28Z", "revision_number": 0, "id": "dba29ed3-7b31-4231-abd3-e64f1651320e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:28Z", "security_group_id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv4", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:26Z", "revision_number": 0, "id": "f2981080-0388-4079-94d7-0656c841c024", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:26Z", "security_group_id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv4", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}], "revision_number": 3, "project_id": "c66f471c0ff9470d859fd2cc9469ff57", "id": "0c263d08-7670-4c0b-b469-e158c002dc1e", "name": "cinder_test-sg_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}, {"description": "Default security group", "tags": [], "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:17Z", "updated_at": "2018-09-01T00:43:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:17Z", "revision_number": 0, "id": "435aa573-d0a0-4d78-8dd3-6cd88d1b487f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:17Z", "security_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv4", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:17Z", "revision_number": 0, "id": "989fe503-8f15-4a7f-bb96-3ab03d9a91da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:17Z", "security_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv6", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:17Z", "revision_number": 0, "id": "d47ec696-c734-4c40-b915-9bf4a1e19088", "remote_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:17Z", "security_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv6", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T00:43:17Z", "revision_number": 0, "id": "dae4cc0c-dcb4-4f8b-a4a7-91c419ec9764", "remote_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "remote_ip_prefix": null, "created_at": "2018-09-01T00:43:17Z", "security_group_id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "port_range_min": null, "ethertype": "IPv4", "project_id": "c66f471c0ff9470d859fd2cc9469ff57"}], "revision_number": 1, "project_id": "c66f471c0ff9470d859fd2cc9469ff57", "id": "4d551a2a-4687-4b2a-86db-1b9d2493fc6c", "name": "default"}]} 2018-09-01 00:45:15,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-e81434f2-4517-4dbe-9975-976735c30951 2018-09-01 00:45:15,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.303112983704s 2018-09-01 00:45:15,874 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-e81434f2-4517-4dbe-9975-976735c30951 2018-09-01 00:45:15,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 00:45:15,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/0c263d08-7670-4c0b-b469-e158c002dc1e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:16,072 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4ad08c30-058c-4bd7-ac79-43c5fd77fbfc Content-Length: 0 Date: Sat, 01 Sep 2018 00:45:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:45:16,072 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/0c263d08-7670-4c0b-b469-e158c002dc1e.json used request id req-4ad08c30-058c-4bd7-ac79-43c5fd77fbfc 2018-09-01 00:45:16,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.194162845612s 2018-09-01 00:45:16,072 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/0c263d08-7670-4c0b-b469-e158c002dc1e.json used request id req-4ad08c30-058c-4bd7-ac79-43c5fd77fbfc 2018-09-01 00:45:16,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 00:45:16,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:16,166 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:45: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-f10164c0-33b6-4d8a-966a-a62666d93e17 x-compute-request-id: req-f10164c0-33b6-4d8a-966a-a62666d93e17 Content-Length: 0 Content-Type: application/json 2018-09-01 00:45:16,166 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 used request id req-f10164c0-33b6-4d8a-966a-a62666d93e17 2018-09-01 00:45:16,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0930888652802s 2018-09-01 00:45:16,166 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2 used request id req-f10164c0-33b6-4d8a-966a-a62666d93e17 2018-09-01 00:45:16,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 00:45:16,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/705eee11-7b8f-4445-8812-600ef4002ee2/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}b5bc229802476a17a5da2ec68fd8ff29b168473c" -d '{"subnet_id": "bb9c27ea-bfbf-45b8-a0f6-000d252b66c4"}' 2018-09-01 00:45:17,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-88be2306-191f-4d03-8d84-372f678c50ce Date: Sat, 01 Sep 2018 00:45:17 GMT RESP BODY: {"network_id": "5177309d-b7eb-492c-bcd0-2a05ab2f6e5a", "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "subnet_id": "bb9c27ea-bfbf-45b8-a0f6-000d252b66c4", "subnet_ids": ["bb9c27ea-bfbf-45b8-a0f6-000d252b66c4"], "port_id": "07ce687e-50ff-4552-bffe-c75046c5c0c4", "id": "705eee11-7b8f-4445-8812-600ef4002ee2"} 2018-09-01 00:45:17,933 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/705eee11-7b8f-4445-8812-600ef4002ee2/remove_router_interface.json used request id req-88be2306-191f-4d03-8d84-372f678c50ce 2018-09-01 00:45:17,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.76676297188s 2018-09-01 00:45:17,934 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/705eee11-7b8f-4445-8812-600ef4002ee2/remove_router_interface.json used request id req-88be2306-191f-4d03-8d84-372f678c50ce returning object 705eee11-7b8f-4445-8812-600ef4002ee2 2018-09-01 00:45:17,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 00:45:17,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:18,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-5a421dae-d38b-46dc-87ed-1e4f812454cb Date: Sat, 01 Sep 2018 00:45:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5947624d-2604-4eb8-9ac2-b3c2573254db", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b8d15748-1221-4d39-8b04-bf36c4f12d33", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "c66f471c0ff9470d859fd2cc9469ff57", "created_at": "2018-09-01T00:43:19Z", "admin_state_up": true, "updated_at": "2018-09-01T00:45:17Z", "revision_number": 4, "routes": [], "project_id": "c66f471c0ff9470d859fd2cc9469ff57", "id": "705eee11-7b8f-4445-8812-600ef4002ee2", "name": "cinder_test-router_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}]} 2018-09-01 00:45:18,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5a421dae-d38b-46dc-87ed-1e4f812454cb 2018-09-01 00:45:18,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.136580944061s 2018-09-01 00:45:18,071 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5a421dae-d38b-46dc-87ed-1e4f812454cb 2018-09-01 00:45:18,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 00:45:18,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/705eee11-7b8f-4445-8812-600ef4002ee2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:19,685 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-62a5aba9-f0b1-418d-9ae1-9b1511258fd5 Content-Length: 0 Date: Sat, 01 Sep 2018 00:45:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:45:19,686 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/705eee11-7b8f-4445-8812-600ef4002ee2.json used request id req-62a5aba9-f0b1-418d-9ae1-9b1511258fd5 2018-09-01 00:45:19,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.61263179779s 2018-09-01 00:45:19,686 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/705eee11-7b8f-4445-8812-600ef4002ee2.json used request id req-62a5aba9-f0b1-418d-9ae1-9b1511258fd5 2018-09-01 00:45:19,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 00:45:19,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:19,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3076fd55-9adc-4721-9699-1b02802c85ff Date: Sat, 01 Sep 2018 00:45:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:43:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T00:43:19Z","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":"c66f471c0ff9470d859fd2cc9469ff57","id":"bb9c27ea-bfbf-45b8-a0f6-000d252b66c4","subnetpool_id":null,"name":"cinder_test-subnet_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}]} 2018-09-01 00:45:19,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3076fd55-9adc-4721-9699-1b02802c85ff 2018-09-01 00:45:19,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0477368831635s 2018-09-01 00:45:19,735 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3076fd55-9adc-4721-9699-1b02802c85ff 2018-09-01 00:45:19,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 00:45:19,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/bb9c27ea-bfbf-45b8-a0f6-000d252b66c4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:21,967 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56d83907-50df-4fa1-a5ad-17da2144404d Date: Sat, 01 Sep 2018 00:45:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:45:21,967 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/bb9c27ea-bfbf-45b8-a0f6-000d252b66c4.json used request id req-56d83907-50df-4fa1-a5ad-17da2144404d 2018-09-01 00:45:21,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.23140311241s 2018-09-01 00:45:21,968 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/bb9c27ea-bfbf-45b8-a0f6-000d252b66c4.json used request id req-56d83907-50df-4fa1-a5ad-17da2144404d 2018-09-01 00:45:21,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 00:45:21,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:22,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-4311d2d9-cf7c-4de2-933d-cee592932fdc Date: Sat, 01 Sep 2018 00:45: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":[],"updated_at":"2018-09-01T00:45:21Z","tenant_id":"c66f471c0ff9470d859fd2cc9469ff57","created_at":"2018-09-01T00:43:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c66f471c0ff9470d859fd2cc9469ff57","id":"5177309d-b7eb-492c-bcd0-2a05ab2f6e5a","name":"cinder_test-net_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b8d15748-1221-4d39-8b04-bf36c4f12d33"],"updated_at":"2018-09-01T00:33:26Z","tenant_id":"124aad9de364486f8e974ab17ceaff0b","created_at":"2018-09-01T00:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"124aad9de364486f8e974ab17ceaff0b","id":"5947624d-2604-4eb8-9ac2-b3c2573254db","name":"external"}]} 2018-09-01 00:45:22,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4311d2d9-cf7c-4de2-933d-cee592932fdc 2018-09-01 00:45:22,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0901050567627s 2018-09-01 00:45:22,059 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4311d2d9-cf7c-4de2-933d-cee592932fdc 2018-09-01 00:45:22,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 00:45:22,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/5177309d-b7eb-492c-bcd0-2a05ab2f6e5a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:23,352 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-53b3988d-ab11-40cf-b691-c7a89f75e110 Date: Sat, 01 Sep 2018 00:45:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 00:45:23,352 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/5177309d-b7eb-492c-bcd0-2a05ab2f6e5a.json used request id req-53b3988d-ab11-40cf-b691-c7a89f75e110 2018-09-01 00:45:23,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.29217481613s 2018-09-01 00:45:23,353 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/5177309d-b7eb-492c-bcd0-2a05ab2f6e5a.json used request id req-53b3988d-ab11-40cf-b691-c7a89f75e110 2018-09-01 00:45:23,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 00:45:23,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:23,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-e8d89ba1-c2d3-43e0-852f-462b57146364 Date: Sat, 01 Sep 2018 00:45:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T00:43:25Z", "file": "/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/file", "owner": "c66f471c0ff9470d859fd2cc9469ff57", "id": "6d67d834-efce-4890-bb72-7e5e245fb0bc", "size": 12716032, "self": "/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5dc38c34-9ce9-4fbe-a29e-ca13c0ebf3f8/images/6d67d834-efce-4890-bb72-7e5e245fb0bc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T00:43:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 00:45:23,691 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e8d89ba1-c2d3-43e0-852f-462b57146364 2018-09-01 00:45:23,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.333828210831s 2018-09-01 00:45:23,691 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e8d89ba1-c2d3-43e0-852f-462b57146364 2018-09-01 00:45:23,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 00:45:23,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5bc229802476a17a5da2ec68fd8ff29b168473c" 2018-09-01 00:45:24,058 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a1e5508c-d580-487b-88c7-28bc9e6ad9e5 Date: Sat, 01 Sep 2018 00:45:24 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 00:45:24,058 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc used request id req-a1e5508c-d580-487b-88c7-28bc9e6ad9e5 2018-09-01 00:45:24,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.364543914795s 2018-09-01 00:45:24,058 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6d67d834-efce-4890-bb72-7e5e245fb0bc used request id req-a1e5508c-d580-487b-88c7-28bc9e6ad9e5 2018-09-01 00:45:24,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 00:45:24,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:45:24,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45: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-7405a18a-833d-43b9-8959-223bcd51d917 x-compute-request-id: req-7405a18a-833d-43b9-8959-223bcd51d917 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98", "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": "45a9d8a0-9f4f-4da5-bdeb-c63797586a98"}]} 2018-09-01 00:45:24,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7405a18a-833d-43b9-8959-223bcd51d917 2018-09-01 00:45:24,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0266139507294s 2018-09-01 00:45:24,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7405a18a-833d-43b9-8959-223bcd51d917 2018-09-01 00:45:24,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 00:45:24,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:45:24,116 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 00:45: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-4553f2be-af2d-4a89-8ebd-f112b3c8f141 x-compute-request-id: req-4553f2be-af2d-4a89-8ebd-f112b3c8f141 Content-Length: 0 Content-Type: application/json 2018-09-01 00:45:24,116 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98 used request id req-4553f2be-af2d-4a89-8ebd-f112b3c8f141 2018-09-01 00:45:24,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0290019512177s 2018-09-01 00:45:24,116 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/45a9d8a0-9f4f-4da5-bdeb-c63797586a98 used request id req-4553f2be-af2d-4a89-8ebd-f112b3c8f141 2018-09-01 00:45:24,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:45:24,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:45:24,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a169e68-9103-4147-bd9e-d9d2a815702d Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/09616bbc3d7d47f7bf356facf9604904"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09616bbc3d7d47f7bf356facf9604904", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/1b7d7499248f4b1ab3e2c3eafd6884e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b7d7499248f4b1ab3e2c3eafd6884e3", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/39f008d4ed9b46e88df6661386fb834c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39f008d4ed9b46e88df6661386fb834c", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder_test-user_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "links": {"self": "http://172.30.9.23:5000/v3/users/3aea9a8af8234592967f263c6201a58d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3aea9a8af8234592967f263c6201a58d", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/4f1efd27b815414c80bafafd80b0a731"}, "domain_id": "e9f4e5d3e25e437fbbc5bdfc422dbea3", "enabled": true, "options": {}, "id": "4f1efd27b815414c80bafafd80b0a731", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/5755fbc5e3f149d286b38eab1592f2cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5755fbc5e3f149d286b38eab1592f2cd", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/5a7473fb7a3d483bad8691aca2f3945e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a7473fb7a3d483bad8691aca2f3945e", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/5a775d82f5b040388bd9b234b406b8cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a775d82f5b040388bd9b234b406b8cf", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/71e10b6e83144e6480810c69dc4f4357"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e10b6e83144e6480810c69dc4f4357", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/790e0ffa6b2f4654a159933f6bb087b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "790e0ffa6b2f4654a159933f6bb087b2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/8b0b26cb19d94b42b2053081018c0256"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b0b26cb19d94b42b2053081018c0256", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/ab9e44a845b446c5ad7c6f7aa89c7b00"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ab9e44a845b446c5ad7c6f7aa89c7b00", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c1e3ed7585964a61bb487b909cdc21f1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e3ed7585964a61bb487b909cdc21f1", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/c397b2a20dde4a928a000743315a1d4d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c397b2a20dde4a928a000743315a1d4d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/c7a220b02e39464182c785f083b70399"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c7a220b02e39464182c785f083b70399", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-01 00:45:24,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8a169e68-9103-4147-bd9e-d9d2a815702d 2018-09-01 00:45:24,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21831703186s 2018-09-01 00:45:24,336 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8a169e68-9103-4147-bd9e-d9d2a815702d 2018-09-01 00:45:24,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 00:45:24,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/3aea9a8af8234592967f263c6201a58d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:45:24,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea4ed17-3de7-478d-9e66-6c06006c652e Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2", "links": {"self": "http://172.30.9.23:5000/v3/users/3aea9a8af8234592967f263c6201a58d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "3aea9a8af8234592967f263c6201a58d", "description": null}} 2018-09-01 00:45:24,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/3aea9a8af8234592967f263c6201a58d used request id req-7ea4ed17-3de7-478d-9e66-6c06006c652e 2018-09-01 00:45:24,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213131904602s 2018-09-01 00:45:24,555 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/3aea9a8af8234592967f263c6201a58d used request id req-7ea4ed17-3de7-478d-9e66-6c06006c652e 2018-09-01 00:45:24,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 00:45:24,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/3aea9a8af8234592967f263c6201a58d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:45:24,911 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:45:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca2920bd-0afd-4d4d-bfee-2c89be42cf69 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 00:45:24,911 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3aea9a8af8234592967f263c6201a58d used request id req-ca2920bd-0afd-4d4d-bfee-2c89be42cf69 2018-09-01 00:45:24,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.355230093002s 2018-09-01 00:45:24,911 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3aea9a8af8234592967f263c6201a58d used request id req-ca2920bd-0afd-4d4d-bfee-2c89be42cf69 2018-09-01 00:45:24,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 00:45:24,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:45:25,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e955bcec-abbd-4d59-b7bf-67322cde59e4 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/124aad9de364486f8e974ab17ceaff0b"}, "tags": [], "enabled": true, "id": "124aad9de364486f8e974ab17ceaff0b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/82385a1db3524c2f9b0afe851a76008c"}, "tags": [], "enabled": true, "id": "82385a1db3524c2f9b0afe851a76008c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.23:5000/v3/projects/c66f471c0ff9470d859fd2cc9469ff57"}, "tags": [], "enabled": true, "id": "c66f471c0ff9470d859fd2cc9469ff57", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_a2d835b0-08c6-47f0-9ea5-3a6ddaf163d2"}]} 2018-09-01 00:45:25,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-e955bcec-abbd-4d59-b7bf-67322cde59e4 2018-09-01 00:45:25,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.214632034302s 2018-09-01 00:45:25,133 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-e955bcec-abbd-4d59-b7bf-67322cde59e4 2018-09-01 00:45:25,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 00:45:25,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/c66f471c0ff9470d859fd2cc9469ff57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e710067a2cefee5070c896e038fed7f2fe878261" 2018-09-01 00:45:25,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 00:45:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe55b17a-4c2f-4ab3-a3e3-7a61514eaf6f 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 00:45:25,445 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c66f471c0ff9470d859fd2cc9469ff57 used request id req-fe55b17a-4c2f-4ab3-a3e3-7a61514eaf6f 2018-09-01 00:45:25,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.308110952377s 2018-09-01 00:45:25,446 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c66f471c0ff9470d859fd2cc9469ff57 used request id req-fe55b17a-4c2f-4ab3-a3e3-7a61514eaf6f 2018-09-01 00:45:25,501 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-09-01 00:45:25,637 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-09-01 00:45:25,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 00:45:25,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 00:45:25,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 00:45:25,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 00:45:25,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 00:45:25,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:45:25,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54867261-424d-4bad-b849-1c5e27ce05d5 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-09-01 00:45:25,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-54867261-424d-4bad-b849-1c5e27ce05d5 2018-09-01 00:45:25,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-01 00:45:26,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04fa0466cabf412bae8b52a52856f734", "name": "admin"}, {"id": "79d9c5123beb4833a200bf73c3bc89f3", "name": "reader"}, {"id": "1f2bde3e8e224213861d11fb61c4b749", "name": "member"}], "expires_at": "2018-09-01T01:45:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82385a1db3524c2f9b0afe851a76008c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f02e840646b74c47be1d0e7e778a2d02"}], "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b25c22f0eff04c69b937ece3231533a8"}], "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "728e7c826d4f4994865455c2483bb16c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8971c0da2cb442d1826b144d942dfd71"}], "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abe284f2210482da904176ce9f993a1"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c76d8719e6d3491daaeba7bd9f845d12"}], "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3bd0c69efde74032866f582f595d2a93"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e749ba03068445448b0d285cc302e034"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}], "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"url": "http://172.30.9.23:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29dd59f65d73492096035e9aae11e475"}, {"url": "http://192.30.9.3:8776/v3/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e890b12b0e7049a59298a847d9e9eb6c"}], "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"url": "http://192.30.9.3:8776/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad6dd19976c402a93a57d5df064c0d2"}], "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"url": "http://12.0.0.33:8080/v1/AUTH_82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57d9beb643c4486585f95a34b974b066"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "57e68f17a7704dffb820be62697534a9"}], "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}], "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"url": "http://172.30.9.23:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6288dca6086f463fb43b755fea789af1"}, {"url": "http://192.30.9.3:8776/v2/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67c8c7e641ec460e84e11abea9038fe3"}], "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "057905ec641c4c62a822b62a53defcef"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d38916ef64041bf8daf3012f7ce167d"}], "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"url": "http://172.30.9.23:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"url": "http://192.30.9.3:8004/v1/82385a1db3524c2f9b0afe851a76008c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba2612b918704a8d94069a149e93f4a8"}], "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "764f20cd77b54c1a8a3abc39d0c12330"}], "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c1e3ed7585964a61bb487b909cdc21f1"}, "audit_ids": ["JmUGdzH1Qki9Yp71GqgeMA"], "issued_at": "2018-09-01T00:45:26.000000Z"}} 2018-09-01 00:45:26,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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 00:45:26,055 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 00:45:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14c90d3e-be93-40e2-bdf0-5a38db891d0b 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.23:5000/v3/", "rel": "self"}]}]}} 2018-09-01 00:45:26,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-14c90d3e-be93-40e2-bdf0-5a38db891d0b 2018-09-01 00:45:26,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-01 00:45:26,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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 00:45:26,068 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 00:45:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d60f4a05-f629-46ce-8c3c-bceaa11e3966 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-09-01 00:45:26,068 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-d60f4a05-f629-46ce-8c3c-bceaa11e3966 2018-09-01 00:45:26,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}2671ed0fa28bd57ca9abc4f955eac828c58e5219" 2018-09-01 00:45:26,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b37fb370-a269-4640-bdac-63810e227991 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0e65ca44fae8471aa94b9d30b24048a9"}, "enabled": true, "type": "network", "id": "0e65ca44fae8471aa94b9d30b24048a9", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1fa000d01834465ab759d841d625a525"}, "enabled": true, "type": "image", "id": "1fa000d01834465ab759d841d625a525", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/38453999187f4aed812c333ddad27e0b"}, "enabled": true, "type": "compute", "id": "38453999187f4aed812c333ddad27e0b", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3aa399081b634f46818db536c3837b5e"}, "enabled": true, "type": "alarming", "id": "3aa399081b634f46818db536c3837b5e", "name": "aodh"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3d7cc6df53474e3683f112a730b7f341"}, "enabled": true, "type": "metric", "id": "3d7cc6df53474e3683f112a730b7f341", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6ea0f09a42dc4d008661ca9c111fdd4a"}, "enabled": true, "type": "cloudformation", "id": "6ea0f09a42dc4d008661ca9c111fdd4a", "name": "heat-cfn"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/71b03113d0c443798a95f3da1829ad0c"}, "enabled": true, "type": "metering", "id": "71b03113d0c443798a95f3da1829ad0c", "name": "ceilometer"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/7f2f4e50b3184d5cacb7c5ca5e86c03e"}, "enabled": true, "type": "volumev3", "id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/90d648956cf2423db6a90d3f91833f84"}, "enabled": true, "type": "volume", "id": "90d648956cf2423db6a90d3f91833f84", "name": "cinder"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a6d9793753bd4d8bbd7b85e418bef5aa"}, "enabled": true, "type": "object-store", "id": "a6d9793753bd4d8bbd7b85e418bef5aa", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b1a652c83d314e5e8dfeacfb39310c6e"}, "enabled": true, "type": "identity", "id": "b1a652c83d314e5e8dfeacfb39310c6e", "name": "keystone"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/b932ee52873445edbda7bb4794ea6f45"}, "enabled": true, "type": "volumev2", "id": "b932ee52873445edbda7bb4794ea6f45", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c16847a17dca4179ada1156cee592c5d"}, "enabled": true, "type": "event", "id": "c16847a17dca4179ada1156cee592c5d", "name": "panko"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f9d4ee940e0946408d8782fe5dac10fb"}, "enabled": true, "type": "orchestration", "id": "f9d4ee940e0946408d8782fe5dac10fb", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/fcc308bddead4d608998b63c1c696a09"}, "enabled": true, "type": "placement", "id": "fcc308bddead4d608998b63c1c696a09", "name": "placement"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-09-01 00:45:26,262 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-b37fb370-a269-4640-bdac-63810e227991 2018-09-01 00:45:26,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.203076124191s 2018-09-01 00:45:26,262 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-b37fb370-a269-4640-bdac-63810e227991 2018-09-01 00:45:26,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-01 00:45:26,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2671ed0fa28bd57ca9abc4f955eac828c58e5219" 2018-09-01 00:45:26,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 00:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f53225f-515f-4dc3-b004-2bedd7935b05 Content-Encoding: gzip Content-Length: 1960 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/057905ec641c4c62a822b62a53defcef"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c16847a17dca4179ada1156cee592c5d", "id": "057905ec641c4c62a822b62a53defcef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/08f12b7bd3df4f6d84f4c0366c909d05"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fcc308bddead4d608998b63c1c696a09", "id": "08f12b7bd3df4f6d84f4c0366c909d05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1b34b131529d4c708acc79cb0a31bcbb"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "id": "1b34b131529d4c708acc79cb0a31bcbb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1b664e08189d4715ba056bbf12adeed6"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c16847a17dca4179ada1156cee592c5d", "id": "1b664e08189d4715ba056bbf12adeed6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1b7573b5a9f7466085e5227a5989ca9b"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3aa399081b634f46818db536c3837b5e", "id": "1b7573b5a9f7466085e5227a5989ca9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/21cf06ab7c5d4d19b3625edefb5aaa7b"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6d9793753bd4d8bbd7b85e418bef5aa", "id": "21cf06ab7c5d4d19b3625edefb5aaa7b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/24bbd2c52da64447afd58db6f9b63a4b"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "90d648956cf2423db6a90d3f91833f84", "id": "24bbd2c52da64447afd58db6f9b63a4b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/29dd59f65d73492096035e9aae11e475"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "id": "29dd59f65d73492096035e9aae11e475"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2abe284f2210482da904176ce9f993a1"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3aa399081b634f46818db536c3837b5e", "id": "2abe284f2210482da904176ce9f993a1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2e1fdc3557844e5b9f410070937d54da"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f9d4ee940e0946408d8782fe5dac10fb", "id": "2e1fdc3557844e5b9f410070937d54da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2e80eb3e95b94f6d8c77e8adaf20e02b"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "38453999187f4aed812c333ddad27e0b", "id": "2e80eb3e95b94f6d8c77e8adaf20e02b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2f0d204f78364e4795c9597f8de5e36c"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b1a652c83d314e5e8dfeacfb39310c6e", "id": "2f0d204f78364e4795c9597f8de5e36c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/32edad736a174ae59cfb5adb83d43a7b"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b932ee52873445edbda7bb4794ea6f45", "id": "32edad736a174ae59cfb5adb83d43a7b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3bd0c69efde74032866f582f595d2a93"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3d7cc6df53474e3683f112a730b7f341", "id": "3bd0c69efde74032866f582f595d2a93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4134bcbc5d0843d8b446bd687f9406af"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1fa000d01834465ab759d841d625a525", "id": "4134bcbc5d0843d8b446bd687f9406af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4b3d922f8cd847fc97795e2b76ef65e0"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1fa000d01834465ab759d841d625a525", "id": "4b3d922f8cd847fc97795e2b76ef65e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4b5901014df849c7ab53fa0c304d476b"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b1a652c83d314e5e8dfeacfb39310c6e", "id": "4b5901014df849c7ab53fa0c304d476b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/57d9beb643c4486585f95a34b974b066"}, "url": "http://12.0.0.33:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6d9793753bd4d8bbd7b85e418bef5aa", "id": "57d9beb643c4486585f95a34b974b066"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/57e68f17a7704dffb820be62697534a9"}, "url": "http://12.0.0.33:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6d9793753bd4d8bbd7b85e418bef5aa", "id": "57e68f17a7704dffb820be62697534a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6288dca6086f463fb43b755fea789af1"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b932ee52873445edbda7bb4794ea6f45", "id": "6288dca6086f463fb43b755fea789af1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/66283bdff9554dbfa01a17dbdfd8174c"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fcc308bddead4d608998b63c1c696a09", "id": "66283bdff9554dbfa01a17dbdfd8174c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/67c8c7e641ec460e84e11abea9038fe3"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b932ee52873445edbda7bb4794ea6f45", "id": "67c8c7e641ec460e84e11abea9038fe3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6d38916ef64041bf8daf3012f7ce167d"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c16847a17dca4179ada1156cee592c5d", "id": "6d38916ef64041bf8daf3012f7ce167d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/728e7c826d4f4994865455c2483bb16c"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "38453999187f4aed812c333ddad27e0b", "id": "728e7c826d4f4994865455c2483bb16c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/764f20cd77b54c1a8a3abc39d0c12330"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fcc308bddead4d608998b63c1c696a09", "id": "764f20cd77b54c1a8a3abc39d0c12330"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7a63f7a479ca4c4db7434ec2f16734a7"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6ea0f09a42dc4d008661ca9c111fdd4a", "id": "7a63f7a479ca4c4db7434ec2f16734a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7e4e06756a3f474d8a6322590267bd84"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "90d648956cf2423db6a90d3f91833f84", "id": "7e4e06756a3f474d8a6322590267bd84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8971c0da2cb442d1826b144d942dfd71"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "38453999187f4aed812c333ddad27e0b", "id": "8971c0da2cb442d1826b144d942dfd71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8ad6dd19976c402a93a57d5df064c0d2"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "90d648956cf2423db6a90d3f91833f84", "id": "8ad6dd19976c402a93a57d5df064c0d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8b20f2c29d9f4220a50bb12287b339c9"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0e65ca44fae8471aa94b9d30b24048a9", "id": "8b20f2c29d9f4220a50bb12287b339c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/93e01c6b9a424511a20aac097e2b415f"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6ea0f09a42dc4d008661ca9c111fdd4a", "id": "93e01c6b9a424511a20aac097e2b415f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a7db5b4fec474c0e89eece31e31e5c51"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f9d4ee940e0946408d8782fe5dac10fb", "id": "a7db5b4fec474c0e89eece31e31e5c51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b25c22f0eff04c69b937ece3231533a8"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1fa000d01834465ab759d841d625a525", "id": "b25c22f0eff04c69b937ece3231533a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b8fd1b9150ca4d458a4be5f29417fc30"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b1a652c83d314e5e8dfeacfb39310c6e", "id": "b8fd1b9150ca4d458a4be5f29417fc30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ba2612b918704a8d94069a149e93f4a8"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f9d4ee940e0946408d8782fe5dac10fb", "id": "ba2612b918704a8d94069a149e93f4a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c76d8719e6d3491daaeba7bd9f845d12"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3aa399081b634f46818db536c3837b5e", "id": "c76d8719e6d3491daaeba7bd9f845d12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d3069f20c71246f68cd14ced338e89bb"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0e65ca44fae8471aa94b9d30b24048a9", "id": "d3069f20c71246f68cd14ced338e89bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e749ba03068445448b0d285cc302e034"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3d7cc6df53474e3683f112a730b7f341", "id": "e749ba03068445448b0d285cc302e034"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e890b12b0e7049a59298a847d9e9eb6c"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7f2f4e50b3184d5cacb7c5ca5e86c03e", "id": "e890b12b0e7049a59298a847d9e9eb6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e8fac3788a9d49afbf4ad5f42627b59d"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6ea0f09a42dc4d008661ca9c111fdd4a", "id": "e8fac3788a9d49afbf4ad5f42627b59d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f02e840646b74c47be1d0e7e778a2d02"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0e65ca44fae8471aa94b9d30b24048a9", "id": "f02e840646b74c47be1d0e7e778a2d02"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f10c5f40d8f8480280dc075c3f03834c"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3d7cc6df53474e3683f112a730b7f341", "id": "f10c5f40d8f8480280dc075c3f03834c"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-01 00:45:26,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-8f53225f-515f-4dc3-b004-2bedd7935b05 2018-09-01 00:45:26,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.200680017471s 2018-09-01 00:45:26,472 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-8f53225f-515f-4dc3-b004-2bedd7935b05 2018-09-01 00:54:14,065 - 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.3', 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.3', 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.3', 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.3', 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.3', 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.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/98097894-5efe-4151-9c89-432cd346601c (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.3', 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.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/b0e7175e-8933-414a-b6c7-d0e6f8d58e55 (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.3', 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.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/b27663be-7d8d-43e8-86a4-549954748e73 (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.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/b27663be-7d8d-43e8-86a4-549954748e73 (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.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/b27663be-7d8d-43e8-86a4-549954748e73 (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.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/b27663be-7d8d-43e8-86a4-549954748e73 (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.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/b0e7175e-8933-414a-b6c7-d0e6f8d58e55 (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.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/b0e7175e-8933-414a-b6c7-d0e6f8d58e55 (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.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/b0e7175e-8933-414a-b6c7-d0e6f8d58e55 (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.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/98097894-5efe-4151-9c89-432cd346601c (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.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/98097894-5efe-4151-9c89-432cd346601c (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.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/98097894-5efe-4151-9c89-432cd346601c (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 00:54:14,090 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-09-01 00:54:14,219 - 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 00:54:14,342 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 00:54:14,342 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 08:47 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-01 00:54:14,347 - xtesting.ci.run_tests - ERROR - The test case 'odl' failed. 2018-09-01 00:54:14,348 - 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:10 | PASS | | vmready1 | functest | healthcheck | 00:14 | PASS | | vmready2 | functest | healthcheck | 00:14 | PASS | | singlevm1 | functest | healthcheck | 00:50 | PASS | | singlevm2 | functest | healthcheck | 00:43 | PASS | | vping_ssh | functest | healthcheck | 01:11 | PASS | | vping_userdata | functest | healthcheck | 00:43 | PASS | | cinder_test | functest | healthcheck | 01:47 | 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 00:54:14,361 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR