2018-08-24 07:17:55,900 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-238 | | 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-08-24 07:17:55,905 - 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.25,192.30.9.4 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.25:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=dYtVM4eMm9oOpvNnv6ndPlKNh 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=493fee6f873c403e9884bdf9d51cf413 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=YG2iT9u81FOsGqSWQLZrqs82m export OS_REGION_NAME=regionOne 2018-08-24 07:17:55,905 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-24 07:17:55,906 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-24 07:17:55,943 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-24 07:17:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:17:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:17:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:17:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:17:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:17:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:17:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:17:56,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:17:56,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:17:56,248 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-24 07:17:56,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-24 07:17:56,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:17:56,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa2c39eb-72f7-4065-8832-a12f62ecad37 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:17:56,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-fa2c39eb-72f7-4065-8832-a12f62ecad37 2018-08-24 07:17:56,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:17:56,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a1f48ea4d65470f94da6aee8f8075d6", "name": "admin"}, {"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:17:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "493fee6f873c403e9884bdf9d51cf413", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25e4970964144ed8e2798dfa2955cc1"}, "audit_ids": ["aBwp04ywRkGQsOzYO62ETg"], "issued_at": "2018-08-24T07:17:56.000000Z"}} 2018-08-24 07:17:56,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:17:57,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-db0ffefe-cff7-4408-a2a0-d0fd6423c0cc x-compute-request-id: req-db0ffefe-cff7-4408-a2a0-d0fd6423c0cc Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-24 07:17:57,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-aggregates used request id req-db0ffefe-cff7-4408-a2a0-d0fd6423c0cc 2018-08-24 07:17:57,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.50347089767s 2018-08-24 07:17:57,753 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-aggregates used request id req-db0ffefe-cff7-4408-a2a0-d0fd6423c0cc 2018-08-24 07:17:57,753 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-24 07:17:57,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:17:57,761 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 24 Aug 2018 07:17:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb799408-af3c-4e49-a90c-b963562319af 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.25:5000/v3/", "rel": "self"}]}]}} 2018-08-24 07:17:57,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-eb799408-af3c-4e49-a90c-b963562319af 2018-08-24 07:17:57,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 07:17:57,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:17:58,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1ca5201-6bdc-4256-ac25-e28614f400e9 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/94c6fafca7294cf988c0529d5357c147"}, "tags": [], "enabled": true, "id": "94c6fafca7294cf988c0529d5357c147", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-08-24 07:17:58,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-a1ca5201-6bdc-4256-ac25-e28614f400e9 2018-08-24 07:17:58,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.316620111465s 2018-08-24 07:17:58,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-a1ca5201-6bdc-4256-ac25-e28614f400e9 2018-08-24 07:17:58,081 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'94c6fafca7294cf988c0529d5357c147', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-24 07:17:58,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-24 07:17:58,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:17:58,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-648a1f43-8cf9-4c96-8d34-54e9df4e5d25 Content-Encoding: gzip Content-Length: 1984 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0dffd82a2b614f1880b4e5f2fdc712f2"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7f296f2a8e024333b6098c992cfa50e1", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/10a3f57ed7824c8294dbedbeb35bd4c9"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a646993a511e4291842e6b3736c2af64", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/1699b4d477644b7b8c3941bd763f7df6"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a646993a511e4291842e6b3736c2af64", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/2069ce27f008405a8401113001b2ee57"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "839edacab4cc4912893e6c020544dd07", "id": "2069ce27f008405a8401113001b2ee57"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/2115b79c4518436ca4c28c9b696103e4"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "46e3ca05971b42cba3cb3d5cf2242a2e", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3f10838f1b174a6fbb95e738ababc2f8"}, "url": "http://172.30.9.25:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7f296f2a8e024333b6098c992cfa50e1", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4117ac78d5ba47f3a9adaf81c81a3a21"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4bf8d50bb92445c4963666c17e0554f5", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/481840d0ec9e4c4ba7d8cef38fda53a1"}, "url": "http://172.30.9.25:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "39bf35061f834d06ab1f5e8de4ec0fb1", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/486170ccaf30405198e088211d61b3e4"}, "url": "http://12.0.0.29:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d095cd93db6445caca4dab412d8ad5f", "id": "486170ccaf30405198e088211d61b3e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/50d467b3a2ab4bd69f76703403dfabbf"}, "url": "http://172.30.9.25:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e65bc286d2364004a30274b72452254c", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/539b0b6e76bf48b6897b700f436f2458"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "34cb4d4f4c6449f4888b49ea084302f6", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5537a225ba764751bed141ad282d2e13"}, "url": "http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d095cd93db6445caca4dab412d8ad5f", "id": "5537a225ba764751bed141ad282d2e13"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5ad7c7cc46c64b25abe7d62bf0459c01"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e128137538d4ed2b2bb3dc54a2933f2", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5b0db517510c41a5a25c29b180eea8ed"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e209fdf6fca34d67bbcb0df619826d69", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/67d0f71b331a4ca3a2275a1531b95039"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f2c4810da89d42f2a0a6891807c9d201", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/6aecf2a1bbfa400d8d5e17cbe07e0422"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "839edacab4cc4912893e6c020544dd07", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/6ccf2d5ffe824383ad23ddb155ad3f36"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "39bf35061f834d06ab1f5e8de4ec0fb1", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/72a4b0501de24be9b88c98a8ce7ff92d"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e128137538d4ed2b2bb3dc54a2933f2", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7b2e8ac57aeb4483b00357095caee6c2"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "af18cb4a08a2459c8ed516131471b2f0", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7da657f51737470eb779769393869dd0"}, "url": "http://172.30.9.25:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4bf8d50bb92445c4963666c17e0554f5", "id": "7da657f51737470eb779769393869dd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/84b6516de550464489b8b7468e92bcd2"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cbbe5375d94d45488df71ba84f896a06", "id": "84b6516de550464489b8b7468e92bcd2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/865b3c5157dd4f11bc4bc7b402f8dab3"}, "url": "http://172.30.9.25:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e209fdf6fca34d67bbcb0df619826d69", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/86f4bc1012674625a84e7424c39ca5b8"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e209fdf6fca34d67bbcb0df619826d69", "id": "86f4bc1012674625a84e7424c39ca5b8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/8c1373f28b8541208813f1d734ead69c"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "34cb4d4f4c6449f4888b49ea084302f6", "id": "8c1373f28b8541208813f1d734ead69c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/8d7c2fd683544d7881f2ce74453bb91c"}, "url": "http://172.30.9.25:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "839edacab4cc4912893e6c020544dd07", "id": "8d7c2fd683544d7881f2ce74453bb91c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/949805b436f641cb8845577c0d909b34"}, "url": "http://172.30.9.25:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "46e3ca05971b42cba3cb3d5cf2242a2e", "id": "949805b436f641cb8845577c0d909b34"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/97018bda622b40c0b308542deedaef76"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "39bf35061f834d06ab1f5e8de4ec0fb1", "id": "97018bda622b40c0b308542deedaef76"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9cb33c23d0dd403780f583c4b9e8a95d"}, "url": "http://172.30.9.25:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cbbe5375d94d45488df71ba84f896a06", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/a33886dc4faf441599005fdf8a6a562f"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f2c4810da89d42f2a0a6891807c9d201", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/a9b1fc4ba8714776baeb82facd4b6e1c"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7f296f2a8e024333b6098c992cfa50e1", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b466120183954b72afe2837b3dfb9f35"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cbbe5375d94d45488df71ba84f896a06", "id": "b466120183954b72afe2837b3dfb9f35"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b65999bc36244add89d283000cd40c84"}, "url": "http://172.30.9.25:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e128137538d4ed2b2bb3dc54a2933f2", "id": "b65999bc36244add89d283000cd40c84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/bab286ee8907423f80403ced7d972c0e"}, "url": "http://12.0.0.29:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d095cd93db6445caca4dab412d8ad5f", "id": "bab286ee8907423f80403ced7d972c0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c5f2f33a9a684f99a41321ff254e5150"}, "url": "http://172.30.9.25:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "34cb4d4f4c6449f4888b49ea084302f6", "id": "c5f2f33a9a684f99a41321ff254e5150"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c8f6910e4cae465ba7ac8c758b796977"}, "url": "http://172.30.9.25:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "af18cb4a08a2459c8ed516131471b2f0", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cb85b2f0e4ab44e5b7c33ccde9e7cd65"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "46e3ca05971b42cba3cb3d5cf2242a2e", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/d49130fcc9a54b6e808645a74cb3781e"}, "url": "http://172.30.9.25:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a646993a511e4291842e6b3736c2af64", "id": "d49130fcc9a54b6e808645a74cb3781e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/df87f596390945438f8c21e15e902ddc"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e65bc286d2364004a30274b72452254c", "id": "df87f596390945438f8c21e15e902ddc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/dfa87767db444754ad8369425f8438d7"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4bf8d50bb92445c4963666c17e0554f5", "id": "dfa87767db444754ad8369425f8438d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/dfe075eac9784171bfced856e96209d6"}, "url": "http://172.30.9.25:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f2c4810da89d42f2a0a6891807c9d201", "id": "dfe075eac9784171bfced856e96209d6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e44de93c3ca94a66b92c1563309b8a91"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e65bc286d2364004a30274b72452254c", "id": "e44de93c3ca94a66b92c1563309b8a91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f40f1a32112444ae989d6c37b2827a94"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "af18cb4a08a2459c8ed516131471b2f0", "id": "f40f1a32112444ae989d6c37b2827a94"}], "links": {"self": "http://172.30.9.25:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-24 07:17:58,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-648a1f43-8cf9-4c96-8d34-54e9df4e5d25 2018-08-24 07:17:58,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.305016994476s 2018-08-24 07:17:58,390 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-648a1f43-8cf9-4c96-8d34-54e9df4e5d25 2018-08-24 07:17:58,397 - 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.25:5000/v3/endpoints/0dffd82a2b614f1880b4e5f2fdc712f2'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7f296f2a8e024333b6098c992cfa50e1', u'id': u'0dffd82a2b614f1880b4e5f2fdc712f2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/10a3f57ed7824c8294dbedbeb35bd4c9'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a646993a511e4291842e6b3736c2af64', u'id': u'10a3f57ed7824c8294dbedbeb35bd4c9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/1699b4d477644b7b8c3941bd763f7df6'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a646993a511e4291842e6b3736c2af64', u'id': u'1699b4d477644b7b8c3941bd763f7df6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/2069ce27f008405a8401113001b2ee57'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'839edacab4cc4912893e6c020544dd07', u'id': u'2069ce27f008405a8401113001b2ee57'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/2115b79c4518436ca4c28c9b696103e4'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'46e3ca05971b42cba3cb3d5cf2242a2e', u'id': u'2115b79c4518436ca4c28c9b696103e4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/3f10838f1b174a6fbb95e738ababc2f8'}, u'url': u'http://172.30.9.25:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7f296f2a8e024333b6098c992cfa50e1', u'id': u'3f10838f1b174a6fbb95e738ababc2f8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/4117ac78d5ba47f3a9adaf81c81a3a21'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4bf8d50bb92445c4963666c17e0554f5', u'id': u'4117ac78d5ba47f3a9adaf81c81a3a21'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/481840d0ec9e4c4ba7d8cef38fda53a1'}, u'url': u'http://172.30.9.25:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'39bf35061f834d06ab1f5e8de4ec0fb1', u'id': u'481840d0ec9e4c4ba7d8cef38fda53a1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/486170ccaf30405198e088211d61b3e4'}, u'url': u'http://12.0.0.29:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1d095cd93db6445caca4dab412d8ad5f', u'id': u'486170ccaf30405198e088211d61b3e4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/50d467b3a2ab4bd69f76703403dfabbf'}, u'url': u'http://172.30.9.25:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e65bc286d2364004a30274b72452254c', u'id': u'50d467b3a2ab4bd69f76703403dfabbf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/539b0b6e76bf48b6897b700f436f2458'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'34cb4d4f4c6449f4888b49ea084302f6', u'id': u'539b0b6e76bf48b6897b700f436f2458'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/5537a225ba764751bed141ad282d2e13'}, u'url': u'http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1d095cd93db6445caca4dab412d8ad5f', u'id': u'5537a225ba764751bed141ad282d2e13'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/5ad7c7cc46c64b25abe7d62bf0459c01'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7e128137538d4ed2b2bb3dc54a2933f2', u'id': u'5ad7c7cc46c64b25abe7d62bf0459c01'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/5b0db517510c41a5a25c29b180eea8ed'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e209fdf6fca34d67bbcb0df619826d69', u'id': u'5b0db517510c41a5a25c29b180eea8ed'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/67d0f71b331a4ca3a2275a1531b95039'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f2c4810da89d42f2a0a6891807c9d201', u'id': u'67d0f71b331a4ca3a2275a1531b95039'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/6aecf2a1bbfa400d8d5e17cbe07e0422'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'839edacab4cc4912893e6c020544dd07', u'id': u'6aecf2a1bbfa400d8d5e17cbe07e0422'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/6ccf2d5ffe824383ad23ddb155ad3f36'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'39bf35061f834d06ab1f5e8de4ec0fb1', u'id': u'6ccf2d5ffe824383ad23ddb155ad3f36'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/72a4b0501de24be9b88c98a8ce7ff92d'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7e128137538d4ed2b2bb3dc54a2933f2', u'id': u'72a4b0501de24be9b88c98a8ce7ff92d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/7b2e8ac57aeb4483b00357095caee6c2'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'af18cb4a08a2459c8ed516131471b2f0', u'id': u'7b2e8ac57aeb4483b00357095caee6c2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/7da657f51737470eb779769393869dd0'}, u'url': u'http://172.30.9.25:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4bf8d50bb92445c4963666c17e0554f5', u'id': u'7da657f51737470eb779769393869dd0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/84b6516de550464489b8b7468e92bcd2'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cbbe5375d94d45488df71ba84f896a06', u'id': u'84b6516de550464489b8b7468e92bcd2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/865b3c5157dd4f11bc4bc7b402f8dab3'}, u'url': u'http://172.30.9.25:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e209fdf6fca34d67bbcb0df619826d69', u'id': u'865b3c5157dd4f11bc4bc7b402f8dab3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/86f4bc1012674625a84e7424c39ca5b8'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e209fdf6fca34d67bbcb0df619826d69', u'id': u'86f4bc1012674625a84e7424c39ca5b8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/8c1373f28b8541208813f1d734ead69c'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'34cb4d4f4c6449f4888b49ea084302f6', u'id': u'8c1373f28b8541208813f1d734ead69c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/8d7c2fd683544d7881f2ce74453bb91c'}, u'url': u'http://172.30.9.25:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'839edacab4cc4912893e6c020544dd07', u'id': u'8d7c2fd683544d7881f2ce74453bb91c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/949805b436f641cb8845577c0d909b34'}, u'url': u'http://172.30.9.25:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'46e3ca05971b42cba3cb3d5cf2242a2e', u'id': u'949805b436f641cb8845577c0d909b34'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/97018bda622b40c0b308542deedaef76'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'39bf35061f834d06ab1f5e8de4ec0fb1', u'id': u'97018bda622b40c0b308542deedaef76'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/9cb33c23d0dd403780f583c4b9e8a95d'}, u'url': u'http://172.30.9.25:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cbbe5375d94d45488df71ba84f896a06', u'id': u'9cb33c23d0dd403780f583c4b9e8a95d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/a33886dc4faf441599005fdf8a6a562f'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f2c4810da89d42f2a0a6891807c9d201', u'id': u'a33886dc4faf441599005fdf8a6a562f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/a9b1fc4ba8714776baeb82facd4b6e1c'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7f296f2a8e024333b6098c992cfa50e1', u'id': u'a9b1fc4ba8714776baeb82facd4b6e1c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/b466120183954b72afe2837b3dfb9f35'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cbbe5375d94d45488df71ba84f896a06', u'id': u'b466120183954b72afe2837b3dfb9f35'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/b65999bc36244add89d283000cd40c84'}, u'url': u'http://172.30.9.25:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7e128137538d4ed2b2bb3dc54a2933f2', u'id': u'b65999bc36244add89d283000cd40c84'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/bab286ee8907423f80403ced7d972c0e'}, u'url': u'http://12.0.0.29:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1d095cd93db6445caca4dab412d8ad5f', u'id': u'bab286ee8907423f80403ced7d972c0e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/c5f2f33a9a684f99a41321ff254e5150'}, u'url': u'http://172.30.9.25:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'34cb4d4f4c6449f4888b49ea084302f6', u'id': u'c5f2f33a9a684f99a41321ff254e5150'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/c8f6910e4cae465ba7ac8c758b796977'}, u'url': u'http://172.30.9.25:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'af18cb4a08a2459c8ed516131471b2f0', u'id': u'c8f6910e4cae465ba7ac8c758b796977'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/cb85b2f0e4ab44e5b7c33ccde9e7cd65'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'46e3ca05971b42cba3cb3d5cf2242a2e', u'id': u'cb85b2f0e4ab44e5b7c33ccde9e7cd65'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/d49130fcc9a54b6e808645a74cb3781e'}, u'url': u'http://172.30.9.25:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a646993a511e4291842e6b3736c2af64', u'id': u'd49130fcc9a54b6e808645a74cb3781e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/df87f596390945438f8c21e15e902ddc'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e65bc286d2364004a30274b72452254c', u'id': u'df87f596390945438f8c21e15e902ddc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/dfa87767db444754ad8369425f8438d7'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4bf8d50bb92445c4963666c17e0554f5', u'id': u'dfa87767db444754ad8369425f8438d7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/dfe075eac9784171bfced856e96209d6'}, u'url': u'http://172.30.9.25:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f2c4810da89d42f2a0a6891807c9d201', u'id': u'dfe075eac9784171bfced856e96209d6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/e44de93c3ca94a66b92c1563309b8a91'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e65bc286d2364004a30274b72452254c', u'id': u'e44de93c3ca94a66b92c1563309b8a91'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/f40f1a32112444ae989d6c37b2827a94'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'af18cb4a08a2459c8ed516131471b2f0', u'id': u'f40f1a32112444ae989d6c37b2827a94'})] 2018-08-24 07:17:58,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-24 07:17:58,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:17:58,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:17: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-bd17e49d-1a30-40f7-a33c-1266c60c36f8 x-compute-request-id: req-bd17e49d-1a30-40f7-a33c-1266c60c36f8 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-08-24 07:17:58,516 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/extensions used request id req-bd17e49d-1a30-40f7-a33c-1266c60c36f8 2018-08-24 07:17:58,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.117192983627s 2018-08-24 07:17:58,517 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/extensions used request id req-bd17e49d-1a30-40f7-a33c-1266c60c36f8 2018-08-24 07:17:58,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-24 07:17:58,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:18:00,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:17: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-b6106f3f-f5a8-4ad3-8142-087fb9f9c463 x-compute-request-id: req-b6106f3f-f5a8-4ad3-8142-087fb9f9c463 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-24 07:18:00,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-floating-ip-pools used request id req-b6106f3f-f5a8-4ad3-8142-087fb9f9c463 2018-08-24 07:18:00,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.67339420319s 2018-08-24 07:18:00,206 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-floating-ip-pools used request id req-b6106f3f-f5a8-4ad3-8142-087fb9f9c463 2018-08-24 07:18:00,207 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-24 07:18:00,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-24 07:18:00,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:18:01,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-afa54eb5-afbb-4d69-907c-2552decac4f3 Date: Fri, 24 Aug 2018 07:18:01 GMT RESP BODY: {"floatingips": []} 2018-08-24 07:18:01,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-afa54eb5-afbb-4d69-907c-2552decac4f3 2018-08-24 07:18:01,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.125633955s 2018-08-24 07:18:01,337 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-afa54eb5-afbb-4d69-907c-2552decac4f3 2018-08-24 07:18:01,337 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-24 07:18:01,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-24 07:18:01,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:18:01,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18: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-cc8d2882-a058-4741-a707-412848f49eea x-compute-request-id: req-cc8d2882-a058-4741-a707-412848f49eea Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 230}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 233}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-24 07:18:01,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-cc8d2882-a058-4741-a707-412848f49eea 2018-08-24 07:18:01,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.173168897629s 2018-08-24 07:18:01,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-cc8d2882-a058-4741-a707-412848f49eea 2018-08-24 07:18:01,512 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 230}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.8', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 233}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-24 07:18:01,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-24 07:18:01,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:18:01,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e242d5e5-77ab-4498-a5b8-fbb3b47502b1 x-compute-request-id: req-e242d5e5-77ab-4498-a5b8-fbb3b47502b1 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-24 07:18:01,639 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-e242d5e5-77ab-4498-a5b8-fbb3b47502b1 2018-08-24 07:18:01,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.12642788887s 2018-08-24 07:18:01,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-e242d5e5-77ab-4498-a5b8-fbb3b47502b1 2018-08-24 07:18:01,640 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-24 07:18:01,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:18:01,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:18:03,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-08ffe702-9a0d-4583-8267-8ccd1a256901 Date: Fri, 24 Aug 2018 07:18:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"}]} 2018-08-24 07:18:03,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-08ffe702-9a0d-4583-8267-8ccd1a256901 2018-08-24 07:18:03,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.37409090996s 2018-08-24 07:18:03,015 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-08ffe702-9a0d-4583-8267-8ccd1a256901 2018-08-24 07:18:03,015 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'34d0d019-cdc4-4539-b3ce-9c3b1fff8757'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-24T07:14:56Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a', 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'bd5da89061c541f69dcf67747600a6b1', u'created_at': u'2018-08-24T07:14:49Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bd5da89061c541f69dcf67747600a6b1'})] 2018-08-24 07:18:03,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-24 07:18:03,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:18:04,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-849410a0-7187-491f-9560-850f5f2d0db7 Date: Fri, 24 Aug 2018 07:18:04 GMT RESP BODY: {"ports":[]} 2018-08-24 07:18:04,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json used request id req-849410a0-7187-491f-9560-850f5f2d0db7 2018-08-24 07:18:04,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.28460001945s 2018-08-24 07:18:04,301 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json used request id req-849410a0-7187-491f-9560-850f5f2d0db7 2018-08-24 07:18:04,301 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-24 07:18:04,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-24 07:18:04,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:18:04,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af99b9f7-2ce5-43f1-ae9c-7ff7571322fe Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "bd5da89061c541f69dcf67747600a6b1"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "010fedb1b6b8493f87dee25ef9e427d8"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1/users/010fedb1b6b8493f87dee25ef9e427d8/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"project": {"id": "bd5da89061c541f69dcf67747600a6b1"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "1c574d1430e149ccae73be8a19add554"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1/users/1c574d1430e149ccae73be8a19add554/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"project": {"id": "bd5da89061c541f69dcf67747600a6b1"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "1e69033bcc3b4dc18ac5e9feda7879ab"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1/users/1e69033bcc3b4dc18ac5e9feda7879ab/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"project": {"id": "bd5da89061c541f69dcf67747600a6b1"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "482ab629ea2b464ca0f38b4817a2e953"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1/users/482ab629ea2b464ca0f38b4817a2e953/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"project": {"id": "bd5da89061c541f69dcf67747600a6b1"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "4b242962093549a8b2b26446bb2d45c9"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1/users/4b242962093549a8b2b26446bb2d45c9/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"project": {"id": "bd5da89061c541f69dcf67747600a6b1"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "6011f0ce70f84033bace68ed428db135"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1/users/6011f0ce70f84033bace68ed428db135/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"project": {"id": "bd5da89061c541f69dcf67747600a6b1"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "61c5b84e120f428893b9833b7ea07536"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1/users/61c5b84e120f428893b9833b7ea07536/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"project": {"id": "bd5da89061c541f69dcf67747600a6b1"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "89da8566b3114ac68854ec081c56b8b7"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1/users/89da8566b3114ac68854ec081c56b8b7/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"project": {"id": "bd5da89061c541f69dcf67747600a6b1"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "a87a98e4b1944968a60b64423b1736b5"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1/users/a87a98e4b1944968a60b64423b1736b5/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"project": {"id": "bd5da89061c541f69dcf67747600a6b1"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "b60376ba118042ea80808ded4be6bd9b"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1/users/b60376ba118042ea80808ded4be6bd9b/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"project": {"id": "bd5da89061c541f69dcf67747600a6b1"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "d11850cf6b12475c95aade9c2bb12caa"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1/users/d11850cf6b12475c95aade9c2bb12caa/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"project": {"id": "bd5da89061c541f69dcf67747600a6b1"}}, "role": {"id": "5a65566b3ea74344b1d6e563d606e2c4"}, "user": {"id": "d11850cf6b12475c95aade9c2bb12caa"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1/users/d11850cf6b12475c95aade9c2bb12caa/roles/5a65566b3ea74344b1d6e563d606e2c4"}}, {"scope": {"project": {"id": "493fee6f873c403e9884bdf9d51cf413"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "d25e4970964144ed8e2798dfa2955cc1"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/493fee6f873c403e9884bdf9d51cf413/users/d25e4970964144ed8e2798dfa2955cc1/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"project": {"id": "bd5da89061c541f69dcf67747600a6b1"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "e2697db3ddde49c0a1cd64cdfc8e1924"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1/users/e2697db3ddde49c0a1cd64cdfc8e1924/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"domain": {"id": "94c6fafca7294cf988c0529d5357c147"}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "701e061a00164d34a6345f77f2a06583"}, "links": {"assignment": "http://172.30.9.25:5000/v3/domains/94c6fafca7294cf988c0529d5357c147/users/701e061a00164d34a6345f77f2a06583/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}, {"scope": {"system": {"all": true}}, "role": {"id": "3a1f48ea4d65470f94da6aee8f8075d6"}, "user": {"id": "d25e4970964144ed8e2798dfa2955cc1"}, "links": {"assignment": "http://172.30.9.25:5000/v3/system/users/d25e4970964144ed8e2798dfa2955cc1/roles/3a1f48ea4d65470f94da6aee8f8075d6"}}], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-24 07:18:04,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments used request id req-af99b9f7-2ce5-43f1-ae9c-7ff7571322fe 2018-08-24 07:18:04,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.262661933899s 2018-08-24 07:18:04,568 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments used request id req-af99b9f7-2ce5-43f1-ae9c-7ff7571322fe 2018-08-24 07:18:04,571 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'bd5da89061c541f69dcf67747600a6b1', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'010fedb1b6b8493f87dee25ef9e427d8'}), Munch({'project': u'bd5da89061c541f69dcf67747600a6b1', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'1c574d1430e149ccae73be8a19add554'}), Munch({'project': u'bd5da89061c541f69dcf67747600a6b1', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'1e69033bcc3b4dc18ac5e9feda7879ab'}), Munch({'project': u'bd5da89061c541f69dcf67747600a6b1', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'482ab629ea2b464ca0f38b4817a2e953'}), Munch({'project': u'bd5da89061c541f69dcf67747600a6b1', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'4b242962093549a8b2b26446bb2d45c9'}), Munch({'project': u'bd5da89061c541f69dcf67747600a6b1', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'6011f0ce70f84033bace68ed428db135'}), Munch({'project': u'bd5da89061c541f69dcf67747600a6b1', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'61c5b84e120f428893b9833b7ea07536'}), Munch({'project': u'bd5da89061c541f69dcf67747600a6b1', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'89da8566b3114ac68854ec081c56b8b7'}), Munch({'project': u'bd5da89061c541f69dcf67747600a6b1', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'a87a98e4b1944968a60b64423b1736b5'}), Munch({'project': u'bd5da89061c541f69dcf67747600a6b1', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'b60376ba118042ea80808ded4be6bd9b'}), Munch({'project': u'bd5da89061c541f69dcf67747600a6b1', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'd11850cf6b12475c95aade9c2bb12caa'}), Munch({'project': u'bd5da89061c541f69dcf67747600a6b1', 'id': u'5a65566b3ea74344b1d6e563d606e2c4', 'user': u'd11850cf6b12475c95aade9c2bb12caa'}), Munch({'project': u'493fee6f873c403e9884bdf9d51cf413', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'd25e4970964144ed8e2798dfa2955cc1'}), Munch({'project': u'bd5da89061c541f69dcf67747600a6b1', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'e2697db3ddde49c0a1cd64cdfc8e1924'}), Munch({'domain': u'94c6fafca7294cf988c0529d5357c147', 'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'701e061a00164d34a6345f77f2a06583'}), Munch({'id': u'3a1f48ea4d65470f94da6aee8f8075d6', 'user': u'd25e4970964144ed8e2798dfa2955cc1'})] 2018-08-24 07:18:04,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:18:04,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:18:04,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5306af58-c1f7-4714-86a1-6b9e1e5d8831 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:18:04,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-5306af58-c1f7-4714-86a1-6b9e1e5d8831 2018-08-24 07:18:04,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.269774198532s 2018-08-24 07:18:04,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-5306af58-c1f7-4714-86a1-6b9e1e5d8831 2018-08-24 07:18:04,846 - 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'3a1f48ea4d65470f94da6aee8f8075d6'}), 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'5a65566b3ea74344b1d6e563d606e2c4'}), 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'7a283bb6d3064f228ed51e5831549199'}), 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'7fa5282617e24dd08ffafb5758db5b98'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'member', 'id': u'c4142aa70fd34e02a9ab8aac78c7a79f'}), 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'd09011068cf84019a873dcce53334c8f'})] 2018-08-24 07:18:04,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 07:18:04,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:18:05,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-40441af2-3357-4d81-ad9d-bb41b1208455 Date: Fri, 24 Aug 2018 07:18:05 GMT RESP BODY: {"routers": []} 2018-08-24 07:18:05,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-40441af2-3357-4d81-ad9d-bb41b1208455 2018-08-24 07:18:05,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.13278698921s 2018-08-24 07:18:05,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-40441af2-3357-4d81-ad9d-bb41b1208455 2018-08-24 07:18:05,980 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-24 07:18:05,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:18:05,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:18:06,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8602314c-b6ae-48c8-8afc-a4dc54c03bc4 x-compute-request-id: req-8602314c-b6ae-48c8-8afc-a4dc54c03bc4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-24 07:18:06,180 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8602314c-b6ae-48c8-8afc-a4dc54c03bc4 2018-08-24 07:18:06,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.199362039566s 2018-08-24 07:18:06,180 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8602314c-b6ae-48c8-8afc-a4dc54c03bc4 2018-08-24 07:18:06,181 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-24 07:18:06,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-24 07:18:06,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:18:06,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 24 Aug 2018 07:18:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c8f20f7-648d-41dd-b48e-540a2ddc1061 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.4:35357/v3/", "rel": "self"}]}]}} 2018-08-24 07:18:06,194 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-9c8f20f7-648d-41dd-b48e-540a2ddc1061 2018-08-24 07:18:06,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:18:06,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f00c2d65-96c5-4501-9908-6c2a74481c2d Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1d095cd93db6445caca4dab412d8ad5f"}, "enabled": true, "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/34cb4d4f4c6449f4888b49ea084302f6"}, "enabled": true, "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/39bf35061f834d06ab1f5e8de4ec0fb1"}, "enabled": true, "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/46e3ca05971b42cba3cb3d5cf2242a2e"}, "enabled": true, "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4bf8d50bb92445c4963666c17e0554f5"}, "enabled": true, "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7e128137538d4ed2b2bb3dc54a2933f2"}, "enabled": true, "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7f296f2a8e024333b6098c992cfa50e1"}, "enabled": true, "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/839edacab4cc4912893e6c020544dd07"}, "enabled": true, "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/890bfc73e2e04967a736b5f605d4d3f7"}, "enabled": true, "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a646993a511e4291842e6b3736c2af64"}, "enabled": true, "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/af18cb4a08a2459c8ed516131471b2f0"}, "enabled": true, "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cbbe5375d94d45488df71ba84f896a06"}, "enabled": true, "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e209fdf6fca34d67bbcb0df619826d69"}, "enabled": true, "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e65bc286d2364004a30274b72452254c"}, "enabled": true, "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f2c4810da89d42f2a0a6891807c9d201"}, "enabled": true, "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-24 07:18:06,379 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-f00c2d65-96c5-4501-9908-6c2a74481c2d 2018-08-24 07:18:06,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.195514917374s 2018-08-24 07:18:06,380 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-f00c2d65-96c5-4501-9908-6c2a74481c2d 2018-08-24 07:18:06,385 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'1d095cd93db6445caca4dab412d8ad5f', 'name': u'swift'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'34cb4d4f4c6449f4888b49ea084302f6', 'name': u'neutron'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'39bf35061f834d06ab1f5e8de4ec0fb1', 'name': u'cinderv3'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'46e3ca05971b42cba3cb3d5cf2242a2e', 'name': u'cinder'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'4bf8d50bb92445c4963666c17e0554f5', 'name': u'aodh'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'7e128137538d4ed2b2bb3dc54a2933f2', 'name': u'heat'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'7f296f2a8e024333b6098c992cfa50e1', 'name': u'keystone'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'839edacab4cc4912893e6c020544dd07', 'name': u'cinderv2'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'890bfc73e2e04967a736b5f605d4d3f7', 'name': u'ceilometer'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'a646993a511e4291842e6b3736c2af64', 'name': u'placement'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'af18cb4a08a2459c8ed516131471b2f0', 'name': u'panko'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'cbbe5375d94d45488df71ba84f896a06', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'e209fdf6fca34d67bbcb0df619826d69', 'name': u'glance'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'e65bc286d2364004a30274b72452254c', 'name': u'nova'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'f2c4810da89d42f2a0a6891807c9d201', 'name': u'gnocchi'})] 2018-08-24 07:18:06,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 07:18:06,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ee1595b41eb85f0dccdacc5707adabcbdb0bebf7" 2018-08-24 07:18:07,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-eee8068c-e38a-4aea-b2fd-66ed177c3147 Date: Fri, 24 Aug 2018 07:18:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:56Z","dns_nameservers":[],"updated_at":"2018-08-24T07:14:56Z","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":"bd5da89061c541f69dcf67747600a6b1","id":"34d0d019-cdc4-4539-b3ce-9c3b1fff8757","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-24 07:18:07,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-eee8068c-e38a-4aea-b2fd-66ed177c3147 2018-08-24 07:18:07,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.15228009224s 2018-08-24 07:18:07,540 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-eee8068c-e38a-4aea-b2fd-66ed177c3147 2018-08-24 07:18:07,540 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:14:56Z', 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'34d0d019-cdc4-4539-b3ce-9c3b1fff8757', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a', u'tenant_id': u'bd5da89061c541f69dcf67747600a6b1', u'created_at': u'2018-08-24T07:14:56Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'bd5da89061c541f69dcf67747600a6b1'})] 2018-08-24 07:18:07,658 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 07:18:07,658 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-24 07:18:07,712 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-24 07:18:07,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:18:07,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:18:07,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:18:07,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:18:07,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:18:07,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:18:07,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:18:07,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605e53b1-f26b-4cd7-9928-1efecb7d4579 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:18:07,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-605e53b1-f26b-4cd7-9928-1efecb7d4579 2018-08-24 07:18:07,862 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:18:08,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a1f48ea4d65470f94da6aee8f8075d6", "name": "admin"}, {"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:18:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "493fee6f873c403e9884bdf9d51cf413", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25e4970964144ed8e2798dfa2955cc1"}, "audit_ids": ["vXeOxjPST7KeJ_xG-HBX4A"], "issued_at": "2018-08-24T07:18:08.000000Z"}} 2018-08-24 07:18:08,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:18:08,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}9258a09178ecfc1310b68675419695f6ec9a8027" 2018-08-24 07:18:09,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-66188764-01d0-4945-b701-eae2c40624cc Date: Fri, 24 Aug 2018 07:18:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"}]} 2018-08-24 07:18:09,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-66188764-01d0-4945-b701-eae2c40624cc 2018-08-24 07:18:09,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.10020089149s 2018-08-24 07:18:09,370 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-66188764-01d0-4945-b701-eae2c40624cc 2018-08-24 07:18:09,371 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-24 07:18:09,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 07:18:09,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9258a09178ecfc1310b68675419695f6ec9a8027" -d '{"network": {"name": "tenantnetwork1-net_3071ff7b-d5e6-4bb9-8706-9d1308da0607", "admin_state_up": true}}' 2018-08-24 07:18:11,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5d9ddf7b-146e-46b7-94ac-d4a06acea8d6 Date: Fri, 24 Aug 2018 07:18:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e037e5e6-abb4-4272-b197-ebd35473adc1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T07:18:10Z","is_default":false,"provider:segmentation_id":28,"name":"tenantnetwork1-net_3071ff7b-d5e6-4bb9-8706-9d1308da0607","admin_state_up":true,"tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:18:10Z","mtu":1450}} 2018-08-24 07:18:11,099 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5d9ddf7b-146e-46b7-94ac-d4a06acea8d6 2018-08-24 07:18:11,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.72750091553s 2018-08-24 07:18:11,099 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5d9ddf7b-146e-46b7-94ac-d4a06acea8d6 2018-08-24 07:18:11,100 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-24T07:18:10Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e037e5e6-abb4-4272-b197-ebd35473adc1', u'provider:segmentation_id': 28, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_3071ff7b-d5e6-4bb9-8706-9d1308da0607', u'admin_state_up': True, u'tenant_id': u'493fee6f873c403e9884bdf9d51cf413', u'created_at': u'2018-08-24T07:18:10Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'493fee6f873c403e9884bdf9d51cf413'}) 2018-08-24 07:18:11,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:18:11,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9258a09178ecfc1310b68675419695f6ec9a8027" 2018-08-24 07:18:12,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-d9890f13-c5e0-432e-956d-705c36b1eb55 Date: Fri, 24 Aug 2018 07:18:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e037e5e6-abb4-4272-b197-ebd35473adc1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T07:18:10Z","provider:segmentation_id":28,"name":"tenantnetwork1-net_3071ff7b-d5e6-4bb9-8706-9d1308da0607","admin_state_up":true,"tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:18:10Z","provider:network_type":"vxlan"}]} 2018-08-24 07:18:12,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d9890f13-c5e0-432e-956d-705c36b1eb55 2018-08-24 07:18:12,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.08669400215s 2018-08-24 07:18:12,188 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d9890f13-c5e0-432e-956d-705c36b1eb55 2018-08-24 07:18:12,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 07:18:12,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9258a09178ecfc1310b68675419695f6ec9a8027" -d '{"subnet": {"name": "tenantnetwork1-subnet_3071ff7b-d5e6-4bb9-8706-9d1308da0607", "enable_dhcp": true, "network_id": "e037e5e6-abb4-4272-b197-ebd35473adc1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 07:18:13,134 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ebec412f-fda1-4c82-852f-b36b2597f5d5 Date: Fri, 24 Aug 2018 07:18:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e037e5e6-abb4-4272-b197-ebd35473adc1","tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:18:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:18:12Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"493fee6f873c403e9884bdf9d51cf413","id":"5738e1f6-8454-46d8-9ba7-b1f3349e524c","subnetpool_id":null,"name":"tenantnetwork1-subnet_3071ff7b-d5e6-4bb9-8706-9d1308da0607"}} 2018-08-24 07:18:13,135 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ebec412f-fda1-4c82-852f-b36b2597f5d5 2018-08-24 07:18:13,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.94523191452s 2018-08-24 07:18:13,135 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ebec412f-fda1-4c82-852f-b36b2597f5d5 2018-08-24 07:18:13,136 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:18:12Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'5738e1f6-8454-46d8-9ba7-b1f3349e524c', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_3071ff7b-d5e6-4bb9-8706-9d1308da0607', u'enable_dhcp': True, u'network_id': u'e037e5e6-abb4-4272-b197-ebd35473adc1', u'tenant_id': u'493fee6f873c403e9884bdf9d51cf413', u'created_at': u'2018-08-24T07:18:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'493fee6f873c403e9884bdf9d51cf413'}) 2018-08-24 07:18:13,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 07:18:13,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9258a09178ecfc1310b68675419695f6ec9a8027" -d '{"router": {"external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a"}, "name": "tenantnetwork1-router_3071ff7b-d5e6-4bb9-8706-9d1308da0607", "admin_state_up": true}}' 2018-08-24 07:18:15,981 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-e2409ee8-486e-4181-81bc-6133e4110bab Date: Fri, 24 Aug 2018 07:18:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:18:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T07:18:15Z", "revision_number": 2, "routes": [], "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "ea4d86c3-3d25-457f-b176-989cee9e4173", "name": "tenantnetwork1-router_3071ff7b-d5e6-4bb9-8706-9d1308da0607"}} 2018-08-24 07:18:15,981 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-e2409ee8-486e-4181-81bc-6133e4110bab 2018-08-24 07:18:15,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.84516191483s 2018-08-24 07:18:15,982 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-e2409ee8-486e-4181-81bc-6133e4110bab 2018-08-24 07:18:15,982 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'34d0d019-cdc4-4539-b3ce-9c3b1fff8757', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'493fee6f873c403e9884bdf9d51cf413', u'created_at': u'2018-08-24T07:18:14Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-24T07:18:15Z', u'revision_number': 2, u'routes': [], u'project_id': u'493fee6f873c403e9884bdf9d51cf413', u'id': u'ea4d86c3-3d25-457f-b176-989cee9e4173', u'name': u'tenantnetwork1-router_3071ff7b-d5e6-4bb9-8706-9d1308da0607'}) 2018-08-24 07:18:15,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 07:18:15,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/ea4d86c3-3d25-457f-b176-989cee9e4173/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}9258a09178ecfc1310b68675419695f6ec9a8027" -d '{"subnet_id": "5738e1f6-8454-46d8-9ba7-b1f3349e524c"}' 2018-08-24 07:18:18,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-888f847c-eaa1-4b86-baf9-202504f6e7c3 Date: Fri, 24 Aug 2018 07:18:18 GMT RESP BODY: {"network_id": "e037e5e6-abb4-4272-b197-ebd35473adc1", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "subnet_id": "5738e1f6-8454-46d8-9ba7-b1f3349e524c", "subnet_ids": ["5738e1f6-8454-46d8-9ba7-b1f3349e524c"], "port_id": "8324993a-6575-4682-a37f-bdece3ace81f", "id": "ea4d86c3-3d25-457f-b176-989cee9e4173"} 2018-08-24 07:18:18,270 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/ea4d86c3-3d25-457f-b176-989cee9e4173/add_router_interface.json used request id req-888f847c-eaa1-4b86-baf9-202504f6e7c3 2018-08-24 07:18:18,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.28698205948s 2018-08-24 07:18:18,270 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/ea4d86c3-3d25-457f-b176-989cee9e4173/add_router_interface.json used request id req-888f847c-eaa1-4b86-baf9-202504f6e7c3 returning object ea4d86c3-3d25-457f-b176-989cee9e4173 2018-08-24 07:18:18,385 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 07:18:18,385 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-24 07:18:18,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 07:18:18,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/ea4d86c3-3d25-457f-b176-989cee9e4173/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}9258a09178ecfc1310b68675419695f6ec9a8027" -d '{"subnet_id": "5738e1f6-8454-46d8-9ba7-b1f3349e524c"}' 2018-08-24 07:18:20,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-81600628-534c-40e8-b1dd-f7230239502f Date: Fri, 24 Aug 2018 07:18:20 GMT RESP BODY: {"network_id": "e037e5e6-abb4-4272-b197-ebd35473adc1", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "subnet_id": "5738e1f6-8454-46d8-9ba7-b1f3349e524c", "subnet_ids": ["5738e1f6-8454-46d8-9ba7-b1f3349e524c"], "port_id": "8324993a-6575-4682-a37f-bdece3ace81f", "id": "ea4d86c3-3d25-457f-b176-989cee9e4173"} 2018-08-24 07:18:20,220 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/ea4d86c3-3d25-457f-b176-989cee9e4173/remove_router_interface.json used request id req-81600628-534c-40e8-b1dd-f7230239502f 2018-08-24 07:18:20,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.83035302162s 2018-08-24 07:18:20,221 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/ea4d86c3-3d25-457f-b176-989cee9e4173/remove_router_interface.json used request id req-81600628-534c-40e8-b1dd-f7230239502f returning object ea4d86c3-3d25-457f-b176-989cee9e4173 2018-08-24 07:18:20,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 07:18:20,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9258a09178ecfc1310b68675419695f6ec9a8027" 2018-08-24 07:18:21,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-4c12d9b5-133a-497d-ac45-17a4796b3547 Date: Fri, 24 Aug 2018 07:18:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:18:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T07:18:19Z", "revision_number": 4, "routes": [], "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "ea4d86c3-3d25-457f-b176-989cee9e4173", "name": "tenantnetwork1-router_3071ff7b-d5e6-4bb9-8706-9d1308da0607"}]} 2018-08-24 07:18:21,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-4c12d9b5-133a-497d-ac45-17a4796b3547 2018-08-24 07:18:21,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.21876811981s 2018-08-24 07:18:21,441 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-4c12d9b5-133a-497d-ac45-17a4796b3547 2018-08-24 07:18:21,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 07:18:21,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/ea4d86c3-3d25-457f-b176-989cee9e4173.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9258a09178ecfc1310b68675419695f6ec9a8027" 2018-08-24 07:18:23,411 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9bea2046-1bd6-4734-99e0-babc0a82f7ea Content-Length: 0 Date: Fri, 24 Aug 2018 07:18:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:18:23,411 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/ea4d86c3-3d25-457f-b176-989cee9e4173.json used request id req-9bea2046-1bd6-4734-99e0-babc0a82f7ea 2018-08-24 07:18:23,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.96891593933s 2018-08-24 07:18:23,411 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/ea4d86c3-3d25-457f-b176-989cee9e4173.json used request id req-9bea2046-1bd6-4734-99e0-babc0a82f7ea 2018-08-24 07:18:23,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 07:18:23,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9258a09178ecfc1310b68675419695f6ec9a8027" 2018-08-24 07:18:23,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-1fae4e47-3598-4c7e-b9ab-84a3ec559c6b Date: Fri, 24 Aug 2018 07:18:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:56Z","dns_nameservers":[],"updated_at":"2018-08-24T07:14:56Z","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":"bd5da89061c541f69dcf67747600a6b1","id":"34d0d019-cdc4-4539-b3ce-9c3b1fff8757","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e037e5e6-abb4-4272-b197-ebd35473adc1","tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:18:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:18:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"493fee6f873c403e9884bdf9d51cf413","id":"5738e1f6-8454-46d8-9ba7-b1f3349e524c","subnetpool_id":null,"name":"tenantnetwork1-subnet_3071ff7b-d5e6-4bb9-8706-9d1308da0607"}]} 2018-08-24 07:18:23,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-1fae4e47-3598-4c7e-b9ab-84a3ec559c6b 2018-08-24 07:18:23,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0399429798126s 2018-08-24 07:18:23,452 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-1fae4e47-3598-4c7e-b9ab-84a3ec559c6b 2018-08-24 07:18:23,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 07:18:23,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/5738e1f6-8454-46d8-9ba7-b1f3349e524c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9258a09178ecfc1310b68675419695f6ec9a8027" 2018-08-24 07:18:26,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cfc0ffa6-5c50-4fd8-87af-8c1d423586ed Date: Fri, 24 Aug 2018 07:18:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:18:26,737 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/5738e1f6-8454-46d8-9ba7-b1f3349e524c.json used request id req-cfc0ffa6-5c50-4fd8-87af-8c1d423586ed 2018-08-24 07:18:26,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.28315210342s 2018-08-24 07:18:26,737 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/5738e1f6-8454-46d8-9ba7-b1f3349e524c.json used request id req-cfc0ffa6-5c50-4fd8-87af-8c1d423586ed 2018-08-24 07:18:26,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:18:26,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9258a09178ecfc1310b68675419695f6ec9a8027" 2018-08-24 07:18:26,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-82fc8d98-5904-4c29-a770-23effd18cf5a Date: Fri, 24 Aug 2018 07:18:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e037e5e6-abb4-4272-b197-ebd35473adc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T07:18:26Z","provider:segmentation_id":28,"name":"tenantnetwork1-net_3071ff7b-d5e6-4bb9-8706-9d1308da0607","admin_state_up":true,"tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:18:10Z","provider:network_type":"vxlan"}]} 2018-08-24 07:18:26,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-82fc8d98-5904-4c29-a770-23effd18cf5a 2018-08-24 07:18:26,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.159226894379s 2018-08-24 07:18:26,898 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-82fc8d98-5904-4c29-a770-23effd18cf5a 2018-08-24 07:18:26,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 07:18:26,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/e037e5e6-abb4-4272-b197-ebd35473adc1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9258a09178ecfc1310b68675419695f6ec9a8027" 2018-08-24 07:18:28,837 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5f1d6900-a09c-4e4b-b54a-818d49eca676 Date: Fri, 24 Aug 2018 07:18:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:18:28,837 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/e037e5e6-abb4-4272-b197-ebd35473adc1.json used request id req-5f1d6900-a09c-4e4b-b54a-818d49eca676 2018-08-24 07:18:28,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.9380030632s 2018-08-24 07:18:28,838 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/e037e5e6-abb4-4272-b197-ebd35473adc1.json used request id req-5f1d6900-a09c-4e4b-b54a-818d49eca676 2018-08-24 07:18:28,899 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-24 07:18:28,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:18:28,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:18:28,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:18:28,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:18:28,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:18:28,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:18:28,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:18:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:18:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:18:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:18:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:18:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:18:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:18:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:18:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:18:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:18:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:18:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:18:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:18:28,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:18:28,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:18:28,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:18:28,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:18:28,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e0bb533-dfef-4364-990e-e34d44d4776d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:18:28,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-2e0bb533-dfef-4364-990e-e34d44d4776d 2018-08-24 07:18:28,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:18:29,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a1f48ea4d65470f94da6aee8f8075d6", "name": "admin"}, {"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:18:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "493fee6f873c403e9884bdf9d51cf413", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25e4970964144ed8e2798dfa2955cc1"}, "audit_ids": ["sllkPs0tTemxwVA6nILx3Q"], "issued_at": "2018-08-24T07:18:29.000000Z"}} 2018-08-24 07:18:29,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:18:29,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:29,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c695b376-3bb8-43c7-b466-72b286e79b3d Date: Fri, 24 Aug 2018 07:18:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"}]} 2018-08-24 07:18:29,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c695b376-3bb8-43c7-b466-72b286e79b3d 2018-08-24 07:18:29,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.348951101303s 2018-08-24 07:18:29,703 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c695b376-3bb8-43c7-b466-72b286e79b3d 2018-08-24 07:18:29,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:18:29,713 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 24 Aug 2018 07:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b03075c1-5b57-4e2f-9f96-58d9108a7901 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.25:5000/v3/", "rel": "self"}]}]}} 2018-08-24 07:18:29,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-b03075c1-5b57-4e2f-9f96-58d9108a7901 2018-08-24 07:18:29,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 07:18:29,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:29,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36ce6d72-928b-4f2d-889d-a773475b959c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/94c6fafca7294cf988c0529d5357c147"}, "tags": [], "enabled": true, "id": "94c6fafca7294cf988c0529d5357c147", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-08-24 07:18:29,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-36ce6d72-928b-4f2d-889d-a773475b959c 2018-08-24 07:18:29,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.205666065216s 2018-08-24 07:18:29,920 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-36ce6d72-928b-4f2d-889d-a773475b959c 2018-08-24 07:18:29,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-24 07:18:29,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}1ec91fd06bba09cf81f4224a30ec853af47e73c6" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_9947115f-4ecc-48ef-809b-d4ab39ebefef"}}' 2018-08-24 07:18:30,220 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 07:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7377df06-25ea-432d-9c8a-bfbbf4d7a2ed 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.25:5000/v3/projects/84dfba1fced445e280afc9b8c2d71003"}, "tags": [], "enabled": true, "id": "84dfba1fced445e280afc9b8c2d71003", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_9947115f-4ecc-48ef-809b-d4ab39ebefef"}} 2018-08-24 07:18:30,220 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-7377df06-25ea-432d-9c8a-bfbbf4d7a2ed 2018-08-24 07:18:30,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.292938947678s 2018-08-24 07:18:30,221 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-7377df06-25ea-432d-9c8a-bfbbf4d7a2ed 2018-08-24 07:18:30,221 - 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'84dfba1fced445e280afc9b8c2d71003', '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_9947115f-4ecc-48ef-809b-d4ab39ebefef'}) 2018-08-24 07:18:30,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-24 07:18:30,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}1ec91fd06bba09cf81f4224a30ec853af47e73c6" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "97d5e5b4-5f77-4add-98da-c44a93435211", "email": null, "name": "tenantnetwork2-user_9947115f-4ecc-48ef-809b-d4ab39ebefef"}}' 2018-08-24 07:18:30,743 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 07:18:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e475cfa6-162d-4d91-90b8-3c1bff159efd Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_9947115f-4ecc-48ef-809b-d4ab39ebefef", "links": {"self": "http://172.30.9.25:5000/v3/users/cdb14939f50e42cb8db1c8fc5235f62d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cdb14939f50e42cb8db1c8fc5235f62d", "domain_id": "default", "password_expires_at": null}} 2018-08-24 07:18:30,743 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-e475cfa6-162d-4d91-90b8-3c1bff159efd 2018-08-24 07:18:30,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.514633893967s 2018-08-24 07:18:30,743 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-e475cfa6-162d-4d91-90b8-3c1bff159efd 2018-08-24 07:18:30,744 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'cdb14939f50e42cb8db1c8fc5235f62d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_9947115f-4ecc-48ef-809b-d4ab39ebefef'}) 2018-08-24 07:18:30,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:18:30,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:30,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd70bbec-624a-46bd-b1c5-e0c99edf1038 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:18:30,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-dd70bbec-624a-46bd-b1c5-e0c99edf1038 2018-08-24 07:18:30,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194098949432s 2018-08-24 07:18:30,942 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-dd70bbec-624a-46bd-b1c5-e0c99edf1038 2018-08-24 07:18:30,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:18:30,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:31,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0f59775-4817-43b4-acc7-cd198b414502 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:18:31,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b0f59775-4817-43b4-acc7-cd198b414502 2018-08-24 07:18:31,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202078104019s 2018-08-24 07:18:31,150 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b0f59775-4817-43b4-acc7-cd198b414502 2018-08-24 07:18:31,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:18:31,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:31,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc8136f0-4b9d-4b84-b689-87dda1305292 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:18:31,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-dc8136f0-4b9d-4b84-b689-87dda1305292 2018-08-24 07:18:31,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192538022995s 2018-08-24 07:18:31,347 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-dc8136f0-4b9d-4b84-b689-87dda1305292 2018-08-24 07:18:31,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 07:18:31,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:31,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3afdfc4f-7fbb-48df-a08b-77f4c6d466da Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-24 07:18:31,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-3afdfc4f-7fbb-48df-a08b-77f4c6d466da 2018-08-24 07:18:31,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.201369047165s 2018-08-24 07:18:31,553 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-3afdfc4f-7fbb-48df-a08b-77f4c6d466da 2018-08-24 07:18:31,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:18:31,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:31,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ec812e-5d6f-4c6e-b8be-cf99ea31b1f8 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/010fedb1b6b8493f87dee25ef9e427d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "010fedb1b6b8493f87dee25ef9e427d8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1c574d1430e149ccae73be8a19add554"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c574d1430e149ccae73be8a19add554", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/1e69033bcc3b4dc18ac5e9feda7879ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e69033bcc3b4dc18ac5e9feda7879ab", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/482ab629ea2b464ca0f38b4817a2e953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482ab629ea2b464ca0f38b4817a2e953", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/4b242962093549a8b2b26446bb2d45c9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b242962093549a8b2b26446bb2d45c9", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/6011f0ce70f84033bace68ed428db135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6011f0ce70f84033bace68ed428db135", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/61c5b84e120f428893b9833b7ea07536"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61c5b84e120f428893b9833b7ea07536", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/701e061a00164d34a6345f77f2a06583"}, "domain_id": "94c6fafca7294cf988c0529d5357c147", "enabled": true, "options": {}, "id": "701e061a00164d34a6345f77f2a06583", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/89da8566b3114ac68854ec081c56b8b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "89da8566b3114ac68854ec081c56b8b7", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/a87a98e4b1944968a60b64423b1736b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a87a98e4b1944968a60b64423b1736b5", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/b60376ba118042ea80808ded4be6bd9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b60376ba118042ea80808ded4be6bd9b", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_9947115f-4ecc-48ef-809b-d4ab39ebefef", "links": {"self": "http://172.30.9.25:5000/v3/users/cdb14939f50e42cb8db1c8fc5235f62d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cdb14939f50e42cb8db1c8fc5235f62d", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/d11850cf6b12475c95aade9c2bb12caa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11850cf6b12475c95aade9c2bb12caa", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/d25e4970964144ed8e2798dfa2955cc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25e4970964144ed8e2798dfa2955cc1", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/e2697db3ddde49c0a1cd64cdfc8e1924"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2697db3ddde49c0a1cd64cdfc8e1924", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-08-24 07:18:31,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-35ec812e-5d6f-4c6e-b8be-cf99ea31b1f8 2018-08-24 07:18:31,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.288228988647s 2018-08-24 07:18:31,843 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-35ec812e-5d6f-4c6e-b8be-cf99ea31b1f8 2018-08-24 07:18:31,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 07:18:31,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:32,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15b59ced-ee9b-4685-930d-dcd48e608652 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/493fee6f873c403e9884bdf9d51cf413"}, "tags": [], "enabled": true, "id": "493fee6f873c403e9884bdf9d51cf413", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1"}, "tags": [], "enabled": true, "id": "bd5da89061c541f69dcf67747600a6b1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.25:5000/v3/projects/84dfba1fced445e280afc9b8c2d71003"}, "tags": [], "enabled": true, "id": "84dfba1fced445e280afc9b8c2d71003", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_9947115f-4ecc-48ef-809b-d4ab39ebefef"}]} 2018-08-24 07:18:32,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-15b59ced-ee9b-4685-930d-dcd48e608652 2018-08-24 07:18:32,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.276017904282s 2018-08-24 07:18:32,131 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-15b59ced-ee9b-4685-930d-dcd48e608652 2018-08-24 07:18:32,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-24 07:18:32,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=cdb14939f50e42cb8db1c8fc5235f62d&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=84dfba1fced445e280afc9b8c2d71003" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:32,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8951f9c-5820-4da1-934c-ae1855ce9b10 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=cdb14939f50e42cb8db1c8fc5235f62d&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=84dfba1fced445e280afc9b8c2d71003", "previous": null, "next": null}} 2018-08-24 07:18:32,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=cdb14939f50e42cb8db1c8fc5235f62d&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=84dfba1fced445e280afc9b8c2d71003 used request id req-d8951f9c-5820-4da1-934c-ae1855ce9b10 2018-08-24 07:18:32,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.205236196518s 2018-08-24 07:18:32,343 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=cdb14939f50e42cb8db1c8fc5235f62d&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=84dfba1fced445e280afc9b8c2d71003 used request id req-d8951f9c-5820-4da1-934c-ae1855ce9b10 2018-08-24 07:18:32,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-24 07:18:32,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/84dfba1fced445e280afc9b8c2d71003/users/cdb14939f50e42cb8db1c8fc5235f62d/roles/c4142aa70fd34e02a9ab8aac78c7a79f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:32,683 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:18:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5905833f-33ce-4642-b11d-b3a8b98a5366 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:18:32,683 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/84dfba1fced445e280afc9b8c2d71003/users/cdb14939f50e42cb8db1c8fc5235f62d/roles/c4142aa70fd34e02a9ab8aac78c7a79f used request id req-5905833f-33ce-4642-b11d-b3a8b98a5366 2018-08-24 07:18:32,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.336884975433s 2018-08-24 07:18:32,683 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/84dfba1fced445e280afc9b8c2d71003/users/cdb14939f50e42cb8db1c8fc5235f62d/roles/c4142aa70fd34e02a9ab8aac78c7a79f used request id req-5905833f-33ce-4642-b11d-b3a8b98a5366 2018-08-24 07:18:32,684 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_9947115f-4ecc-48ef-809b-d4ab39ebefef', 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'84dfba1fced445e280afc9b8c2d71003', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '97d5e5b4-5f77-4add-98da-c44a93435211', 'username': u'tenantnetwork2-user_9947115f-4ecc-48ef-809b-d4ab39ebefef', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-24 07:18:32,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:18:32,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:18:32,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:18:32,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:18:32,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:18:32,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:18:32,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:18:32,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:18:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:18:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:18:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:18:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:18:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:18:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:18:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:18:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:18:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:18:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:18:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:18:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:18:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:18:32,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:18:32,690 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_9947115f-4ecc-48ef-809b-d4ab39ebefef', 'password': '97d5e5b4-5f77-4add-98da-c44a93435211', 'project_name': 'tenantnetwork2-project_9947115f-4ecc-48ef-809b-d4ab39ebefef', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '84dfba1fced445e280afc9b8c2d71003', 'project_domain_name': 'Default'} 2018-08-24 07:18:32,690 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-24 07:18:32,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:18:32,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bed8234c-6dc9-4fce-97bf-ad78cd561d78 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:18:32,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-bed8234c-6dc9-4fce-97bf-ad78cd561d78 2018-08-24 07:18:32,699 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:18:33,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:18:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84dfba1fced445e280afc9b8c2d71003", "name": "tenantnetwork2-project_9947115f-4ecc-48ef-809b-d4ab39ebefef"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_84dfba1fced445e280afc9b8c2d71003", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_84dfba1fced445e280afc9b8c2d71003", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/84dfba1fced445e280afc9b8c2d71003", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/84dfba1fced445e280afc9b8c2d71003", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/84dfba1fced445e280afc9b8c2d71003", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/84dfba1fced445e280afc9b8c2d71003", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/84dfba1fced445e280afc9b8c2d71003", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/84dfba1fced445e280afc9b8c2d71003", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/84dfba1fced445e280afc9b8c2d71003", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/84dfba1fced445e280afc9b8c2d71003", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/84dfba1fced445e280afc9b8c2d71003", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/84dfba1fced445e280afc9b8c2d71003", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/84dfba1fced445e280afc9b8c2d71003", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/84dfba1fced445e280afc9b8c2d71003", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_9947115f-4ecc-48ef-809b-d4ab39ebefef", "id": "cdb14939f50e42cb8db1c8fc5235f62d"}, "audit_ids": ["9WBV80biTrK4205wVwHn1w"], "issued_at": "2018-08-24T07:18:33.000000Z"}} 2018-08-24 07:18:33,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 07:18:33,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}44f4fb5702be5ff610ff231540acc7726326a4f8" -d '{"network": {"name": "tenantnetwork2-net_9947115f-4ecc-48ef-809b-d4ab39ebefef", "admin_state_up": true}}' 2018-08-24 07:18:34,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-7bde375b-5c98-433f-9aa1-cb63d37001b4 Date: Fri, 24 Aug 2018 07:18:34 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"84dfba1fced445e280afc9b8c2d71003","created_at":"2018-08-24T07:18:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-24T07:18:33Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"84dfba1fced445e280afc9b8c2d71003","id":"24e7af3b-d8a1-4d71-a885-2cc8144fab0d","name":"tenantnetwork2-net_9947115f-4ecc-48ef-809b-d4ab39ebefef"}} 2018-08-24 07:18:34,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7bde375b-5c98-433f-9aa1-cb63d37001b4 2018-08-24 07:18:34,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.915271997452s 2018-08-24 07:18:34,032 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7bde375b-5c98-433f-9aa1-cb63d37001b4 2018-08-24 07:18:34,032 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:18:33Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'24e7af3b-d8a1-4d71-a885-2cc8144fab0d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_9947115f-4ecc-48ef-809b-d4ab39ebefef', u'admin_state_up': True, u'tenant_id': u'84dfba1fced445e280afc9b8c2d71003', u'created_at': u'2018-08-24T07:18:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'84dfba1fced445e280afc9b8c2d71003'}) 2018-08-24 07:18:34,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:18:34,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}44f4fb5702be5ff610ff231540acc7726326a4f8" 2018-08-24 07:18:34,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-de4a1282-064a-469e-b46a-0910d124f658 Date: Fri, 24 Aug 2018 07:18:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T07:18:33Z","tenant_id":"84dfba1fced445e280afc9b8c2d71003","created_at":"2018-08-24T07:18:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"84dfba1fced445e280afc9b8c2d71003","id":"24e7af3b-d8a1-4d71-a885-2cc8144fab0d","name":"tenantnetwork2-net_9947115f-4ecc-48ef-809b-d4ab39ebefef"}]} 2018-08-24 07:18:34,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-de4a1282-064a-469e-b46a-0910d124f658 2018-08-24 07:18:34,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.37365603447s 2018-08-24 07:18:34,407 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-de4a1282-064a-469e-b46a-0910d124f658 2018-08-24 07:18:34,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 07:18:34,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}44f4fb5702be5ff610ff231540acc7726326a4f8" -d '{"subnet": {"name": "tenantnetwork2-subnet_9947115f-4ecc-48ef-809b-d4ab39ebefef", "enable_dhcp": true, "network_id": "24e7af3b-d8a1-4d71-a885-2cc8144fab0d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 07:18:36,146 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fbd697db-d3ad-4f8b-b154-1d9d318ea77c Date: Fri, 24 Aug 2018 07:18:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24e7af3b-d8a1-4d71-a885-2cc8144fab0d","tenant_id":"84dfba1fced445e280afc9b8c2d71003","created_at":"2018-08-24T07:18:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:18:35Z","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":"84dfba1fced445e280afc9b8c2d71003","id":"d6fdc24b-847a-4a9f-8284-d04348b8fdd1","subnetpool_id":null,"name":"tenantnetwork2-subnet_9947115f-4ecc-48ef-809b-d4ab39ebefef"}} 2018-08-24 07:18:36,147 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-fbd697db-d3ad-4f8b-b154-1d9d318ea77c 2018-08-24 07:18:36,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.73830199242s 2018-08-24 07:18:36,147 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-fbd697db-d3ad-4f8b-b154-1d9d318ea77c 2018-08-24 07:18:36,147 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:18:35Z', 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'd6fdc24b-847a-4a9f-8284-d04348b8fdd1', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_9947115f-4ecc-48ef-809b-d4ab39ebefef', u'enable_dhcp': True, u'network_id': u'24e7af3b-d8a1-4d71-a885-2cc8144fab0d', u'tenant_id': u'84dfba1fced445e280afc9b8c2d71003', u'created_at': u'2018-08-24T07:18:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'84dfba1fced445e280afc9b8c2d71003'}) 2018-08-24 07:18:36,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 07:18:36,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}44f4fb5702be5ff610ff231540acc7726326a4f8" -d '{"router": {"external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a"}, "name": "tenantnetwork2-router_9947115f-4ecc-48ef-809b-d4ab39ebefef", "admin_state_up": true}}' 2018-08-24 07:18:38,741 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-709f7cb3-244d-434f-978d-d54d5074d979 Date: Fri, 24 Aug 2018 07:18:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "created_at": "2018-08-24T07:18:37Z", "admin_state_up": true, "updated_at": "2018-08-24T07:18:38Z", "revision_number": 2, "routes": [], "project_id": "84dfba1fced445e280afc9b8c2d71003", "id": "c672eeb4-9727-4f0e-94ee-b62c149a7595", "name": "tenantnetwork2-router_9947115f-4ecc-48ef-809b-d4ab39ebefef"}} 2018-08-24 07:18:38,742 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-709f7cb3-244d-434f-978d-d54d5074d979 2018-08-24 07:18:38,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.59351801872s 2018-08-24 07:18:38,742 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-709f7cb3-244d-434f-978d-d54d5074d979 2018-08-24 07:18:38,742 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'34d0d019-cdc4-4539-b3ce-9c3b1fff8757', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'84dfba1fced445e280afc9b8c2d71003', u'created_at': u'2018-08-24T07:18:37Z', u'admin_state_up': True, u'updated_at': u'2018-08-24T07:18:38Z', u'revision_number': 2, u'routes': [], u'project_id': u'84dfba1fced445e280afc9b8c2d71003', u'id': u'c672eeb4-9727-4f0e-94ee-b62c149a7595', u'name': u'tenantnetwork2-router_9947115f-4ecc-48ef-809b-d4ab39ebefef'}) 2018-08-24 07:18:38,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 07:18:38,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/c672eeb4-9727-4f0e-94ee-b62c149a7595/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}44f4fb5702be5ff610ff231540acc7726326a4f8" -d '{"subnet_id": "d6fdc24b-847a-4a9f-8284-d04348b8fdd1"}' 2018-08-24 07:18:41,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-131fc23f-34f4-465c-92ac-f6ed7cf27ce2 Date: Fri, 24 Aug 2018 07:18:41 GMT RESP BODY: {"network_id": "24e7af3b-d8a1-4d71-a885-2cc8144fab0d", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "subnet_id": "d6fdc24b-847a-4a9f-8284-d04348b8fdd1", "subnet_ids": ["d6fdc24b-847a-4a9f-8284-d04348b8fdd1"], "port_id": "33a1d781-4fc2-4ae2-9b6e-70e046b645b1", "id": "c672eeb4-9727-4f0e-94ee-b62c149a7595"} 2018-08-24 07:18:41,884 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c672eeb4-9727-4f0e-94ee-b62c149a7595/add_router_interface.json used request id req-131fc23f-34f4-465c-92ac-f6ed7cf27ce2 2018-08-24 07:18:41,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.14143204689s 2018-08-24 07:18:41,885 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c672eeb4-9727-4f0e-94ee-b62c149a7595/add_router_interface.json used request id req-131fc23f-34f4-465c-92ac-f6ed7cf27ce2 returning object c672eeb4-9727-4f0e-94ee-b62c149a7595 2018-08-24 07:18:42,007 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 07:18:42,008 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-24 07:18:42,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 07:18:42,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/c672eeb4-9727-4f0e-94ee-b62c149a7595/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}44f4fb5702be5ff610ff231540acc7726326a4f8" -d '{"subnet_id": "d6fdc24b-847a-4a9f-8284-d04348b8fdd1"}' 2018-08-24 07:18:44,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-09fcd9f8-d667-4237-ba9b-98ecd66b79de Date: Fri, 24 Aug 2018 07:18:44 GMT RESP BODY: {"network_id": "24e7af3b-d8a1-4d71-a885-2cc8144fab0d", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "subnet_id": "d6fdc24b-847a-4a9f-8284-d04348b8fdd1", "subnet_ids": ["d6fdc24b-847a-4a9f-8284-d04348b8fdd1"], "port_id": "33a1d781-4fc2-4ae2-9b6e-70e046b645b1", "id": "c672eeb4-9727-4f0e-94ee-b62c149a7595"} 2018-08-24 07:18:44,042 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c672eeb4-9727-4f0e-94ee-b62c149a7595/remove_router_interface.json used request id req-09fcd9f8-d667-4237-ba9b-98ecd66b79de 2018-08-24 07:18:44,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.02937793732s 2018-08-24 07:18:44,043 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c672eeb4-9727-4f0e-94ee-b62c149a7595/remove_router_interface.json used request id req-09fcd9f8-d667-4237-ba9b-98ecd66b79de returning object c672eeb4-9727-4f0e-94ee-b62c149a7595 2018-08-24 07:18:44,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 07:18:44,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}44f4fb5702be5ff610ff231540acc7726326a4f8" 2018-08-24 07:18:44,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f156d2ad-20b2-4c1f-a688-043576a55827 Date: Fri, 24 Aug 2018 07:18:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "created_at": "2018-08-24T07:18:37Z", "admin_state_up": true, "updated_at": "2018-08-24T07:18:43Z", "revision_number": 4, "routes": [], "project_id": "84dfba1fced445e280afc9b8c2d71003", "id": "c672eeb4-9727-4f0e-94ee-b62c149a7595", "name": "tenantnetwork2-router_9947115f-4ecc-48ef-809b-d4ab39ebefef"}]} 2018-08-24 07:18:44,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f156d2ad-20b2-4c1f-a688-043576a55827 2018-08-24 07:18:44,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120740175247s 2018-08-24 07:18:44,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f156d2ad-20b2-4c1f-a688-043576a55827 2018-08-24 07:18:44,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 07:18:44,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/c672eeb4-9727-4f0e-94ee-b62c149a7595.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44f4fb5702be5ff610ff231540acc7726326a4f8" 2018-08-24 07:18:46,775 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fed1cb6b-85a8-4f9e-893e-a90ff0fcbd49 Content-Length: 0 Date: Fri, 24 Aug 2018 07:18:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:18:46,776 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/c672eeb4-9727-4f0e-94ee-b62c149a7595.json used request id req-fed1cb6b-85a8-4f9e-893e-a90ff0fcbd49 2018-08-24 07:18:46,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.6099998951s 2018-08-24 07:18:46,776 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/c672eeb4-9727-4f0e-94ee-b62c149a7595.json used request id req-fed1cb6b-85a8-4f9e-893e-a90ff0fcbd49 2018-08-24 07:18:46,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 07:18:46,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}44f4fb5702be5ff610ff231540acc7726326a4f8" 2018-08-24 07:18:47,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-089702e0-96c7-4dbe-a7b8-e0a9bedadb56 Date: Fri, 24 Aug 2018 07:18:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24e7af3b-d8a1-4d71-a885-2cc8144fab0d","tenant_id":"84dfba1fced445e280afc9b8c2d71003","created_at":"2018-08-24T07:18:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:18:35Z","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":"84dfba1fced445e280afc9b8c2d71003","id":"d6fdc24b-847a-4a9f-8284-d04348b8fdd1","subnetpool_id":null,"name":"tenantnetwork2-subnet_9947115f-4ecc-48ef-809b-d4ab39ebefef"}]} 2018-08-24 07:18:47,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-089702e0-96c7-4dbe-a7b8-e0a9bedadb56 2018-08-24 07:18:47,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.307723045349s 2018-08-24 07:18:47,085 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-089702e0-96c7-4dbe-a7b8-e0a9bedadb56 2018-08-24 07:18:47,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 07:18:47,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/d6fdc24b-847a-4a9f-8284-d04348b8fdd1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44f4fb5702be5ff610ff231540acc7726326a4f8" 2018-08-24 07:18:50,615 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dbb8c5d9-6564-4d41-8ded-16d0596427d5 Date: Fri, 24 Aug 2018 07:18:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:18:50,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/d6fdc24b-847a-4a9f-8284-d04348b8fdd1.json used request id req-dbb8c5d9-6564-4d41-8ded-16d0596427d5 2018-08-24 07:18:50,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.52900218964s 2018-08-24 07:18:50,615 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/d6fdc24b-847a-4a9f-8284-d04348b8fdd1.json used request id req-dbb8c5d9-6564-4d41-8ded-16d0596427d5 2018-08-24 07:18:50,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:18:50,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}44f4fb5702be5ff610ff231540acc7726326a4f8" 2018-08-24 07:18:51,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-6af5c432-fbec-4695-9c4d-b77ef12be8c5 Date: Fri, 24 Aug 2018 07:18:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T07:18:50Z","tenant_id":"84dfba1fced445e280afc9b8c2d71003","created_at":"2018-08-24T07:18:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"84dfba1fced445e280afc9b8c2d71003","id":"24e7af3b-d8a1-4d71-a885-2cc8144fab0d","name":"tenantnetwork2-net_9947115f-4ecc-48ef-809b-d4ab39ebefef"}]} 2018-08-24 07:18:51,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6af5c432-fbec-4695-9c4d-b77ef12be8c5 2018-08-24 07:18:51,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.471491098404s 2018-08-24 07:18:51,088 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6af5c432-fbec-4695-9c4d-b77ef12be8c5 2018-08-24 07:18:51,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 07:18:51,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/24e7af3b-d8a1-4d71-a885-2cc8144fab0d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}44f4fb5702be5ff610ff231540acc7726326a4f8" 2018-08-24 07:18:52,460 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a76cfc23-5227-4764-8f60-a9f14481ebc1 Date: Fri, 24 Aug 2018 07:18:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:18:52,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/24e7af3b-d8a1-4d71-a885-2cc8144fab0d.json used request id req-a76cfc23-5227-4764-8f60-a9f14481ebc1 2018-08-24 07:18:52,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.37122797966s 2018-08-24 07:18:52,460 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/24e7af3b-d8a1-4d71-a885-2cc8144fab0d.json used request id req-a76cfc23-5227-4764-8f60-a9f14481ebc1 2018-08-24 07:18:52,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:18:52,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:52,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-217b9326-329b-4b07-a758-93ae4334dec3 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/010fedb1b6b8493f87dee25ef9e427d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "010fedb1b6b8493f87dee25ef9e427d8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1c574d1430e149ccae73be8a19add554"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c574d1430e149ccae73be8a19add554", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/1e69033bcc3b4dc18ac5e9feda7879ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e69033bcc3b4dc18ac5e9feda7879ab", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/482ab629ea2b464ca0f38b4817a2e953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482ab629ea2b464ca0f38b4817a2e953", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/4b242962093549a8b2b26446bb2d45c9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b242962093549a8b2b26446bb2d45c9", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/6011f0ce70f84033bace68ed428db135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6011f0ce70f84033bace68ed428db135", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/61c5b84e120f428893b9833b7ea07536"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61c5b84e120f428893b9833b7ea07536", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/701e061a00164d34a6345f77f2a06583"}, "domain_id": "94c6fafca7294cf988c0529d5357c147", "enabled": true, "options": {}, "id": "701e061a00164d34a6345f77f2a06583", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/89da8566b3114ac68854ec081c56b8b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "89da8566b3114ac68854ec081c56b8b7", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/a87a98e4b1944968a60b64423b1736b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a87a98e4b1944968a60b64423b1736b5", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/b60376ba118042ea80808ded4be6bd9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b60376ba118042ea80808ded4be6bd9b", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_9947115f-4ecc-48ef-809b-d4ab39ebefef", "links": {"self": "http://172.30.9.25:5000/v3/users/cdb14939f50e42cb8db1c8fc5235f62d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cdb14939f50e42cb8db1c8fc5235f62d", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/d11850cf6b12475c95aade9c2bb12caa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11850cf6b12475c95aade9c2bb12caa", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/d25e4970964144ed8e2798dfa2955cc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25e4970964144ed8e2798dfa2955cc1", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/e2697db3ddde49c0a1cd64cdfc8e1924"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2697db3ddde49c0a1cd64cdfc8e1924", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-08-24 07:18:52,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-217b9326-329b-4b07-a758-93ae4334dec3 2018-08-24 07:18:52,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.296613931656s 2018-08-24 07:18:52,758 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-217b9326-329b-4b07-a758-93ae4334dec3 2018-08-24 07:18:52,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:18:52,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/cdb14939f50e42cb8db1c8fc5235f62d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:52,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3539fb5-7d37-4d9e-b184-9966c93cfb9b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_9947115f-4ecc-48ef-809b-d4ab39ebefef", "links": {"self": "http://172.30.9.25:5000/v3/users/cdb14939f50e42cb8db1c8fc5235f62d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "cdb14939f50e42cb8db1c8fc5235f62d", "description": null}} 2018-08-24 07:18:52,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/cdb14939f50e42cb8db1c8fc5235f62d used request id req-f3539fb5-7d37-4d9e-b184-9966c93cfb9b 2018-08-24 07:18:52,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202795028687s 2018-08-24 07:18:52,967 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/cdb14939f50e42cb8db1c8fc5235f62d used request id req-f3539fb5-7d37-4d9e-b184-9966c93cfb9b 2018-08-24 07:18:52,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-24 07:18:52,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/cdb14939f50e42cb8db1c8fc5235f62d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:53,353 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:18:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73ef82f8-f3b4-485b-82fc-59f69dd35f8c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:18:53,353 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/cdb14939f50e42cb8db1c8fc5235f62d used request id req-73ef82f8-f3b4-485b-82fc-59f69dd35f8c 2018-08-24 07:18:53,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.385015010834s 2018-08-24 07:18:53,353 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/cdb14939f50e42cb8db1c8fc5235f62d used request id req-73ef82f8-f3b4-485b-82fc-59f69dd35f8c 2018-08-24 07:18:53,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 07:18:53,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:53,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93f9962a-d4fb-4cf1-bb8d-6d4958dce25a Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/493fee6f873c403e9884bdf9d51cf413"}, "tags": [], "enabled": true, "id": "493fee6f873c403e9884bdf9d51cf413", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.25:5000/v3/projects/84dfba1fced445e280afc9b8c2d71003"}, "tags": [], "enabled": true, "id": "84dfba1fced445e280afc9b8c2d71003", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_9947115f-4ecc-48ef-809b-d4ab39ebefef"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1"}, "tags": [], "enabled": true, "id": "bd5da89061c541f69dcf67747600a6b1", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-24 07:18:53,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-93f9962a-d4fb-4cf1-bb8d-6d4958dce25a 2018-08-24 07:18:53,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.197806835175s 2018-08-24 07:18:53,558 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-93f9962a-d4fb-4cf1-bb8d-6d4958dce25a 2018-08-24 07:18:53,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-24 07:18:53,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/84dfba1fced445e280afc9b8c2d71003 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1ec91fd06bba09cf81f4224a30ec853af47e73c6" 2018-08-24 07:18:53,934 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:18:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9397781-ecc0-47c3-a1a0-9bd77e1a1777 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:18:53,935 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/84dfba1fced445e280afc9b8c2d71003 used request id req-e9397781-ecc0-47c3-a1a0-9bd77e1a1777 2018-08-24 07:18:53,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.373203039169s 2018-08-24 07:18:53,935 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/84dfba1fced445e280afc9b8c2d71003 used request id req-e9397781-ecc0-47c3-a1a0-9bd77e1a1777 2018-08-24 07:18:53,988 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-24 07:18:54,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:18:54,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:18:54,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:18:54,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:18:54,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:18:54,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:18:54,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:18:54,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:18:54,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:18:54,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:18:54,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:18:54,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:18:54,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:18:54,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:18:54,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:18:54,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:18:54,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:18:54,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:18:54,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:18:54,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:18:54,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:18:54,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:18:54,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:18:54,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c3f3d98-f95d-40f6-8b36-476f4a6bde1a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:18:54,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-0c3f3d98-f95d-40f6-8b36-476f4a6bde1a 2018-08-24 07:18:54,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:18:54,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a1f48ea4d65470f94da6aee8f8075d6", "name": "admin"}, {"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:18:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "493fee6f873c403e9884bdf9d51cf413", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25e4970964144ed8e2798dfa2955cc1"}, "audit_ids": ["4qY-sbl8Rc6MVoC-jaAu4g"], "issued_at": "2018-08-24T07:18:54.000000Z"}} 2018-08-24 07:18:54,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:18:54,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:18:54,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1c212b1c-2140-4d3d-be8c-914e8ebab18b Date: Fri, 24 Aug 2018 07:18:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"}]} 2018-08-24 07:18:54,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1c212b1c-2140-4d3d-be8c-914e8ebab18b 2018-08-24 07:18:54,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.35426902771s 2018-08-24 07:18:54,828 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1c212b1c-2140-4d3d-be8c-914e8ebab18b 2018-08-24 07:18:54,828 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-24 07:18:54,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 07:18:54,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" -d '{"network": {"name": "vmready1-net_126ab56b-f14d-4527-83ec-c46ea32dff14", "admin_state_up": true}}' 2018-08-24 07:18:55,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-e8b816f1-9f75-4382-bdd2-acbe7f978814 Date: Fri, 24 Aug 2018 07:18:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"884bdd43-24cd-4cfe-bbbf-03ec8ab90cd0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T07:18:55Z","is_default":false,"provider:segmentation_id":47,"name":"vmready1-net_126ab56b-f14d-4527-83ec-c46ea32dff14","admin_state_up":true,"tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:18:55Z","mtu":1450}} 2018-08-24 07:18:55,342 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e8b816f1-9f75-4382-bdd2-acbe7f978814 2018-08-24 07:18:55,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.513427019119s 2018-08-24 07:18:55,342 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e8b816f1-9f75-4382-bdd2-acbe7f978814 2018-08-24 07:18:55,343 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-24T07:18:55Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'884bdd43-24cd-4cfe-bbbf-03ec8ab90cd0', u'provider:segmentation_id': 47, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_126ab56b-f14d-4527-83ec-c46ea32dff14', u'admin_state_up': True, u'tenant_id': u'493fee6f873c403e9884bdf9d51cf413', u'created_at': u'2018-08-24T07:18:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'493fee6f873c403e9884bdf9d51cf413'}) 2018-08-24 07:18:55,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:18:55,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:18:55,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-ed039b0b-db8e-4840-acec-31fe5a5b9817 Date: Fri, 24 Aug 2018 07:18:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"884bdd43-24cd-4cfe-bbbf-03ec8ab90cd0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T07:18:55Z","provider:segmentation_id":47,"name":"vmready1-net_126ab56b-f14d-4527-83ec-c46ea32dff14","admin_state_up":true,"tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:18:55Z","provider:network_type":"vxlan"}]} 2018-08-24 07:18:55,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ed039b0b-db8e-4840-acec-31fe5a5b9817 2018-08-24 07:18:55,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.300035953522s 2018-08-24 07:18:55,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ed039b0b-db8e-4840-acec-31fe5a5b9817 2018-08-24 07:18:55,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 07:18:55,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" -d '{"subnet": {"name": "vmready1-subnet_126ab56b-f14d-4527-83ec-c46ea32dff14", "enable_dhcp": true, "network_id": "884bdd43-24cd-4cfe-bbbf-03ec8ab90cd0", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 07:18:56,354 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ebd00737-8e8b-4ea6-b8f8-aeb59557b42c Date: Fri, 24 Aug 2018 07:18:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"884bdd43-24cd-4cfe-bbbf-03ec8ab90cd0","tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:18:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:18:55Z","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":"493fee6f873c403e9884bdf9d51cf413","id":"656216cb-8d2a-42dc-b2e5-9417cd7807f9","subnetpool_id":null,"name":"vmready1-subnet_126ab56b-f14d-4527-83ec-c46ea32dff14"}} 2018-08-24 07:18:56,354 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ebd00737-8e8b-4ea6-b8f8-aeb59557b42c 2018-08-24 07:18:56,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.708252906799s 2018-08-24 07:18:56,355 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ebd00737-8e8b-4ea6-b8f8-aeb59557b42c 2018-08-24 07:18:56,355 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:18:55Z', 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'656216cb-8d2a-42dc-b2e5-9417cd7807f9', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_126ab56b-f14d-4527-83ec-c46ea32dff14', u'enable_dhcp': True, u'network_id': u'884bdd43-24cd-4cfe-bbbf-03ec8ab90cd0', u'tenant_id': u'493fee6f873c403e9884bdf9d51cf413', u'created_at': u'2018-08-24T07:18:55Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'493fee6f873c403e9884bdf9d51cf413'}) 2018-08-24 07:18:56,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 07:18:56,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" -d '{"router": {"external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a"}, "name": "vmready1-router_126ab56b-f14d-4527-83ec-c46ea32dff14", "admin_state_up": true}}' 2018-08-24 07:18:58,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-32eae418-d18e-4f54-bd4f-fc276d25de45 Date: Fri, 24 Aug 2018 07:18:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:18:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T07:18:58Z", "revision_number": 2, "routes": [], "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "f2e6c52c-db88-4c86-a374-dfd2edcdba9d", "name": "vmready1-router_126ab56b-f14d-4527-83ec-c46ea32dff14"}} 2018-08-24 07:18:58,922 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-32eae418-d18e-4f54-bd4f-fc276d25de45 2018-08-24 07:18:58,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.56612086296s 2018-08-24 07:18:58,922 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-32eae418-d18e-4f54-bd4f-fc276d25de45 2018-08-24 07:18:58,923 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'34d0d019-cdc4-4539-b3ce-9c3b1fff8757', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'493fee6f873c403e9884bdf9d51cf413', u'created_at': u'2018-08-24T07:18:57Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-24T07:18:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'493fee6f873c403e9884bdf9d51cf413', u'id': u'f2e6c52c-db88-4c86-a374-dfd2edcdba9d', u'name': u'vmready1-router_126ab56b-f14d-4527-83ec-c46ea32dff14'}) 2018-08-24 07:18:58,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 07:18:58,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/f2e6c52c-db88-4c86-a374-dfd2edcdba9d/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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" -d '{"subnet_id": "656216cb-8d2a-42dc-b2e5-9417cd7807f9"}' 2018-08-24 07:19:01,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d7a0fa78-8dd5-4324-86bf-f47d00becd41 Date: Fri, 24 Aug 2018 07:19:01 GMT RESP BODY: {"network_id": "884bdd43-24cd-4cfe-bbbf-03ec8ab90cd0", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "subnet_id": "656216cb-8d2a-42dc-b2e5-9417cd7807f9", "subnet_ids": ["656216cb-8d2a-42dc-b2e5-9417cd7807f9"], "port_id": "1a85047e-dfc5-43c5-88e9-43b3ec506536", "id": "f2e6c52c-db88-4c86-a374-dfd2edcdba9d"} 2018-08-24 07:19:01,021 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/f2e6c52c-db88-4c86-a374-dfd2edcdba9d/add_router_interface.json used request id req-d7a0fa78-8dd5-4324-86bf-f47d00becd41 2018-08-24 07:19:01,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.09756493568s 2018-08-24 07:19:01,021 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/f2e6c52c-db88-4c86-a374-dfd2edcdba9d/add_router_interface.json used request id req-d7a0fa78-8dd5-4324-86bf-f47d00becd41 returning object f2e6c52c-db88-4c86-a374-dfd2edcdba9d 2018-08-24 07:19:01,022 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-24 07:19:01,095 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-24 07:19:01,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:19:01,101 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 24 Aug 2018 07:19:01 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-08-24 07:19:01,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:19:01,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:19:01,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2e93dbf6-344b-496b-8dbc-78113ab3793c Date: Fri, 24 Aug 2018 07:19:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:19:01,936 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-2e93dbf6-344b-496b-8dbc-78113ab3793c 2018-08-24 07:19:01,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.830442905426s 2018-08-24 07:19:01,937 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-2e93dbf6-344b-496b-8dbc-78113ab3793c 2018-08-24 07:19:01,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-24 07:19:01,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_126ab56b-f14d-4527-83ec-c46ea32dff14", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_126ab56b-f14d-4527-83ec-c46ea32dff14"}' 2018-08-24 07:19:02,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-19b53bd9-5c2f-4fb9-a39d-cd88a2f73342 Date: Fri, 24 Aug 2018 07:19:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:19:02Z", "file": "/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5/file", "owner": "493fee6f873c403e9884bdf9d51cf413", "id": "1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5", "size": null, "self": "/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5", "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_126ab56b-f14d-4527-83ec-c46ea32dff14", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_126ab56b-f14d-4527-83ec-c46ea32dff14", "checksum": null, "created_at": "2018-08-24T07:19:02Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-24 07:19:02,862 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-19b53bd9-5c2f-4fb9-a39d-cd88a2f73342 2018-08-24 07:19:02,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.916746139526s 2018-08-24 07:19:02,862 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-19b53bd9-5c2f-4fb9-a39d-cd88a2f73342 returning object 1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5 2018-08-24 07:19:02,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-24 07:19:02,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5/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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" -d '' 2018-08-24 07:19:07,056 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2c4b9c9a-3030-4539-8a1c-2bb573c142e3 Date: Fri, 24 Aug 2018 07:19:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 07:19:07,056 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5/file used request id req-2c4b9c9a-3030-4539-8a1c-2bb573c142e3 2018-08-24 07:19:07,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.19317221642s 2018-08-24 07:19:07,057 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5/file used request id req-2c4b9c9a-3030-4539-8a1c-2bb573c142e3 2018-08-24 07:19:07,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:19:07,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:19:07,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-b08952de-3d2a-47df-875f-70080287cb6d Date: Fri, 24 Aug 2018 07:19:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:19:07Z", "file": "/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5/file", "owner": "493fee6f873c403e9884bdf9d51cf413", "id": "1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5", "size": 12716032, "self": "/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_126ab56b-f14d-4527-83ec-c46ea32dff14", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_126ab56b-f14d-4527-83ec-c46ea32dff14", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:19:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:19:07,088 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-b08952de-3d2a-47df-875f-70080287cb6d 2018-08-24 07:19:07,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0267980098724s 2018-08-24 07:19:07,088 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-b08952de-3d2a-47df-875f-70080287cb6d 2018-08-24 07:19:07,090 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5/file', 'owner': u'493fee6f873c403e9884bdf9d51cf413', 'id': u'1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5', 'size': 12716032, u'self': u'/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'493fee6f873c403e9884bdf9d51cf413', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-24T07:19:07Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-24T07:19:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_126ab56b-f14d-4527-83ec-c46ea32dff14', '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/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5', 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_126ab56b-f14d-4527-83ec-c46ea32dff14', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_126ab56b-f14d-4527-83ec-c46ea32dff14', 'created': u'2018-08-24T07:19:02Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-24T07:19:02Z', 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/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5', 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_126ab56b-f14d-4527-83ec-c46ea32dff14', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-24 07:19:07,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-24 07:19:07,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_126ab56b-f14d-4527-83ec-c46ea32dff14", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-24 07:19:07,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-093798f7-b67a-42f1-be02-f2086f96ccd1 x-compute-request-id: req-093798f7-b67a-42f1-be02-f2086f96ccd1 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_126ab56b-f14d-4527-83ec-c46ea32dff14", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/76f75606-3fcf-400b-bc3d-795e25cb0414", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/76f75606-3fcf-400b-bc3d-795e25cb0414", "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": "76f75606-3fcf-400b-bc3d-795e25cb0414"}} 2018-08-24 07:19:07,973 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-093798f7-b67a-42f1-be02-f2086f96ccd1 2018-08-24 07:19:07,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.882110834122s 2018-08-24 07:19:07,974 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-093798f7-b67a-42f1-be02-f2086f96ccd1 2018-08-24 07:19:07,975 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_126ab56b-f14d-4527-83ec-c46ea32dff14', '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'493fee6f873c403e9884bdf9d51cf413', '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'76f75606-3fcf-400b-bc3d-795e25cb0414', 'swap': 0}) 2018-08-24 07:19:07,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-24 07:19:07,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/76f75606-3fcf-400b-bc3d-795e25cb0414/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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" -d '{"extra_specs": {}}' 2018-08-24 07:19:08,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36a52871-672e-48c2-a20e-acc4d6873765 x-compute-request-id: req-36a52871-672e-48c2-a20e-acc4d6873765 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-24 07:19:08,111 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/76f75606-3fcf-400b-bc3d-795e25cb0414/os-extra_specs used request id req-36a52871-672e-48c2-a20e-acc4d6873765 2018-08-24 07:19:08,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.135369062424s 2018-08-24 07:19:08,111 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/76f75606-3fcf-400b-bc3d-795e25cb0414/os-extra_specs used request id req-36a52871-672e-48c2-a20e-acc4d6873765 2018-08-24 07:19:08,227 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 07:19:08,227 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-24 07:19:08,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 07:19:08,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/f2e6c52c-db88-4c86-a374-dfd2edcdba9d/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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" -d '{"subnet_id": "656216cb-8d2a-42dc-b2e5-9417cd7807f9"}' 2018-08-24 07:19:11,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9c846c3a-dcef-46b3-9ed3-5a18de1eed63 Date: Fri, 24 Aug 2018 07:19:11 GMT RESP BODY: {"network_id": "884bdd43-24cd-4cfe-bbbf-03ec8ab90cd0", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "subnet_id": "656216cb-8d2a-42dc-b2e5-9417cd7807f9", "subnet_ids": ["656216cb-8d2a-42dc-b2e5-9417cd7807f9"], "port_id": "1a85047e-dfc5-43c5-88e9-43b3ec506536", "id": "f2e6c52c-db88-4c86-a374-dfd2edcdba9d"} 2018-08-24 07:19:11,114 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/f2e6c52c-db88-4c86-a374-dfd2edcdba9d/remove_router_interface.json used request id req-9c846c3a-dcef-46b3-9ed3-5a18de1eed63 2018-08-24 07:19:11,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.88129281998s 2018-08-24 07:19:11,114 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/f2e6c52c-db88-4c86-a374-dfd2edcdba9d/remove_router_interface.json used request id req-9c846c3a-dcef-46b3-9ed3-5a18de1eed63 returning object f2e6c52c-db88-4c86-a374-dfd2edcdba9d 2018-08-24 07:19:11,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 07:19:11,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:19:11,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-e5b47dce-63d7-4fb8-af8e-4dd9a49f8cf6 Date: Fri, 24 Aug 2018 07:19:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:18:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T07:19:10Z", "revision_number": 4, "routes": [], "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "f2e6c52c-db88-4c86-a374-dfd2edcdba9d", "name": "vmready1-router_126ab56b-f14d-4527-83ec-c46ea32dff14"}]} 2018-08-24 07:19:11,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-e5b47dce-63d7-4fb8-af8e-4dd9a49f8cf6 2018-08-24 07:19:11,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.379045963287s 2018-08-24 07:19:11,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-e5b47dce-63d7-4fb8-af8e-4dd9a49f8cf6 2018-08-24 07:19:11,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 07:19:11,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/f2e6c52c-db88-4c86-a374-dfd2edcdba9d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:19:12,897 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6b4c2cc0-72e8-457e-a151-63ac06f47ee1 Content-Length: 0 Date: Fri, 24 Aug 2018 07:19:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:19:12,898 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/f2e6c52c-db88-4c86-a374-dfd2edcdba9d.json used request id req-6b4c2cc0-72e8-457e-a151-63ac06f47ee1 2018-08-24 07:19:12,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.40240716934s 2018-08-24 07:19:12,898 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/f2e6c52c-db88-4c86-a374-dfd2edcdba9d.json used request id req-6b4c2cc0-72e8-457e-a151-63ac06f47ee1 2018-08-24 07:19:12,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 07:19:12,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:19:12,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-ddfb9d6c-e60b-4a60-8fde-3239a41f308e Date: Fri, 24 Aug 2018 07:19:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:56Z","dns_nameservers":[],"updated_at":"2018-08-24T07:14:56Z","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":"bd5da89061c541f69dcf67747600a6b1","id":"34d0d019-cdc4-4539-b3ce-9c3b1fff8757","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"884bdd43-24cd-4cfe-bbbf-03ec8ab90cd0","tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:18:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:18:55Z","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":"493fee6f873c403e9884bdf9d51cf413","id":"656216cb-8d2a-42dc-b2e5-9417cd7807f9","subnetpool_id":null,"name":"vmready1-subnet_126ab56b-f14d-4527-83ec-c46ea32dff14"}]} 2018-08-24 07:19:12,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ddfb9d6c-e60b-4a60-8fde-3239a41f308e 2018-08-24 07:19:12,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0455679893494s 2018-08-24 07:19:12,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ddfb9d6c-e60b-4a60-8fde-3239a41f308e 2018-08-24 07:19:12,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 07:19:12,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/656216cb-8d2a-42dc-b2e5-9417cd7807f9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:19:15,557 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3e146694-46f6-40ab-be03-e492ba971e5a Date: Fri, 24 Aug 2018 07:19:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:19:15,557 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/656216cb-8d2a-42dc-b2e5-9417cd7807f9.json used request id req-3e146694-46f6-40ab-be03-e492ba971e5a 2018-08-24 07:19:15,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.61144089699s 2018-08-24 07:19:15,558 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/656216cb-8d2a-42dc-b2e5-9417cd7807f9.json used request id req-3e146694-46f6-40ab-be03-e492ba971e5a 2018-08-24 07:19:15,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:19:15,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:19:15,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-c2b020e3-4f36-4590-848f-780769074249 Date: Fri, 24 Aug 2018 07:19:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"884bdd43-24cd-4cfe-bbbf-03ec8ab90cd0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T07:19:15Z","provider:segmentation_id":47,"name":"vmready1-net_126ab56b-f14d-4527-83ec-c46ea32dff14","admin_state_up":true,"tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:18:55Z","provider:network_type":"vxlan"}]} 2018-08-24 07:19:15,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-c2b020e3-4f36-4590-848f-780769074249 2018-08-24 07:19:15,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0831878185272s 2018-08-24 07:19:15,642 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-c2b020e3-4f36-4590-848f-780769074249 2018-08-24 07:19:15,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 07:19:15,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/884bdd43-24cd-4cfe-bbbf-03ec8ab90cd0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:19:17,311 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85e7faf8-0164-45d2-b197-ce0e3d848ef3 Date: Fri, 24 Aug 2018 07:19:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:19:17,311 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/884bdd43-24cd-4cfe-bbbf-03ec8ab90cd0.json used request id req-85e7faf8-0164-45d2-b197-ce0e3d848ef3 2018-08-24 07:19:17,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.66776990891s 2018-08-24 07:19:17,311 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/884bdd43-24cd-4cfe-bbbf-03ec8ab90cd0.json used request id req-85e7faf8-0164-45d2-b197-ce0e3d848ef3 2018-08-24 07:19:17,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:19:17,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:19:18,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-473bbe6b-5dd7-48c0-8b06-8bce734f5594 Date: Fri, 24 Aug 2018 07:19:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:19:07Z", "file": "/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5/file", "owner": "493fee6f873c403e9884bdf9d51cf413", "id": "1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5", "size": 12716032, "self": "/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_126ab56b-f14d-4527-83ec-c46ea32dff14", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_126ab56b-f14d-4527-83ec-c46ea32dff14", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:19:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:19:18,163 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-473bbe6b-5dd7-48c0-8b06-8bce734f5594 2018-08-24 07:19:18,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.847285985947s 2018-08-24 07:19:18,163 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-473bbe6b-5dd7-48c0-8b06-8bce734f5594 2018-08-24 07:19:18,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-24 07:19:18,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:19:19,295 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-90089b04-5d75-4339-9238-47fabcb49663 Date: Fri, 24 Aug 2018 07:19:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 07:19:19,295 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5 used request id req-90089b04-5d75-4339-9238-47fabcb49663 2018-08-24 07:19:19,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.13006091118s 2018-08-24 07:19:19,295 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/1a0ade1b-53ef-4fa3-97d7-975c7a3bd4a5 used request id req-90089b04-5d75-4339-9238-47fabcb49663 2018-08-24 07:19:19,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-24 07:19:19,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:19:19,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d888eb56-08d0-4a90-8188-0ddaccbc5b1d x-compute-request-id: req-d888eb56-08d0-4a90-8188-0ddaccbc5b1d Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_126ab56b-f14d-4527-83ec-c46ea32dff14", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/76f75606-3fcf-400b-bc3d-795e25cb0414", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/76f75606-3fcf-400b-bc3d-795e25cb0414", "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": "76f75606-3fcf-400b-bc3d-795e25cb0414"}]} 2018-08-24 07:19:19,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d888eb56-08d0-4a90-8188-0ddaccbc5b1d 2018-08-24 07:19:19,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.025661945343s 2018-08-24 07:19:19,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d888eb56-08d0-4a90-8188-0ddaccbc5b1d 2018-08-24 07:19:19,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-24 07:19:19,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/76f75606-3fcf-400b-bc3d-795e25cb0414 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}565a5ab115ce488cf8c0c60e0b58240bc1a4dda0" 2018-08-24 07:19:19,492 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:19:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-286e552e-0752-4205-9504-c2949823a98a x-compute-request-id: req-286e552e-0752-4205-9504-c2949823a98a Content-Length: 0 Content-Type: application/json 2018-08-24 07:19:19,493 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/76f75606-3fcf-400b-bc3d-795e25cb0414 used request id req-286e552e-0752-4205-9504-c2949823a98a 2018-08-24 07:19:19,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.168720006943s 2018-08-24 07:19:19,493 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/76f75606-3fcf-400b-bc3d-795e25cb0414 used request id req-286e552e-0752-4205-9504-c2949823a98a 2018-08-24 07:19:19,544 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-24 07:19:19,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:19:19,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:19:19,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:19:19,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:19:19,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:19:19,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:19:19,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:19:19,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:19:19,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:19:19,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:19:19,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28507e62-2013-4795-b49d-c528fa67f050 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:19:19,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-28507e62-2013-4795-b49d-c528fa67f050 2018-08-24 07:19:19,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:19:20,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a1f48ea4d65470f94da6aee8f8075d6", "name": "admin"}, {"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:19:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "493fee6f873c403e9884bdf9d51cf413", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25e4970964144ed8e2798dfa2955cc1"}, "audit_ids": ["JTTub03xSjaWIi5ZwxBS7A"], "issued_at": "2018-08-24T07:19:20.000000Z"}} 2018-08-24 07:19:20,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:19:20,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:20,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-617943e7-75cf-4278-a480-acfa5ca8798e Date: Fri, 24 Aug 2018 07:19:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"}]} 2018-08-24 07:19:20,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-617943e7-75cf-4278-a480-acfa5ca8798e 2018-08-24 07:19:20,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.395507097244s 2018-08-24 07:19:20,548 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-617943e7-75cf-4278-a480-acfa5ca8798e 2018-08-24 07:19:20,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:19:20,556 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 24 Aug 2018 07:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab7a0068-06b2-4b7b-95d7-23d23a9acb28 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.25:5000/v3/", "rel": "self"}]}]}} 2018-08-24 07:19:20,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-ab7a0068-06b2-4b7b-95d7-23d23a9acb28 2018-08-24 07:19:20,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 07:19:20,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:20,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-609fdaee-bc68-4cb9-839e-c5cff3f6f50c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/94c6fafca7294cf988c0529d5357c147"}, "tags": [], "enabled": true, "id": "94c6fafca7294cf988c0529d5357c147", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-08-24 07:19:20,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-609fdaee-bc68-4cb9-839e-c5cff3f6f50c 2018-08-24 07:19:20,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.286998033524s 2018-08-24 07:19:20,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-609fdaee-bc68-4cb9-839e-c5cff3f6f50c 2018-08-24 07:19:20,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-24 07:19:20,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_2c0716ea-dd34-4872-83fd-c8d509a04dae"}}' 2018-08-24 07:19:21,114 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 07:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5dc44d9-0452-4fcc-91da-39a647c8ebd8 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.25:5000/v3/projects/b4297f2c347c4ac08a0749726b0def72"}, "tags": [], "enabled": true, "id": "b4297f2c347c4ac08a0749726b0def72", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2c0716ea-dd34-4872-83fd-c8d509a04dae"}} 2018-08-24 07:19:21,114 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-f5dc44d9-0452-4fcc-91da-39a647c8ebd8 2018-08-24 07:19:21,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.262601852417s 2018-08-24 07:19:21,115 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-f5dc44d9-0452-4fcc-91da-39a647c8ebd8 2018-08-24 07:19:21,115 - 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'b4297f2c347c4ac08a0749726b0def72', '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_2c0716ea-dd34-4872-83fd-c8d509a04dae'}) 2018-08-24 07:19:21,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-24 07:19:21,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "239bb2a0-f5d8-44e5-b2e4-a33706153646", "email": null, "name": "vmready2-user_2c0716ea-dd34-4872-83fd-c8d509a04dae"}}' 2018-08-24 07:19:21,710 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 07:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32e05782-049c-4170-af82-c7b7e2319740 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_2c0716ea-dd34-4872-83fd-c8d509a04dae", "links": {"self": "http://172.30.9.25:5000/v3/users/66c77cbcdba346dfb84c430d611ba0a5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "66c77cbcdba346dfb84c430d611ba0a5", "domain_id": "default", "password_expires_at": null}} 2018-08-24 07:19:21,710 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-32e05782-049c-4170-af82-c7b7e2319740 2018-08-24 07:19:21,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.588677883148s 2018-08-24 07:19:21,711 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-32e05782-049c-4170-af82-c7b7e2319740 2018-08-24 07:19:21,711 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'66c77cbcdba346dfb84c430d611ba0a5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_2c0716ea-dd34-4872-83fd-c8d509a04dae'}) 2018-08-24 07:19:21,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:19:21,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:21,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-664c8927-86ce-4ba9-825a-97c0721ad650 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:19:21,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-664c8927-86ce-4ba9-825a-97c0721ad650 2018-08-24 07:19:21,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198558807373s 2018-08-24 07:19:21,914 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-664c8927-86ce-4ba9-825a-97c0721ad650 2018-08-24 07:19:21,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:19:21,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:22,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29ee041c-ed37-4572-a083-652dfeffe3e7 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:19:22,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-29ee041c-ed37-4572-a083-652dfeffe3e7 2018-08-24 07:19:22,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173228979111s 2018-08-24 07:19:22,092 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-29ee041c-ed37-4572-a083-652dfeffe3e7 2018-08-24 07:19:22,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:19:22,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:22,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb000cd1-ccae-4cd7-ae77-4ed28ae2c140 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:19:22,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-fb000cd1-ccae-4cd7-ae77-4ed28ae2c140 2018-08-24 07:19:22,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196769952774s 2018-08-24 07:19:22,294 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-fb000cd1-ccae-4cd7-ae77-4ed28ae2c140 2018-08-24 07:19:22,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 07:19:22,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:22,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9754c4e8-dcbd-406b-980f-af49246cd231 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-24 07:19:22,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-9754c4e8-dcbd-406b-980f-af49246cd231 2018-08-24 07:19:22,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.217699050903s 2018-08-24 07:19:22,517 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-9754c4e8-dcbd-406b-980f-af49246cd231 2018-08-24 07:19:22,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:19:22,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:22,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0631775-7741-43d5-9d9f-46897414d12f Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/010fedb1b6b8493f87dee25ef9e427d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "010fedb1b6b8493f87dee25ef9e427d8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1c574d1430e149ccae73be8a19add554"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c574d1430e149ccae73be8a19add554", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/1e69033bcc3b4dc18ac5e9feda7879ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e69033bcc3b4dc18ac5e9feda7879ab", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/482ab629ea2b464ca0f38b4817a2e953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482ab629ea2b464ca0f38b4817a2e953", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/4b242962093549a8b2b26446bb2d45c9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b242962093549a8b2b26446bb2d45c9", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/6011f0ce70f84033bace68ed428db135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6011f0ce70f84033bace68ed428db135", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/61c5b84e120f428893b9833b7ea07536"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61c5b84e120f428893b9833b7ea07536", "email": "glance@localhost", "password_expires_at": null}, {"name": "vmready2-user_2c0716ea-dd34-4872-83fd-c8d509a04dae", "links": {"self": "http://172.30.9.25:5000/v3/users/66c77cbcdba346dfb84c430d611ba0a5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "66c77cbcdba346dfb84c430d611ba0a5", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/701e061a00164d34a6345f77f2a06583"}, "domain_id": "94c6fafca7294cf988c0529d5357c147", "enabled": true, "options": {}, "id": "701e061a00164d34a6345f77f2a06583", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/89da8566b3114ac68854ec081c56b8b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "89da8566b3114ac68854ec081c56b8b7", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/a87a98e4b1944968a60b64423b1736b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a87a98e4b1944968a60b64423b1736b5", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/b60376ba118042ea80808ded4be6bd9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b60376ba118042ea80808ded4be6bd9b", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/d11850cf6b12475c95aade9c2bb12caa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11850cf6b12475c95aade9c2bb12caa", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/d25e4970964144ed8e2798dfa2955cc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25e4970964144ed8e2798dfa2955cc1", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/e2697db3ddde49c0a1cd64cdfc8e1924"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2697db3ddde49c0a1cd64cdfc8e1924", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-08-24 07:19:22,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-d0631775-7741-43d5-9d9f-46897414d12f 2018-08-24 07:19:22,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.228816986084s 2018-08-24 07:19:22,747 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-d0631775-7741-43d5-9d9f-46897414d12f 2018-08-24 07:19:22,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 07:19:22,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:22,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcb2aba7-163f-4fcc-b71f-3be29eeb7e06 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/493fee6f873c403e9884bdf9d51cf413"}, "tags": [], "enabled": true, "id": "493fee6f873c403e9884bdf9d51cf413", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1"}, "tags": [], "enabled": true, "id": "bd5da89061c541f69dcf67747600a6b1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.25:5000/v3/projects/b4297f2c347c4ac08a0749726b0def72"}, "tags": [], "enabled": true, "id": "b4297f2c347c4ac08a0749726b0def72", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2c0716ea-dd34-4872-83fd-c8d509a04dae"}]} 2018-08-24 07:19:22,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-fcb2aba7-163f-4fcc-b71f-3be29eeb7e06 2018-08-24 07:19:22,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.20387005806s 2018-08-24 07:19:22,963 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-fcb2aba7-163f-4fcc-b71f-3be29eeb7e06 2018-08-24 07:19:22,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-24 07:19:22,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=66c77cbcdba346dfb84c430d611ba0a5&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=b4297f2c347c4ac08a0749726b0def72" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:23,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b13e18f8-13d4-476f-824b-16882afe342b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=66c77cbcdba346dfb84c430d611ba0a5&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=b4297f2c347c4ac08a0749726b0def72", "previous": null, "next": null}} 2018-08-24 07:19:23,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=66c77cbcdba346dfb84c430d611ba0a5&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=b4297f2c347c4ac08a0749726b0def72 used request id req-b13e18f8-13d4-476f-824b-16882afe342b 2018-08-24 07:19:23,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104868888855s 2018-08-24 07:19:23,076 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=66c77cbcdba346dfb84c430d611ba0a5&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=b4297f2c347c4ac08a0749726b0def72 used request id req-b13e18f8-13d4-476f-824b-16882afe342b 2018-08-24 07:19:23,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-24 07:19:23,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/b4297f2c347c4ac08a0749726b0def72/users/66c77cbcdba346dfb84c430d611ba0a5/roles/c4142aa70fd34e02a9ab8aac78c7a79f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:23,375 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:19:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cb26cf2-7479-4157-aac1-a98c5fa9bdcf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:19:23,376 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/b4297f2c347c4ac08a0749726b0def72/users/66c77cbcdba346dfb84c430d611ba0a5/roles/c4142aa70fd34e02a9ab8aac78c7a79f used request id req-9cb26cf2-7479-4157-aac1-a98c5fa9bdcf 2018-08-24 07:19:23,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.296478033066s 2018-08-24 07:19:23,376 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/b4297f2c347c4ac08a0749726b0def72/users/66c77cbcdba346dfb84c430d611ba0a5/roles/c4142aa70fd34e02a9ab8aac78c7a79f used request id req-9cb26cf2-7479-4157-aac1-a98c5fa9bdcf 2018-08-24 07:19:23,377 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_2c0716ea-dd34-4872-83fd-c8d509a04dae', 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'b4297f2c347c4ac08a0749726b0def72', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '239bb2a0-f5d8-44e5-b2e4-a33706153646', 'username': u'vmready2-user_2c0716ea-dd34-4872-83fd-c8d509a04dae', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-24 07:19:23,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:19:23,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:19:23,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:19:23,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:19:23,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:19:23,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:19:23,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:19:23,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:19:23,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:19:23,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:19:23,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:19:23,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:19:23,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:19:23,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:19:23,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:19:23,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:19:23,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:19:23,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:19:23,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:19:23,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:19:23,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:19:23,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:19:23,382 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_2c0716ea-dd34-4872-83fd-c8d509a04dae', 'password': '239bb2a0-f5d8-44e5-b2e4-a33706153646', 'project_name': 'vmready2-project_2c0716ea-dd34-4872-83fd-c8d509a04dae', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'b4297f2c347c4ac08a0749726b0def72', 'project_domain_name': 'Default'} 2018-08-24 07:19:23,382 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-24 07:19:23,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:19:23,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c97a452-60c1-4fee-ba9c-d52db03fe5f6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:19:23,391 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-9c97a452-60c1-4fee-ba9c-d52db03fe5f6 2018-08-24 07:19:23,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:19:23,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:19:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4297f2c347c4ac08a0749726b0def72", "name": "vmready2-project_2c0716ea-dd34-4872-83fd-c8d509a04dae"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_b4297f2c347c4ac08a0749726b0def72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_b4297f2c347c4ac08a0749726b0def72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/b4297f2c347c4ac08a0749726b0def72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/b4297f2c347c4ac08a0749726b0def72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/b4297f2c347c4ac08a0749726b0def72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b4297f2c347c4ac08a0749726b0def72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/b4297f2c347c4ac08a0749726b0def72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/b4297f2c347c4ac08a0749726b0def72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b4297f2c347c4ac08a0749726b0def72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/b4297f2c347c4ac08a0749726b0def72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/b4297f2c347c4ac08a0749726b0def72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b4297f2c347c4ac08a0749726b0def72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/b4297f2c347c4ac08a0749726b0def72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/b4297f2c347c4ac08a0749726b0def72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_2c0716ea-dd34-4872-83fd-c8d509a04dae", "id": "66c77cbcdba346dfb84c430d611ba0a5"}, "audit_ids": ["f32talXeQTKigSGBGJ3Opw"], "issued_at": "2018-08-24T07:19:23.000000Z"}} 2018-08-24 07:19:23,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 07:19:23,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e992031a9948fce8d81327dce4864185252b7998" -d '{"network": {"name": "vmready2-net_2c0716ea-dd34-4872-83fd-c8d509a04dae", "admin_state_up": true}}' 2018-08-24 07:19:24,566 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-5bf158de-9da9-4a27-887e-c163be696a46 Date: Fri, 24 Aug 2018 07:19:24 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b4297f2c347c4ac08a0749726b0def72","created_at":"2018-08-24T07:19:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-24T07:19:24Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b4297f2c347c4ac08a0749726b0def72","id":"dd81e902-fe2a-4241-8dd1-dd24a4a22879","name":"vmready2-net_2c0716ea-dd34-4872-83fd-c8d509a04dae"}} 2018-08-24 07:19:24,566 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5bf158de-9da9-4a27-887e-c163be696a46 2018-08-24 07:19:24,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.7854180336s 2018-08-24 07:19:24,567 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5bf158de-9da9-4a27-887e-c163be696a46 2018-08-24 07:19:24,567 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:19:24Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'dd81e902-fe2a-4241-8dd1-dd24a4a22879', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_2c0716ea-dd34-4872-83fd-c8d509a04dae', u'admin_state_up': True, u'tenant_id': u'b4297f2c347c4ac08a0749726b0def72', u'created_at': u'2018-08-24T07:19:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b4297f2c347c4ac08a0749726b0def72'}) 2018-08-24 07:19:24,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:19:24,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e992031a9948fce8d81327dce4864185252b7998" 2018-08-24 07:19:25,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-42db6472-a849-47cc-aac0-2825861f9f9d Date: Fri, 24 Aug 2018 07:19:25 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":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T07:19:24Z","tenant_id":"b4297f2c347c4ac08a0749726b0def72","created_at":"2018-08-24T07:19:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"b4297f2c347c4ac08a0749726b0def72","id":"dd81e902-fe2a-4241-8dd1-dd24a4a22879","name":"vmready2-net_2c0716ea-dd34-4872-83fd-c8d509a04dae"}]} 2018-08-24 07:19:25,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-42db6472-a849-47cc-aac0-2825861f9f9d 2018-08-24 07:19:25,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.14296507835s 2018-08-24 07:19:25,711 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-42db6472-a849-47cc-aac0-2825861f9f9d 2018-08-24 07:19:25,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 07:19:25,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e992031a9948fce8d81327dce4864185252b7998" -d '{"subnet": {"name": "vmready2-subnet_2c0716ea-dd34-4872-83fd-c8d509a04dae", "enable_dhcp": true, "network_id": "dd81e902-fe2a-4241-8dd1-dd24a4a22879", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 07:19:26,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c42db7bc-345a-4736-a5c7-60db8d60be95 Date: Fri, 24 Aug 2018 07:19:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dd81e902-fe2a-4241-8dd1-dd24a4a22879","tenant_id":"b4297f2c347c4ac08a0749726b0def72","created_at":"2018-08-24T07:19:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:19:26Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"b4297f2c347c4ac08a0749726b0def72","id":"73baa801-0d7c-4a87-8f16-6a61ca4f8de9","subnetpool_id":null,"name":"vmready2-subnet_2c0716ea-dd34-4872-83fd-c8d509a04dae"}} 2018-08-24 07:19:26,649 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-c42db7bc-345a-4736-a5c7-60db8d60be95 2018-08-24 07:19:26,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.936628103256s 2018-08-24 07:19:26,650 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-c42db7bc-345a-4736-a5c7-60db8d60be95 2018-08-24 07:19:26,650 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:19:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'73baa801-0d7c-4a87-8f16-6a61ca4f8de9', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_2c0716ea-dd34-4872-83fd-c8d509a04dae', u'enable_dhcp': True, u'network_id': u'dd81e902-fe2a-4241-8dd1-dd24a4a22879', u'tenant_id': u'b4297f2c347c4ac08a0749726b0def72', u'created_at': u'2018-08-24T07:19:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b4297f2c347c4ac08a0749726b0def72'}) 2018-08-24 07:19:26,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 07:19:26,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e992031a9948fce8d81327dce4864185252b7998" -d '{"router": {"external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a"}, "name": "vmready2-router_2c0716ea-dd34-4872-83fd-c8d509a04dae", "admin_state_up": true}}' 2018-08-24 07:19:29,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-c3b80cb8-9bc2-48f5-a79f-d49ef59f0fdb Date: Fri, 24 Aug 2018 07:19:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "created_at": "2018-08-24T07:19:27Z", "admin_state_up": true, "updated_at": "2018-08-24T07:19:29Z", "revision_number": 2, "routes": [], "project_id": "b4297f2c347c4ac08a0749726b0def72", "id": "fc367fda-10b3-4199-bafa-86aa38e401e1", "name": "vmready2-router_2c0716ea-dd34-4872-83fd-c8d509a04dae"}} 2018-08-24 07:19:29,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-c3b80cb8-9bc2-48f5-a79f-d49ef59f0fdb 2018-08-24 07:19:29,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.62372398376s 2018-08-24 07:19:29,275 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-c3b80cb8-9bc2-48f5-a79f-d49ef59f0fdb 2018-08-24 07:19:29,275 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'34d0d019-cdc4-4539-b3ce-9c3b1fff8757', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b4297f2c347c4ac08a0749726b0def72', u'created_at': u'2018-08-24T07:19:27Z', u'admin_state_up': True, u'updated_at': u'2018-08-24T07:19:29Z', u'revision_number': 2, u'routes': [], u'project_id': u'b4297f2c347c4ac08a0749726b0def72', u'id': u'fc367fda-10b3-4199-bafa-86aa38e401e1', u'name': u'vmready2-router_2c0716ea-dd34-4872-83fd-c8d509a04dae'}) 2018-08-24 07:19:29,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 07:19:29,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/fc367fda-10b3-4199-bafa-86aa38e401e1/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}e992031a9948fce8d81327dce4864185252b7998" -d '{"subnet_id": "73baa801-0d7c-4a87-8f16-6a61ca4f8de9"}' 2018-08-24 07:19:32,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-72e5066e-6c76-417c-8de7-a6432ee4b216 Date: Fri, 24 Aug 2018 07:19:32 GMT RESP BODY: {"network_id": "dd81e902-fe2a-4241-8dd1-dd24a4a22879", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "subnet_id": "73baa801-0d7c-4a87-8f16-6a61ca4f8de9", "subnet_ids": ["73baa801-0d7c-4a87-8f16-6a61ca4f8de9"], "port_id": "b327e328-4bc3-47ae-8e4b-3a46e075f179", "id": "fc367fda-10b3-4199-bafa-86aa38e401e1"} 2018-08-24 07:19:32,583 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/fc367fda-10b3-4199-bafa-86aa38e401e1/add_router_interface.json used request id req-72e5066e-6c76-417c-8de7-a6432ee4b216 2018-08-24 07:19:32,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.30669498444s 2018-08-24 07:19:32,583 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/fc367fda-10b3-4199-bafa-86aa38e401e1/add_router_interface.json used request id req-72e5066e-6c76-417c-8de7-a6432ee4b216 returning object fc367fda-10b3-4199-bafa-86aa38e401e1 2018-08-24 07:19:32,583 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-24 07:19:32,716 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-24 07:19:32,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:19:32,722 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 24 Aug 2018 07:19:32 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-08-24 07:19:32,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:19:32,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e992031a9948fce8d81327dce4864185252b7998" 2018-08-24 07:19:33,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9a0dd1cf-1c74-4232-88d2-938c5a1d41a0 Date: Fri, 24 Aug 2018 07:19:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:19:33,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-9a0dd1cf-1c74-4232-88d2-938c5a1d41a0 2018-08-24 07:19:33,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.925934076309s 2018-08-24 07:19:33,654 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-9a0dd1cf-1c74-4232-88d2-938c5a1d41a0 2018-08-24 07:19:33,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-24 07:19:33,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e992031a9948fce8d81327dce4864185252b7998" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_2c0716ea-dd34-4872-83fd-c8d509a04dae", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_2c0716ea-dd34-4872-83fd-c8d509a04dae"}' 2018-08-24 07:19:34,520 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ac1e7f36-0459-4d8f-b72e-8189b16b92ce Date: Fri, 24 Aug 2018 07:19:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:19:34Z", "file": "/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29/file", "owner": "b4297f2c347c4ac08a0749726b0def72", "id": "2a5e96fd-9b4e-4d1a-81a8-727616024d29", "size": null, "self": "/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29", "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_2c0716ea-dd34-4872-83fd-c8d509a04dae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2c0716ea-dd34-4872-83fd-c8d509a04dae", "checksum": null, "created_at": "2018-08-24T07:19:34Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-24 07:19:34,520 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-ac1e7f36-0459-4d8f-b72e-8189b16b92ce 2018-08-24 07:19:34,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.85835814476s 2018-08-24 07:19:34,520 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-ac1e7f36-0459-4d8f-b72e-8189b16b92ce returning object 2a5e96fd-9b4e-4d1a-81a8-727616024d29 2018-08-24 07:19:34,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-24 07:19:34,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29/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}e992031a9948fce8d81327dce4864185252b7998" -d '' 2018-08-24 07:19:35,766 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc048c18-f867-4ee2-8d25-1808c26430b5 Date: Fri, 24 Aug 2018 07:19:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 07:19:35,766 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29/file used request id req-fc048c18-f867-4ee2-8d25-1808c26430b5 2018-08-24 07:19:35,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.24520802498s 2018-08-24 07:19:35,767 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29/file used request id req-fc048c18-f867-4ee2-8d25-1808c26430b5 2018-08-24 07:19:35,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:19:35,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e992031a9948fce8d81327dce4864185252b7998" 2018-08-24 07:19:36,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-6e996a69-ec6f-464b-a7d5-0781d47a4ece Date: Fri, 24 Aug 2018 07:19:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:19:35Z", "file": "/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29/file", "owner": "b4297f2c347c4ac08a0749726b0def72", "id": "2a5e96fd-9b4e-4d1a-81a8-727616024d29", "size": 12716032, "self": "/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_2c0716ea-dd34-4872-83fd-c8d509a04dae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2c0716ea-dd34-4872-83fd-c8d509a04dae", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:19:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:19:36,553 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-6e996a69-ec6f-464b-a7d5-0781d47a4ece 2018-08-24 07:19:36,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.782299995422s 2018-08-24 07:19:36,553 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-6e996a69-ec6f-464b-a7d5-0781d47a4ece 2018-08-24 07:19:36,555 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29/file', 'owner': u'b4297f2c347c4ac08a0749726b0def72', 'id': u'2a5e96fd-9b4e-4d1a-81a8-727616024d29', 'size': 12716032, u'self': u'/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b4297f2c347c4ac08a0749726b0def72', 'name': 'vmready2-project_2c0716ea-dd34-4872-83fd-c8d509a04dae', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-24T07:19:35Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-24T07:19:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_2c0716ea-dd34-4872-83fd-c8d509a04dae', '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/2a5e96fd-9b4e-4d1a-81a8-727616024d29', 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_2c0716ea-dd34-4872-83fd-c8d509a04dae', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_2c0716ea-dd34-4872-83fd-c8d509a04dae', 'created': u'2018-08-24T07:19:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-24T07:19: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/2a5e96fd-9b4e-4d1a-81a8-727616024d29', 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_2c0716ea-dd34-4872-83fd-c8d509a04dae', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-24 07:19:36,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-24 07:19:36,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_2c0716ea-dd34-4872-83fd-c8d509a04dae", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-24 07:19:37,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19: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-f3af295a-646b-47c8-a6b2-40a3d550a0a2 x-compute-request-id: req-f3af295a-646b-47c8-a6b2-40a3d550a0a2 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_2c0716ea-dd34-4872-83fd-c8d509a04dae", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ae7826cf-0780-4e1f-aa25-a1d9c1c989fe", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ae7826cf-0780-4e1f-aa25-a1d9c1c989fe", "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": "ae7826cf-0780-4e1f-aa25-a1d9c1c989fe"}} 2018-08-24 07:19:37,397 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-f3af295a-646b-47c8-a6b2-40a3d550a0a2 2018-08-24 07:19:37,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.841002941132s 2018-08-24 07:19:37,398 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-f3af295a-646b-47c8-a6b2-40a3d550a0a2 2018-08-24 07:19:37,399 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_2c0716ea-dd34-4872-83fd-c8d509a04dae', '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'493fee6f873c403e9884bdf9d51cf413', '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'ae7826cf-0780-4e1f-aa25-a1d9c1c989fe', 'swap': 0}) 2018-08-24 07:19:37,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-24 07:19:37,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/ae7826cf-0780-4e1f-aa25-a1d9c1c989fe/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}20a3458fbcbbe4cebb38273847e37e44dcd77409" -d '{"extra_specs": {}}' 2018-08-24 07:19:37,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7a71fe88-3f94-452d-b499-1bbbdd8bf036 x-compute-request-id: req-7a71fe88-3f94-452d-b499-1bbbdd8bf036 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-24 07:19:37,536 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/ae7826cf-0780-4e1f-aa25-a1d9c1c989fe/os-extra_specs used request id req-7a71fe88-3f94-452d-b499-1bbbdd8bf036 2018-08-24 07:19:37,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.136348009109s 2018-08-24 07:19:37,536 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/ae7826cf-0780-4e1f-aa25-a1d9c1c989fe/os-extra_specs used request id req-7a71fe88-3f94-452d-b499-1bbbdd8bf036 2018-08-24 07:19:37,651 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 07:19:37,651 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-24 07:19:37,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 07:19:37,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/fc367fda-10b3-4199-bafa-86aa38e401e1/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}e992031a9948fce8d81327dce4864185252b7998" -d '{"subnet_id": "73baa801-0d7c-4a87-8f16-6a61ca4f8de9"}' 2018-08-24 07:19:40,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-25e1a29f-d0c0-4662-8e45-672ecb7fb714 Date: Fri, 24 Aug 2018 07:19:40 GMT RESP BODY: {"network_id": "dd81e902-fe2a-4241-8dd1-dd24a4a22879", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "subnet_id": "73baa801-0d7c-4a87-8f16-6a61ca4f8de9", "subnet_ids": ["73baa801-0d7c-4a87-8f16-6a61ca4f8de9"], "port_id": "b327e328-4bc3-47ae-8e4b-3a46e075f179", "id": "fc367fda-10b3-4199-bafa-86aa38e401e1"} 2018-08-24 07:19:40,455 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/fc367fda-10b3-4199-bafa-86aa38e401e1/remove_router_interface.json used request id req-25e1a29f-d0c0-4662-8e45-672ecb7fb714 2018-08-24 07:19:40,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.80029892921s 2018-08-24 07:19:40,456 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/fc367fda-10b3-4199-bafa-86aa38e401e1/remove_router_interface.json used request id req-25e1a29f-d0c0-4662-8e45-672ecb7fb714 returning object fc367fda-10b3-4199-bafa-86aa38e401e1 2018-08-24 07:19:40,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 07:19:40,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e992031a9948fce8d81327dce4864185252b7998" 2018-08-24 07:19:41,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-74fd8ec2-f25b-437f-a9b5-c3bfa4244f0d Date: Fri, 24 Aug 2018 07:19:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "created_at": "2018-08-24T07:19:27Z", "admin_state_up": true, "updated_at": "2018-08-24T07:19:39Z", "revision_number": 4, "routes": [], "project_id": "b4297f2c347c4ac08a0749726b0def72", "id": "fc367fda-10b3-4199-bafa-86aa38e401e1", "name": "vmready2-router_2c0716ea-dd34-4872-83fd-c8d509a04dae"}]} 2018-08-24 07:19:41,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-74fd8ec2-f25b-437f-a9b5-c3bfa4244f0d 2018-08-24 07:19:41,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.597858905792s 2018-08-24 07:19:41,054 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-74fd8ec2-f25b-437f-a9b5-c3bfa4244f0d 2018-08-24 07:19:41,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 07:19:41,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/fc367fda-10b3-4199-bafa-86aa38e401e1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e992031a9948fce8d81327dce4864185252b7998" 2018-08-24 07:19:42,868 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-588c01a2-7078-4b98-b4bc-0fb12a964872 Content-Length: 0 Date: Fri, 24 Aug 2018 07:19:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:19:42,868 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/fc367fda-10b3-4199-bafa-86aa38e401e1.json used request id req-588c01a2-7078-4b98-b4bc-0fb12a964872 2018-08-24 07:19:42,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.81235194206s 2018-08-24 07:19:42,869 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/fc367fda-10b3-4199-bafa-86aa38e401e1.json used request id req-588c01a2-7078-4b98-b4bc-0fb12a964872 2018-08-24 07:19:42,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 07:19:42,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e992031a9948fce8d81327dce4864185252b7998" 2018-08-24 07:19:43,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-0c0a5098-1d68-4322-902e-266810bd4cfc Date: Fri, 24 Aug 2018 07:19:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dd81e902-fe2a-4241-8dd1-dd24a4a22879","tenant_id":"b4297f2c347c4ac08a0749726b0def72","created_at":"2018-08-24T07:19:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:19:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b4297f2c347c4ac08a0749726b0def72","id":"73baa801-0d7c-4a87-8f16-6a61ca4f8de9","subnetpool_id":null,"name":"vmready2-subnet_2c0716ea-dd34-4872-83fd-c8d509a04dae"}]} 2018-08-24 07:19:43,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-0c0a5098-1d68-4322-902e-266810bd4cfc 2018-08-24 07:19:43,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.309135198593s 2018-08-24 07:19:43,179 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-0c0a5098-1d68-4322-902e-266810bd4cfc 2018-08-24 07:19:43,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 07:19:43,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/73baa801-0d7c-4a87-8f16-6a61ca4f8de9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e992031a9948fce8d81327dce4864185252b7998" 2018-08-24 07:19:45,782 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7d594f0c-ba6a-4baf-aad1-4e370fc8ae75 Date: Fri, 24 Aug 2018 07:19:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:19:45,782 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/73baa801-0d7c-4a87-8f16-6a61ca4f8de9.json used request id req-7d594f0c-ba6a-4baf-aad1-4e370fc8ae75 2018-08-24 07:19:45,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.60201978683s 2018-08-24 07:19:45,782 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/73baa801-0d7c-4a87-8f16-6a61ca4f8de9.json used request id req-7d594f0c-ba6a-4baf-aad1-4e370fc8ae75 2018-08-24 07:19:45,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:19:45,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e992031a9948fce8d81327dce4864185252b7998" 2018-08-24 07:19:46,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-13451d8e-dc25-40c1-8eff-cc371697b225 Date: Fri, 24 Aug 2018 07:19:46 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":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T07:19:45Z","tenant_id":"b4297f2c347c4ac08a0749726b0def72","created_at":"2018-08-24T07:19:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b4297f2c347c4ac08a0749726b0def72","id":"dd81e902-fe2a-4241-8dd1-dd24a4a22879","name":"vmready2-net_2c0716ea-dd34-4872-83fd-c8d509a04dae"}]} 2018-08-24 07:19:46,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-13451d8e-dc25-40c1-8eff-cc371697b225 2018-08-24 07:19:46,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.291453838348s 2018-08-24 07:19:46,075 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-13451d8e-dc25-40c1-8eff-cc371697b225 2018-08-24 07:19:46,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 07:19:46,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/dd81e902-fe2a-4241-8dd1-dd24a4a22879.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e992031a9948fce8d81327dce4864185252b7998" 2018-08-24 07:19:47,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c3e88102-e8fa-4547-8846-6cd28b16a61c Date: Fri, 24 Aug 2018 07:19:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:19:47,649 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/dd81e902-fe2a-4241-8dd1-dd24a4a22879.json used request id req-c3e88102-e8fa-4547-8846-6cd28b16a61c 2018-08-24 07:19:47,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.57291603088s 2018-08-24 07:19:47,649 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/dd81e902-fe2a-4241-8dd1-dd24a4a22879.json used request id req-c3e88102-e8fa-4547-8846-6cd28b16a61c 2018-08-24 07:19:47,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:19:47,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e992031a9948fce8d81327dce4864185252b7998" 2018-08-24 07:19:48,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-80d81aa3-4e4f-43c8-915b-1e17b99f5827 Date: Fri, 24 Aug 2018 07:19:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:19:35Z", "file": "/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29/file", "owner": "b4297f2c347c4ac08a0749726b0def72", "id": "2a5e96fd-9b4e-4d1a-81a8-727616024d29", "size": 12716032, "self": "/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_2c0716ea-dd34-4872-83fd-c8d509a04dae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2c0716ea-dd34-4872-83fd-c8d509a04dae", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:19:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:19:48,448 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-80d81aa3-4e4f-43c8-915b-1e17b99f5827 2018-08-24 07:19:48,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.794464826584s 2018-08-24 07:19:48,448 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-80d81aa3-4e4f-43c8-915b-1e17b99f5827 2018-08-24 07:19:48,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-24 07:19:48,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e992031a9948fce8d81327dce4864185252b7998" 2018-08-24 07:19:49,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4e18d21a-20d6-4823-a54b-3391abf719fd Date: Fri, 24 Aug 2018 07:19:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 07:19:49,078 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29 used request id req-4e18d21a-20d6-4823-a54b-3391abf719fd 2018-08-24 07:19:49,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.628351211548s 2018-08-24 07:19:49,079 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/2a5e96fd-9b4e-4d1a-81a8-727616024d29 used request id req-4e18d21a-20d6-4823-a54b-3391abf719fd 2018-08-24 07:19:49,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-24 07:19:49,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:49,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19: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-a89d0bb6-5351-408d-95d9-4246c2ff5c8b x-compute-request-id: req-a89d0bb6-5351-408d-95d9-4246c2ff5c8b Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_2c0716ea-dd34-4872-83fd-c8d509a04dae", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ae7826cf-0780-4e1f-aa25-a1d9c1c989fe", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ae7826cf-0780-4e1f-aa25-a1d9c1c989fe", "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": "ae7826cf-0780-4e1f-aa25-a1d9c1c989fe"}]} 2018-08-24 07:19:49,216 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-a89d0bb6-5351-408d-95d9-4246c2ff5c8b 2018-08-24 07:19:49,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.137304067612s 2018-08-24 07:19:49,217 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-a89d0bb6-5351-408d-95d9-4246c2ff5c8b 2018-08-24 07:19:49,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-24 07:19:49,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/ae7826cf-0780-4e1f-aa25-a1d9c1c989fe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:49,369 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:19: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-d07f826d-1e55-4cbd-aa43-fefd46d5d923 x-compute-request-id: req-d07f826d-1e55-4cbd-aa43-fefd46d5d923 Content-Length: 0 Content-Type: application/json 2018-08-24 07:19:49,369 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/ae7826cf-0780-4e1f-aa25-a1d9c1c989fe used request id req-d07f826d-1e55-4cbd-aa43-fefd46d5d923 2018-08-24 07:19:49,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.150186061859s 2018-08-24 07:19:49,369 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/ae7826cf-0780-4e1f-aa25-a1d9c1c989fe used request id req-d07f826d-1e55-4cbd-aa43-fefd46d5d923 2018-08-24 07:19:49,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:19:49,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:49,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16d9f17c-bac7-49b6-90ac-e95bb1a0c95b Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/010fedb1b6b8493f87dee25ef9e427d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "010fedb1b6b8493f87dee25ef9e427d8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1c574d1430e149ccae73be8a19add554"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c574d1430e149ccae73be8a19add554", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/1e69033bcc3b4dc18ac5e9feda7879ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e69033bcc3b4dc18ac5e9feda7879ab", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/482ab629ea2b464ca0f38b4817a2e953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482ab629ea2b464ca0f38b4817a2e953", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/4b242962093549a8b2b26446bb2d45c9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b242962093549a8b2b26446bb2d45c9", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/6011f0ce70f84033bace68ed428db135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6011f0ce70f84033bace68ed428db135", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/61c5b84e120f428893b9833b7ea07536"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61c5b84e120f428893b9833b7ea07536", "email": "glance@localhost", "password_expires_at": null}, {"name": "vmready2-user_2c0716ea-dd34-4872-83fd-c8d509a04dae", "links": {"self": "http://172.30.9.25:5000/v3/users/66c77cbcdba346dfb84c430d611ba0a5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "66c77cbcdba346dfb84c430d611ba0a5", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/701e061a00164d34a6345f77f2a06583"}, "domain_id": "94c6fafca7294cf988c0529d5357c147", "enabled": true, "options": {}, "id": "701e061a00164d34a6345f77f2a06583", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/89da8566b3114ac68854ec081c56b8b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "89da8566b3114ac68854ec081c56b8b7", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/a87a98e4b1944968a60b64423b1736b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a87a98e4b1944968a60b64423b1736b5", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/b60376ba118042ea80808ded4be6bd9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b60376ba118042ea80808ded4be6bd9b", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/d11850cf6b12475c95aade9c2bb12caa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11850cf6b12475c95aade9c2bb12caa", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/d25e4970964144ed8e2798dfa2955cc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25e4970964144ed8e2798dfa2955cc1", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/e2697db3ddde49c0a1cd64cdfc8e1924"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2697db3ddde49c0a1cd64cdfc8e1924", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-08-24 07:19:49,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-16d9f17c-bac7-49b6-90ac-e95bb1a0c95b 2018-08-24 07:19:49,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.251350879669s 2018-08-24 07:19:49,622 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-16d9f17c-bac7-49b6-90ac-e95bb1a0c95b 2018-08-24 07:19:49,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:19:49,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/66c77cbcdba346dfb84c430d611ba0a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:49,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f35225-af61-4421-b313-da39346472bd Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_2c0716ea-dd34-4872-83fd-c8d509a04dae", "links": {"self": "http://172.30.9.25:5000/v3/users/66c77cbcdba346dfb84c430d611ba0a5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "66c77cbcdba346dfb84c430d611ba0a5", "description": null}} 2018-08-24 07:19:49,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/66c77cbcdba346dfb84c430d611ba0a5 used request id req-b2f35225-af61-4421-b313-da39346472bd 2018-08-24 07:19:49,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.222612142563s 2018-08-24 07:19:49,849 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/66c77cbcdba346dfb84c430d611ba0a5 used request id req-b2f35225-af61-4421-b313-da39346472bd 2018-08-24 07:19:49,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-24 07:19:49,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/66c77cbcdba346dfb84c430d611ba0a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:50,196 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:19:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9cb2c66-9f60-46d4-b410-1e9872a50a43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:19:50,196 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/66c77cbcdba346dfb84c430d611ba0a5 used request id req-c9cb2c66-9f60-46d4-b410-1e9872a50a43 2018-08-24 07:19:50,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.346357107162s 2018-08-24 07:19:50,196 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/66c77cbcdba346dfb84c430d611ba0a5 used request id req-c9cb2c66-9f60-46d4-b410-1e9872a50a43 2018-08-24 07:19:50,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 07:19:50,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:50,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-254cac21-f15b-469c-898e-859ab60366b0 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/493fee6f873c403e9884bdf9d51cf413"}, "tags": [], "enabled": true, "id": "493fee6f873c403e9884bdf9d51cf413", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.25:5000/v3/projects/b4297f2c347c4ac08a0749726b0def72"}, "tags": [], "enabled": true, "id": "b4297f2c347c4ac08a0749726b0def72", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2c0716ea-dd34-4872-83fd-c8d509a04dae"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1"}, "tags": [], "enabled": true, "id": "bd5da89061c541f69dcf67747600a6b1", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-24 07:19:50,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-254cac21-f15b-469c-898e-859ab60366b0 2018-08-24 07:19:50,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.280807971954s 2018-08-24 07:19:50,484 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-254cac21-f15b-469c-898e-859ab60366b0 2018-08-24 07:19:50,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-24 07:19:50,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/b4297f2c347c4ac08a0749726b0def72 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20a3458fbcbbe4cebb38273847e37e44dcd77409" 2018-08-24 07:19:50,803 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:19:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58c9b5f5-7b05-4cd8-934f-2c00d8ffb047 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:19:50,803 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/b4297f2c347c4ac08a0749726b0def72 used request id req-58c9b5f5-7b05-4cd8-934f-2c00d8ffb047 2018-08-24 07:19:50,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.315639019012s 2018-08-24 07:19:50,804 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/b4297f2c347c4ac08a0749726b0def72 used request id req-58c9b5f5-7b05-4cd8-934f-2c00d8ffb047 2018-08-24 07:19:50,857 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-24 07:19:50,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:19:50,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:19:50,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:19:50,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:19:50,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:19:50,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:19:50,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:19:50,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:19:50,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:19:50,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:19:50,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:19:50,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:19:50,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:19:50,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:19:50,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:19:50,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:19:50,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:19:50,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:19:50,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:19:50,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:19:50,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:19:50,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:19:50,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:19:50,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d01e4c3-f9df-46fd-b50f-d06361a21000 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:19:50,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-1d01e4c3-f9df-46fd-b50f-d06361a21000 2018-08-24 07:19:50,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:19:51,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a1f48ea4d65470f94da6aee8f8075d6", "name": "admin"}, {"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:19:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "493fee6f873c403e9884bdf9d51cf413", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25e4970964144ed8e2798dfa2955cc1"}, "audit_ids": ["2QzI0QeMTAOdd-2ucjPIAQ"], "issued_at": "2018-08-24T07:19:51.000000Z"}} 2018-08-24 07:19:51,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:19:51,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:19:51,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1f17ceb8-ef88-4bcd-9ad9-6bf2eda6bd37 Date: Fri, 24 Aug 2018 07:19:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"}]} 2018-08-24 07:19:51,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1f17ceb8-ef88-4bcd-9ad9-6bf2eda6bd37 2018-08-24 07:19:51,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.297657966614s 2018-08-24 07:19:51,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1f17ceb8-ef88-4bcd-9ad9-6bf2eda6bd37 2018-08-24 07:19:51,626 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-24 07:19:51,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 07:19:51,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '{"network": {"name": "singlevm1-net_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "admin_state_up": true}}' 2018-08-24 07:19:52,122 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-295c1499-9547-4d03-aaf3-247eb1a4ed02 Date: Fri, 24 Aug 2018 07:19:52 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3d5b1204-9431-4b8e-b20f-005e3468388f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T07:19:51Z","is_default":false,"provider:segmentation_id":10,"name":"singlevm1-net_0b07980a-fc65-49ab-9782-9a6cc9d8e00f","admin_state_up":true,"tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:19:51Z","mtu":1450}} 2018-08-24 07:19:52,122 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-295c1499-9547-4d03-aaf3-247eb1a4ed02 2018-08-24 07:19:52,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.495810031891s 2018-08-24 07:19:52,123 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-295c1499-9547-4d03-aaf3-247eb1a4ed02 2018-08-24 07:19:52,123 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-24T07:19:51Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3d5b1204-9431-4b8e-b20f-005e3468388f', u'provider:segmentation_id': 10, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_0b07980a-fc65-49ab-9782-9a6cc9d8e00f', u'admin_state_up': True, u'tenant_id': u'493fee6f873c403e9884bdf9d51cf413', u'created_at': u'2018-08-24T07:19:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'493fee6f873c403e9884bdf9d51cf413'}) 2018-08-24 07:19:52,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:19:52,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:19:52,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-6f92f101-d252-4d97-8081-ac53240a9c5e Date: Fri, 24 Aug 2018 07:19:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3d5b1204-9431-4b8e-b20f-005e3468388f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T07:19:51Z","provider:segmentation_id":10,"name":"singlevm1-net_0b07980a-fc65-49ab-9782-9a6cc9d8e00f","admin_state_up":true,"tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:19:51Z","provider:network_type":"vxlan"}]} 2018-08-24 07:19:52,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6f92f101-d252-4d97-8081-ac53240a9c5e 2018-08-24 07:19:52,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.526157855988s 2018-08-24 07:19:52,651 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6f92f101-d252-4d97-8081-ac53240a9c5e 2018-08-24 07:19:52,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 07:19:52,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '{"subnet": {"name": "singlevm1-subnet_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "enable_dhcp": true, "network_id": "3d5b1204-9431-4b8e-b20f-005e3468388f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 07:19:53,402 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-13a25513-69be-45b5-b482-c26fdc86eed1 Date: Fri, 24 Aug 2018 07:19:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d5b1204-9431-4b8e-b20f-005e3468388f","tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:19:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:19:53Z","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":"493fee6f873c403e9884bdf9d51cf413","id":"4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf","subnetpool_id":null,"name":"singlevm1-subnet_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}} 2018-08-24 07:19:53,402 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-13a25513-69be-45b5-b482-c26fdc86eed1 2018-08-24 07:19:53,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.749900102615s 2018-08-24 07:19:53,402 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-13a25513-69be-45b5-b482-c26fdc86eed1 2018-08-24 07:19:53,403 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:19:53Z', 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'4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_0b07980a-fc65-49ab-9782-9a6cc9d8e00f', u'enable_dhcp': True, u'network_id': u'3d5b1204-9431-4b8e-b20f-005e3468388f', u'tenant_id': u'493fee6f873c403e9884bdf9d51cf413', u'created_at': u'2018-08-24T07:19:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'493fee6f873c403e9884bdf9d51cf413'}) 2018-08-24 07:19:53,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 07:19:53,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '{"router": {"external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a"}, "name": "singlevm1-router_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "admin_state_up": true}}' 2018-08-24 07:19:54,961 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-50a0a824-88c5-441c-b832-e1ab072f04ad Date: Fri, 24 Aug 2018 07:19:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:19:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T07:19:54Z", "revision_number": 2, "routes": [], "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "c4471cdf-ac1c-4457-8149-62e971339763", "name": "singlevm1-router_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}} 2018-08-24 07:19:54,961 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-50a0a824-88c5-441c-b832-e1ab072f04ad 2018-08-24 07:19:54,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.55760812759s 2018-08-24 07:19:54,961 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-50a0a824-88c5-441c-b832-e1ab072f04ad 2018-08-24 07:19:54,962 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'34d0d019-cdc4-4539-b3ce-9c3b1fff8757', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'493fee6f873c403e9884bdf9d51cf413', u'created_at': u'2018-08-24T07:19:53Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-24T07:19:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'493fee6f873c403e9884bdf9d51cf413', u'id': u'c4471cdf-ac1c-4457-8149-62e971339763', u'name': u'singlevm1-router_0b07980a-fc65-49ab-9782-9a6cc9d8e00f'}) 2018-08-24 07:19:54,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 07:19:54,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/c4471cdf-ac1c-4457-8149-62e971339763/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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '{"subnet_id": "4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf"}' 2018-08-24 07:19:56,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-751dbe78-43f3-4991-bd25-96de070a2c73 Date: Fri, 24 Aug 2018 07:19:56 GMT RESP BODY: {"network_id": "3d5b1204-9431-4b8e-b20f-005e3468388f", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "subnet_id": "4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf", "subnet_ids": ["4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf"], "port_id": "9e3aa606-d0f1-44fd-b7b5-c164cb2d6a79", "id": "c4471cdf-ac1c-4457-8149-62e971339763"} 2018-08-24 07:19:56,797 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c4471cdf-ac1c-4457-8149-62e971339763/add_router_interface.json used request id req-751dbe78-43f3-4991-bd25-96de070a2c73 2018-08-24 07:19:56,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.83487701416s 2018-08-24 07:19:56,798 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c4471cdf-ac1c-4457-8149-62e971339763/add_router_interface.json used request id req-751dbe78-43f3-4991-bd25-96de070a2c73 returning object c4471cdf-ac1c-4457-8149-62e971339763 2018-08-24 07:19:56,798 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-24 07:19:56,930 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-24 07:19:56,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:19:56,938 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 24 Aug 2018 07:19:56 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-08-24 07:19:56,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:19:56,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:19:57,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-865b318a-68df-4961-8fc3-d3c0a6945ae8 Date: Fri, 24 Aug 2018 07:19:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:19:57,749 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-865b318a-68df-4961-8fc3-d3c0a6945ae8 2018-08-24 07:19:57,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.806264162064s 2018-08-24 07:19:57,749 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-865b318a-68df-4961-8fc3-d3c0a6945ae8 2018-08-24 07:19:57,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-24 07:19:57,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}' 2018-08-24 07:19:58,590 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/001617f7-3864-47b6-9553-c65f71d750f4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-301be673-0160-4340-ab76-23e9c72a8425 Date: Fri, 24 Aug 2018 07:19:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:19:58Z", "file": "/v2/images/001617f7-3864-47b6-9553-c65f71d750f4/file", "owner": "493fee6f873c403e9884bdf9d51cf413", "id": "001617f7-3864-47b6-9553-c65f71d750f4", "size": null, "self": "/v2/images/001617f7-3864-47b6-9553-c65f71d750f4", "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_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "checksum": null, "created_at": "2018-08-24T07:19:58Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-24 07:19:58,591 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-301be673-0160-4340-ab76-23e9c72a8425 2018-08-24 07:19:58,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.833308935165s 2018-08-24 07:19:58,591 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-301be673-0160-4340-ab76-23e9c72a8425 returning object 001617f7-3864-47b6-9553-c65f71d750f4 2018-08-24 07:19:58,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-24 07:19:58,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/001617f7-3864-47b6-9553-c65f71d750f4/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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '' 2018-08-24 07:19:59,837 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-33285f49-f17b-470b-a2db-cc7e322dc298 Date: Fri, 24 Aug 2018 07:19:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 07:19:59,837 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/001617f7-3864-47b6-9553-c65f71d750f4/file used request id req-33285f49-f17b-470b-a2db-cc7e322dc298 2018-08-24 07:19:59,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.24512410164s 2018-08-24 07:19:59,837 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/001617f7-3864-47b6-9553-c65f71d750f4/file used request id req-33285f49-f17b-470b-a2db-cc7e322dc298 2018-08-24 07:19:59,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:19:59,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:19:59,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-3a720559-5f16-4ec1-be69-7e708ab14192 Date: Fri, 24 Aug 2018 07:19:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:19:59Z", "file": "/v2/images/001617f7-3864-47b6-9553-c65f71d750f4/file", "owner": "493fee6f873c403e9884bdf9d51cf413", "id": "001617f7-3864-47b6-9553-c65f71d750f4", "size": 12716032, "self": "/v2/images/001617f7-3864-47b6-9553-c65f71d750f4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/001617f7-3864-47b6-9553-c65f71d750f4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/001617f7-3864-47b6-9553-c65f71d750f4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:19:58Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:19:59,867 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-3a720559-5f16-4ec1-be69-7e708ab14192 2018-08-24 07:19:59,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0257799625397s 2018-08-24 07:19:59,868 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-3a720559-5f16-4ec1-be69-7e708ab14192 2018-08-24 07:19:59,869 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/001617f7-3864-47b6-9553-c65f71d750f4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/001617f7-3864-47b6-9553-c65f71d750f4/file', 'owner': u'493fee6f873c403e9884bdf9d51cf413', 'id': u'001617f7-3864-47b6-9553-c65f71d750f4', 'size': 12716032, u'self': u'/v2/images/001617f7-3864-47b6-9553-c65f71d750f4', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'493fee6f873c403e9884bdf9d51cf413', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/001617f7-3864-47b6-9553-c65f71d750f4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-24T07:19:59Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-24T07:19:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_0b07980a-fc65-49ab-9782-9a6cc9d8e00f', '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/001617f7-3864-47b6-9553-c65f71d750f4', 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_0b07980a-fc65-49ab-9782-9a6cc9d8e00f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_0b07980a-fc65-49ab-9782-9a6cc9d8e00f', 'created': u'2018-08-24T07:19:58Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-24T07:19:58Z', 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/001617f7-3864-47b6-9553-c65f71d750f4', 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_0b07980a-fc65-49ab-9782-9a6cc9d8e00f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-24 07:19:59,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-24 07:19:59,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-24 07:20:00,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:19: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-2f29ef33-f4e1-4d8d-9ac3-6590b899da66 x-compute-request-id: req-2f29ef33-f4e1-4d8d-9ac3-6590b899da66 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "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": "fd5b358b-fbaf-4c5c-8b16-1967c47e6b29"}} 2018-08-24 07:20:00,211 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2f29ef33-f4e1-4d8d-9ac3-6590b899da66 2018-08-24 07:20:00,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.340791225433s 2018-08-24 07:20:00,211 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2f29ef33-f4e1-4d8d-9ac3-6590b899da66 2018-08-24 07:20:00,212 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_0b07980a-fc65-49ab-9782-9a6cc9d8e00f', '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'493fee6f873c403e9884bdf9d51cf413', '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'fd5b358b-fbaf-4c5c-8b16-1967c47e6b29', 'swap': 0}) 2018-08-24 07:20:00,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-24 07:20:00,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29/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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '{"extra_specs": {}}' 2018-08-24 07:20:00,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d768ad1d-ff92-4ad9-a96e-8581ab718e34 x-compute-request-id: req-d768ad1d-ff92-4ad9-a96e-8581ab718e34 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-24 07:20:00,373 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29/os-extra_specs used request id req-d768ad1d-ff92-4ad9-a96e-8581ab718e34 2018-08-24 07:20:00,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.16029715538s 2018-08-24 07:20:00,374 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29/os-extra_specs used request id req-d768ad1d-ff92-4ad9-a96e-8581ab718e34 2018-08-24 07:20:00,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-24 07:20:00,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '{"keypair": {"name": "singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}}' 2018-08-24 07:20:00,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1212e43-2f9e-4c5c-973b-bcbf3bb932dd x-compute-request-id: req-b1212e43-2f9e-4c5c-973b-bcbf3bb932dd Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8/IxmCM9/BKyU04b9uzgFPIImCV9lE7NDtwK43mS0tfa7VpqOgi/twUyGUjoXF0ms5szm14UVMwLnad/Z4ZQ/+31DnfbRi3w4XNXc7+wu7I0AgWLK/2QLqyL9ZzHP/dYXcJJZ6pk+NshF0S+YfX9S6KD0Mv10FNrCO+gvW/bpOvCa9tm1aTr4GfLtk9tfwbK3wTbEQjChGIzIBL3P0+w1HX9BVQtk/wIEbG32+OdN4DX7lN3dAVdytPH+P9McD4snqikZl+UPKVNyj7AVp4WQtexsa8rxS9Dvwn4DBSil2B9LZ+02VpHTvuykw1w72X+ZE/43CUSRKQQd6xDybziz Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvPyMZgjPfwSslNOG/bs4BTyCJglfZROzQ7cCuN5ktLX2u1aa\njoIv7cFMhlI6FxdJrObM5teFFTMC52nf2eGUP/t9Q5320Yt8OFzV3O/sLuyNAIFi\nyv9kC6si/Wcxz/3WF3CSWeqZPjbIRdEvmH1/Uuig9DL9dBTawjvoL1v26TrwmvbZ\ntWk6+Bny7ZPbX8Gyt8E2xEIwoRiMyAS9z9PsNR1/QVULZP8CBGxt9vjnTeA1+5Td\n3QFXcrTx/j/THA+LJ6opGZflDylTco+wFaeFkLXsbGvK8UvQ78J+AwUopdgfS2ft\nNlaR077spMNcO9l/mRP+NwlEkSkEHesQ8m84swIDAQABAoIBAHZtG93kr4I8/5jT\nZMgjRduiKzyCqxC/45oPWNlYI2tKi66heoDK/BXVB4s0g8psgXKjvsr5SyAZszwo\nkGoMfcYKZli06DIvYkw/gJTOlAZjnYgvjCUBHURina6FuCVKP5q4pD1MUXM3CREX\nIOhB3EOsGxBr03+mgd8tgzYKPxOvE1gc4XPDxzJtyUFsfkp3XnRuuT56x1VdNHrH\nLby48C6M5lspzund3IMjCtsD340tjJB9O2TPx5CZMf4qGMrKJxLs0vZcmXkoRPq8\nDRlc/ampz1AsDpX5N7jz99bD7SYQpNXNNlNOUW1YcEv0AHn96t2e85Ue2G+Qp2zW\nw4Ke5SECgYEA6j1UPfvsxTmQY8sfWjwmguXVyX7H5zm1mxhb0sjo7LJJHcLnR8jS\n1ucOTX/O2kFOvfj8sIae6Xc36HN5QcArUEK5B9Fc77ag/7VR4YLyyOMumApYFTLY\nDs+cg+chexFIWimHY6x2xIx4L4e6kk1x7OPsqonPnSzpuf3ONHQH3NcCgYEAzosD\nniOfpg2ZBTQF2Ra0cIAthGDBcBN0VjI+HxciLAWaYMuZaTmzy8KI85ItDVEbC47w\nK7qZtN48XdlLBmt1AvwoBgJXokECN6T/uL8s+d/5Uqzb1wsgUVWb/GLHZzQUbVk3\n5/YcHP7ORWbQHE028iipppUmBVqQ4XeRhsk9y4UCgYEAhbHniVFnPNK0RSFEjd5T\nJNdGBLHmK2XW7+UhU9f0ilTgQqpiE6jeHmbW1Qkj6ZLo/KlGoQLVZO/06yothYfH\nsRHERmALKY8VqZ22VH7HUD3K9GDDEaZph1qcPPUJORMONtgJPKzNRTXfy1Eu/h5R\n7iHRjS0HYPCnns7siSfI7RUCgYEAxAEWSM9DpQCIc3CgEBjE2XI6P8LWLza3E0mQ\nvE5mxmH2097C0iHJJxeQgZz5lgae5MQb1VO6o/K2VNVtpkT5gQCsNq+oXDjXEtlJ\nOBhsZSCQaU3TPmq3m5fjdIqE8sJwlCizrjRXD4kbVK8x1XnNJ9dAz+4Aa9o7XUvr\n1X5KX0UCgYBvkf5QBg/ian4krC2pHulLHjjZ0azADOR1NxPLNRGID5rlSqorEFyN\nkuPEw4Q3SoSdxtz8M3KbpEF9krWieeTCFZlEcKfvfIgnaGDEAzooe1frvwJOP6vz\nWAnh5L+dQTYGPhoPjyB2DDKJSH//xXLiW+h9dsiGh8VZNiOPRKlHMQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "d25e4970964144ed8e2798dfa2955cc1", "name": "singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "fingerprint": "93:c3:f9:98:01:f4:b7:2b:f7:61:4b:85:fa:b3:c2:10"}} 2018-08-24 07:20:00,634 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-b1212e43-2f9e-4c5c-973b-bcbf3bb932dd 2018-08-24 07:20:00,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.259999036789s 2018-08-24 07:20:00,635 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-b1212e43-2f9e-4c5c-973b-bcbf3bb932dd 2018-08-24 07:20:00,635 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8/IxmCM9/BKyU04b9uzgFPIImCV9lE7NDtwK43mS0tfa7VpqOgi/twUyGUjoXF0ms5szm14UVMwLnad/Z4ZQ/+31DnfbRi3w4XNXc7+wu7I0AgWLK/2QLqyL9ZzHP/dYXcJJZ6pk+NshF0S+YfX9S6KD0Mv10FNrCO+gvW/bpOvCa9tm1aTr4GfLtk9tfwbK3wTbEQjChGIzIBL3P0+w1HX9BVQtk/wIEbG32+OdN4DX7lN3dAVdytPH+P9McD4snqikZl+UPKVNyj7AVp4WQtexsa8rxS9Dvwn4DBSil2B9LZ+02VpHTvuykw1w72X+ZE/43CUSRKQQd6xDybziz Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvPyMZgjPfwSslNOG/bs4BTyCJglfZROzQ7cCuN5ktLX2u1aa\njoIv7cFMhlI6FxdJrObM5teFFTMC52nf2eGUP/t9Q5320Yt8OFzV3O/sLuyNAIFi\nyv9kC6si/Wcxz/3WF3CSWeqZPjbIRdEvmH1/Uuig9DL9dBTawjvoL1v26TrwmvbZ\ntWk6+Bny7ZPbX8Gyt8E2xEIwoRiMyAS9z9PsNR1/QVULZP8CBGxt9vjnTeA1+5Td\n3QFXcrTx/j/THA+LJ6opGZflDylTco+wFaeFkLXsbGvK8UvQ78J+AwUopdgfS2ft\nNlaR077spMNcO9l/mRP+NwlEkSkEHesQ8m84swIDAQABAoIBAHZtG93kr4I8/5jT\nZMgjRduiKzyCqxC/45oPWNlYI2tKi66heoDK/BXVB4s0g8psgXKjvsr5SyAZszwo\nkGoMfcYKZli06DIvYkw/gJTOlAZjnYgvjCUBHURina6FuCVKP5q4pD1MUXM3CREX\nIOhB3EOsGxBr03+mgd8tgzYKPxOvE1gc4XPDxzJtyUFsfkp3XnRuuT56x1VdNHrH\nLby48C6M5lspzund3IMjCtsD340tjJB9O2TPx5CZMf4qGMrKJxLs0vZcmXkoRPq8\nDRlc/ampz1AsDpX5N7jz99bD7SYQpNXNNlNOUW1YcEv0AHn96t2e85Ue2G+Qp2zW\nw4Ke5SECgYEA6j1UPfvsxTmQY8sfWjwmguXVyX7H5zm1mxhb0sjo7LJJHcLnR8jS\n1ucOTX/O2kFOvfj8sIae6Xc36HN5QcArUEK5B9Fc77ag/7VR4YLyyOMumApYFTLY\nDs+cg+chexFIWimHY6x2xIx4L4e6kk1x7OPsqonPnSzpuf3ONHQH3NcCgYEAzosD\nniOfpg2ZBTQF2Ra0cIAthGDBcBN0VjI+HxciLAWaYMuZaTmzy8KI85ItDVEbC47w\nK7qZtN48XdlLBmt1AvwoBgJXokECN6T/uL8s+d/5Uqzb1wsgUVWb/GLHZzQUbVk3\n5/YcHP7ORWbQHE028iipppUmBVqQ4XeRhsk9y4UCgYEAhbHniVFnPNK0RSFEjd5T\nJNdGBLHmK2XW7+UhU9f0ilTgQqpiE6jeHmbW1Qkj6ZLo/KlGoQLVZO/06yothYfH\nsRHERmALKY8VqZ22VH7HUD3K9GDDEaZph1qcPPUJORMONtgJPKzNRTXfy1Eu/h5R\n7iHRjS0HYPCnns7siSfI7RUCgYEAxAEWSM9DpQCIc3CgEBjE2XI6P8LWLza3E0mQ\nvE5mxmH2097C0iHJJxeQgZz5lgae5MQb1VO6o/K2VNVtpkT5gQCsNq+oXDjXEtlJ\nOBhsZSCQaU3TPmq3m5fjdIqE8sJwlCizrjRXD4kbVK8x1XnNJ9dAz+4Aa9o7XUvr\n1X5KX0UCgYBvkf5QBg/ian4krC2pHulLHjjZ0azADOR1NxPLNRGID5rlSqorEFyN\nkuPEw4Q3SoSdxtz8M3KbpEF9krWieeTCFZlEcKfvfIgnaGDEAzooe1frvwJOP6vz\nWAnh5L+dQTYGPhoPjyB2DDKJSH//xXLiW+h9dsiGh8VZNiOPRKlHMQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd25e4970964144ed8e2798dfa2955cc1', 'name': u'singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f', 'created_at': '2018-08-24T07:20:00.635649', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'493fee6f873c403e9884bdf9d51cf413', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'93:c3:f9:98:01:f4:b7:2b:f7:61:4b:85:fa:b3:c2:10', 'type': 'ssh', 'id': u'singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f'}) 2018-08-24 07:20:00,636 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAvPyMZgjPfwSslNOG/bs4BTyCJglfZROzQ7cCuN5ktLX2u1aa joIv7cFMhlI6FxdJrObM5teFFTMC52nf2eGUP/t9Q5320Yt8OFzV3O/sLuyNAIFi yv9kC6si/Wcxz/3WF3CSWeqZPjbIRdEvmH1/Uuig9DL9dBTawjvoL1v26TrwmvbZ tWk6+Bny7ZPbX8Gyt8E2xEIwoRiMyAS9z9PsNR1/QVULZP8CBGxt9vjnTeA1+5Td 3QFXcrTx/j/THA+LJ6opGZflDylTco+wFaeFkLXsbGvK8UvQ78J+AwUopdgfS2ft NlaR077spMNcO9l/mRP+NwlEkSkEHesQ8m84swIDAQABAoIBAHZtG93kr4I8/5jT ZMgjRduiKzyCqxC/45oPWNlYI2tKi66heoDK/BXVB4s0g8psgXKjvsr5SyAZszwo kGoMfcYKZli06DIvYkw/gJTOlAZjnYgvjCUBHURina6FuCVKP5q4pD1MUXM3CREX IOhB3EOsGxBr03+mgd8tgzYKPxOvE1gc4XPDxzJtyUFsfkp3XnRuuT56x1VdNHrH Lby48C6M5lspzund3IMjCtsD340tjJB9O2TPx5CZMf4qGMrKJxLs0vZcmXkoRPq8 DRlc/ampz1AsDpX5N7jz99bD7SYQpNXNNlNOUW1YcEv0AHn96t2e85Ue2G+Qp2zW w4Ke5SECgYEA6j1UPfvsxTmQY8sfWjwmguXVyX7H5zm1mxhb0sjo7LJJHcLnR8jS 1ucOTX/O2kFOvfj8sIae6Xc36HN5QcArUEK5B9Fc77ag/7VR4YLyyOMumApYFTLY Ds+cg+chexFIWimHY6x2xIx4L4e6kk1x7OPsqonPnSzpuf3ONHQH3NcCgYEAzosD niOfpg2ZBTQF2Ra0cIAthGDBcBN0VjI+HxciLAWaYMuZaTmzy8KI85ItDVEbC47w K7qZtN48XdlLBmt1AvwoBgJXokECN6T/uL8s+d/5Uqzb1wsgUVWb/GLHZzQUbVk3 5/YcHP7ORWbQHE028iipppUmBVqQ4XeRhsk9y4UCgYEAhbHniVFnPNK0RSFEjd5T JNdGBLHmK2XW7+UhU9f0ilTgQqpiE6jeHmbW1Qkj6ZLo/KlGoQLVZO/06yothYfH sRHERmALKY8VqZ22VH7HUD3K9GDDEaZph1qcPPUJORMONtgJPKzNRTXfy1Eu/h5R 7iHRjS0HYPCnns7siSfI7RUCgYEAxAEWSM9DpQCIc3CgEBjE2XI6P8LWLza3E0mQ vE5mxmH2097C0iHJJxeQgZz5lgae5MQb1VO6o/K2VNVtpkT5gQCsNq+oXDjXEtlJ OBhsZSCQaU3TPmq3m5fjdIqE8sJwlCizrjRXD4kbVK8x1XnNJ9dAz+4Aa9o7XUvr 1X5KX0UCgYBvkf5QBg/ian4krC2pHulLHjjZ0azADOR1NxPLNRGID5rlSqorEFyN kuPEw4Q3SoSdxtz8M3KbpEF9krWieeTCFZlEcKfvfIgnaGDEAzooe1frvwJOP6vz WAnh5L+dQTYGPhoPjyB2DDKJSH//xXLiW+h9dsiGh8VZNiOPRKlHMQ== -----END RSA PRIVATE KEY----- 2018-08-24 07:20:00,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-24 07:20:00,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '{"security_group": {"name": "singlevm1-sg_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-24 07:20:01,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-49a73996-1b31-441d-916f-3759f86d615b Date: Fri, 24 Aug 2018 07:20:01 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:20:00Z", "updated_at": "2018-08-24T07:20:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:00Z", "revision_number": 0, "id": "3cff515d-4d4b-4ad8-9429-8c33c8924749", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:00Z", "security_group_id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv4", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:00Z", "revision_number": 0, "id": "80a72cf6-2713-4508-843e-050ec2cd69ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:00Z", "security_group_id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv6", "project_id": "493fee6f873c403e9884bdf9d51cf413"}], "revision_number": 1, "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "name": "singlevm1-sg_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}} 2018-08-24 07:20:01,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-49a73996-1b31-441d-916f-3759f86d615b 2018-08-24 07:20:01,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.390084028244s 2018-08-24 07:20:01,029 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-49a73996-1b31-441d-916f-3759f86d615b 2018-08-24 07:20:01,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-24 07:20:01,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:01,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-8719c870-fbbe-453d-ad2a-97822aaba554 Date: Fri, 24 Aug 2018 07:20:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "created_at": "2018-08-24T07:19:24Z", "updated_at": "2018-08-24T07:19:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:19:24Z", "revision_number": 0, "id": "0818ae18-948a-48b4-b6b4-900dbffeadc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:19:24Z", "security_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4297f2c347c4ac08a0749726b0def72"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:19:24Z", "revision_number": 0, "id": "465012ac-a494-4c11-a7bd-40c4659402a9", "remote_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "remote_ip_prefix": null, "created_at": "2018-08-24T07:19:24Z", "security_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4297f2c347c4ac08a0749726b0def72"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:19:24Z", "revision_number": 0, "id": "73c2dbca-1085-44fb-98ac-bdfca52b829f", "remote_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "remote_ip_prefix": null, "created_at": "2018-08-24T07:19:24Z", "security_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4297f2c347c4ac08a0749726b0def72"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:19:24Z", "revision_number": 0, "id": "b966fb84-ff3a-4ee8-87ca-212a3de26e36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:19:24Z", "security_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4297f2c347c4ac08a0749726b0def72"}], "revision_number": 1, "project_id": "b4297f2c347c4ac08a0749726b0def72", "id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-24T07:18:14Z", "updated_at": "2018-08-24T07:18:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:14Z", "revision_number": 0, "id": "221326c5-7b0c-4d68-b4ed-02b454ba9bab", "remote_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:14Z", "security_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:14Z", "revision_number": 0, "id": "6bab50a0-3e10-412d-91e1-412326c9f235", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:14Z", "security_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:14Z", "revision_number": 0, "id": "b249b009-0c32-4dda-a2d1-8c4b5531fe1d", "remote_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:14Z", "security_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:14Z", "revision_number": 0, "id": "f33172ff-58e5-4014-9864-401b7189557c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:14Z", "security_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:18:10Z", "updated_at": "2018-08-24T07:18:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:10Z", "revision_number": 0, "id": "43e806bf-3839-44b3-8590-19a43e1a7fb2", "remote_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:10Z", "security_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv4", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:10Z", "revision_number": 0, "id": "8dc88e9c-f220-4ee4-8a0e-6fc76af85de4", "remote_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:10Z", "security_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv6", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:10Z", "revision_number": 0, "id": "9bd64423-eac5-4573-9024-efac7b947271", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:10Z", "security_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv6", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:10Z", "revision_number": 0, "id": "d8c4239d-36ab-4370-8800-6d2800e67a39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:10Z", "security_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv4", "project_id": "493fee6f873c403e9884bdf9d51cf413"}], "revision_number": 1, "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "created_at": "2018-08-24T07:14:49Z", "updated_at": "2018-08-24T07:14:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:14:49Z", "revision_number": 0, "id": "601faf03-f552-42d5-ad27-ab85c1fe8e20", "remote_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "remote_ip_prefix": null, "created_at": "2018-08-24T07:14:49Z", "security_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd5da89061c541f69dcf67747600a6b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:14:49Z", "revision_number": 0, "id": "60a3fa03-a151-4763-8a51-f7f0a2892538", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:14:49Z", "security_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd5da89061c541f69dcf67747600a6b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:14:49Z", "revision_number": 0, "id": "c541035e-cc9b-418a-95ce-24c01dcb0399", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:14:49Z", "security_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd5da89061c541f69dcf67747600a6b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:14:49Z", "revision_number": 0, "id": "d0c064ac-74bb-452f-bd07-413bf97d1435", "remote_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "remote_ip_prefix": null, "created_at": "2018-08-24T07:14:49Z", "security_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd5da89061c541f69dcf67747600a6b1"}], "revision_number": 1, "project_id": "bd5da89061c541f69dcf67747600a6b1", "id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "created_at": "2018-08-24T07:18:33Z", "updated_at": "2018-08-24T07:18:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:33Z", "revision_number": 0, "id": "181a0ed5-b22c-4a72-8e64-2bcf0b0bf386", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:33Z", "security_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "port_range_min": null, "ethertype": "IPv6", "project_id": "84dfba1fced445e280afc9b8c2d71003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:33Z", "revision_number": 0, "id": "419b3305-fd9e-44d6-99c7-5711f39943ee", "remote_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:33Z", "security_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "port_range_min": null, "ethertype": "IPv4", "project_id": "84dfba1fced445e280afc9b8c2d71003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:33Z", "revision_number": 0, "id": "764867b3-29ef-40f1-8d69-6553ab695b13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:33Z", "security_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "port_range_min": null, "ethertype": "IPv4", "project_id": "84dfba1fced445e280afc9b8c2d71003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:33Z", "revision_number": 0, "id": "ded221f9-a2e5-4bd1-ab01-57c8fb86819b", "remote_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:33Z", "security_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "port_range_min": null, "ethertype": "IPv6", "project_id": "84dfba1fced445e280afc9b8c2d71003"}], "revision_number": 1, "project_id": "84dfba1fced445e280afc9b8c2d71003", "id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:20:00Z", "updated_at": "2018-08-24T07:20:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:00Z", "revision_number": 0, "id": "3cff515d-4d4b-4ad8-9429-8c33c8924749", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:00Z", "security_group_id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv4", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:00Z", "revision_number": 0, "id": "80a72cf6-2713-4508-843e-050ec2cd69ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:00Z", "security_group_id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv6", "project_id": "493fee6f873c403e9884bdf9d51cf413"}], "revision_number": 1, "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "name": "singlevm1-sg_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}]} 2018-08-24 07:20:01,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-8719c870-fbbe-453d-ad2a-97822aaba554 2018-08-24 07:20:01,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.328099966049s 2018-08-24 07:20:01,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-8719c870-fbbe-453d-ad2a-97822aaba554 2018-08-24 07:20:01,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-24 07:20:01,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -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": "ff1ed975-b123-4165-9e9f-60661ac374d7"}}' 2018-08-24 07:20:01,833 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0789f4e2-9a8e-4d05-8b20-f5a381efc7af Date: Fri, 24 Aug 2018 07:20:01 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-24T07:20:01Z", "security_group_id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "port_range_min": 22, "revision_number": 0, "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:20:01Z", "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "5a172412-c020-41db-ad3b-61289df3e3cc"}} 2018-08-24 07:20:01,833 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-0789f4e2-9a8e-4d05-8b20-f5a381efc7af 2018-08-24 07:20:01,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.466485023499s 2018-08-24 07:20:01,834 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-0789f4e2-9a8e-4d05-8b20-f5a381efc7af 2018-08-24 07:20:01,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-24 07:20:01,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:01,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-17ce8c15-dc69-49fc-aab4-6ab8b6af58fd Date: Fri, 24 Aug 2018 07:20:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "created_at": "2018-08-24T07:19:24Z", "updated_at": "2018-08-24T07:19:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:19:24Z", "revision_number": 0, "id": "0818ae18-948a-48b4-b6b4-900dbffeadc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:19:24Z", "security_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4297f2c347c4ac08a0749726b0def72"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:19:24Z", "revision_number": 0, "id": "465012ac-a494-4c11-a7bd-40c4659402a9", "remote_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "remote_ip_prefix": null, "created_at": "2018-08-24T07:19:24Z", "security_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4297f2c347c4ac08a0749726b0def72"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:19:24Z", "revision_number": 0, "id": "73c2dbca-1085-44fb-98ac-bdfca52b829f", "remote_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "remote_ip_prefix": null, "created_at": "2018-08-24T07:19:24Z", "security_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4297f2c347c4ac08a0749726b0def72"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:19:24Z", "revision_number": 0, "id": "b966fb84-ff3a-4ee8-87ca-212a3de26e36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:19:24Z", "security_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4297f2c347c4ac08a0749726b0def72"}], "revision_number": 1, "project_id": "b4297f2c347c4ac08a0749726b0def72", "id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-24T07:18:14Z", "updated_at": "2018-08-24T07:18:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:14Z", "revision_number": 0, "id": "221326c5-7b0c-4d68-b4ed-02b454ba9bab", "remote_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:14Z", "security_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:14Z", "revision_number": 0, "id": "6bab50a0-3e10-412d-91e1-412326c9f235", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:14Z", "security_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:14Z", "revision_number": 0, "id": "b249b009-0c32-4dda-a2d1-8c4b5531fe1d", "remote_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:14Z", "security_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:14Z", "revision_number": 0, "id": "f33172ff-58e5-4014-9864-401b7189557c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:14Z", "security_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:18:10Z", "updated_at": "2018-08-24T07:18:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:10Z", "revision_number": 0, "id": "43e806bf-3839-44b3-8590-19a43e1a7fb2", "remote_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:10Z", "security_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv4", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:10Z", "revision_number": 0, "id": "8dc88e9c-f220-4ee4-8a0e-6fc76af85de4", "remote_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:10Z", "security_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv6", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:10Z", "revision_number": 0, "id": "9bd64423-eac5-4573-9024-efac7b947271", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:10Z", "security_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv6", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:10Z", "revision_number": 0, "id": "d8c4239d-36ab-4370-8800-6d2800e67a39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:10Z", "security_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv4", "project_id": "493fee6f873c403e9884bdf9d51cf413"}], "revision_number": 1, "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "created_at": "2018-08-24T07:14:49Z", "updated_at": "2018-08-24T07:14:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:14:49Z", "revision_number": 0, "id": "601faf03-f552-42d5-ad27-ab85c1fe8e20", "remote_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "remote_ip_prefix": null, "created_at": "2018-08-24T07:14:49Z", "security_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd5da89061c541f69dcf67747600a6b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:14:49Z", "revision_number": 0, "id": "60a3fa03-a151-4763-8a51-f7f0a2892538", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:14:49Z", "security_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd5da89061c541f69dcf67747600a6b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:14:49Z", "revision_number": 0, "id": "c541035e-cc9b-418a-95ce-24c01dcb0399", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:14:49Z", "security_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd5da89061c541f69dcf67747600a6b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:14:49Z", "revision_number": 0, "id": "d0c064ac-74bb-452f-bd07-413bf97d1435", "remote_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "remote_ip_prefix": null, "created_at": "2018-08-24T07:14:49Z", "security_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd5da89061c541f69dcf67747600a6b1"}], "revision_number": 1, "project_id": "bd5da89061c541f69dcf67747600a6b1", "id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "created_at": "2018-08-24T07:18:33Z", "updated_at": "2018-08-24T07:18:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:33Z", "revision_number": 0, "id": "181a0ed5-b22c-4a72-8e64-2bcf0b0bf386", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:33Z", "security_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "port_range_min": null, "ethertype": "IPv6", "project_id": "84dfba1fced445e280afc9b8c2d71003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:33Z", "revision_number": 0, "id": "419b3305-fd9e-44d6-99c7-5711f39943ee", "remote_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:33Z", "security_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "port_range_min": null, "ethertype": "IPv4", "project_id": "84dfba1fced445e280afc9b8c2d71003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:33Z", "revision_number": 0, "id": "764867b3-29ef-40f1-8d69-6553ab695b13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:33Z", "security_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "port_range_min": null, "ethertype": "IPv4", "project_id": "84dfba1fced445e280afc9b8c2d71003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:33Z", "revision_number": 0, "id": "ded221f9-a2e5-4bd1-ab01-57c8fb86819b", "remote_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:33Z", "security_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "port_range_min": null, "ethertype": "IPv6", "project_id": "84dfba1fced445e280afc9b8c2d71003"}], "revision_number": 1, "project_id": "84dfba1fced445e280afc9b8c2d71003", "id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:20:00Z", "updated_at": "2018-08-24T07:20:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:00Z", "revision_number": 0, "id": "3cff515d-4d4b-4ad8-9429-8c33c8924749", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:00Z", "security_group_id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv4", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-24T07:20:01Z", "revision_number": 0, "id": "5a172412-c020-41db-ad3b-61289df3e3cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:01Z", "security_group_id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": 22, "ethertype": "IPv4", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:00Z", "revision_number": 0, "id": "80a72cf6-2713-4508-843e-050ec2cd69ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:00Z", "security_group_id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv6", "project_id": "493fee6f873c403e9884bdf9d51cf413"}], "revision_number": 2, "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "name": "singlevm1-sg_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}]} 2018-08-24 07:20:01,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-17ce8c15-dc69-49fc-aab4-6ab8b6af58fd 2018-08-24 07:20:01,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0588998794556s 2018-08-24 07:20:01,897 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-17ce8c15-dc69-49fc-aab4-6ab8b6af58fd 2018-08-24 07:20:01,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-24 07:20:01,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -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": "ff1ed975-b123-4165-9e9f-60661ac374d7"}}' 2018-08-24 07:20:03,089 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d4a04e2a-d479-4b66-a0a2-729625f6318c Date: Fri, 24 Aug 2018 07:20:03 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-24T07:20:02Z", "security_group_id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "port_range_min": null, "revision_number": 0, "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:20:02Z", "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "663ef843-b859-4654-ab30-eff8b149f29f"}} 2018-08-24 07:20:03,089 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-d4a04e2a-d479-4b66-a0a2-729625f6318c 2018-08-24 07:20:03,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 1.18821907043s 2018-08-24 07:20:03,089 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-d4a04e2a-d479-4b66-a0a2-729625f6318c 2018-08-24 07:20:03,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:20:03,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:03,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-63316139-5a7c-4722-b298-d2593a431ba9 Date: Fri, 24 Aug 2018 07:20:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d5b1204-9431-4b8e-b20f-005e3468388f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","subnets":["4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf"],"description":"","tags":[],"updated_at":"2018-08-24T07:19:53Z","provider:segmentation_id":10,"name":"singlevm1-net_0b07980a-fc65-49ab-9782-9a6cc9d8e00f","admin_state_up":true,"tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:19:51Z","provider:network_type":"vxlan"}]} 2018-08-24 07:20:03,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-63316139-5a7c-4722-b298-d2593a431ba9 2018-08-24 07:20:03,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.348196029663s 2018-08-24 07:20:03,440 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-63316139-5a7c-4722-b298-d2593a431ba9 2018-08-24 07:20:03,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:20:03,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:04,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-91e3989a-caf7-4c39-bba7-60c3c17d6699 Date: Fri, 24 Aug 2018 07:20:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:19:59Z", "file": "/v2/images/001617f7-3864-47b6-9553-c65f71d750f4/file", "owner": "493fee6f873c403e9884bdf9d51cf413", "id": "001617f7-3864-47b6-9553-c65f71d750f4", "size": 12716032, "self": "/v2/images/001617f7-3864-47b6-9553-c65f71d750f4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/001617f7-3864-47b6-9553-c65f71d750f4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/001617f7-3864-47b6-9553-c65f71d750f4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:19:58Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:20:04,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-91e3989a-caf7-4c39-bba7-60c3c17d6699 2018-08-24 07:20:04,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.768032073975s 2018-08-24 07:20:04,213 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-91e3989a-caf7-4c39-bba7-60c3c17d6699 2018-08-24 07:20:04,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-24 07:20:04,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:04,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20: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-26da0e5a-f766-4c75-a798-fa52bf02b1ac x-compute-request-id: req-26da0e5a-f766-4c75-a798-fa52bf02b1ac Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "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": "fd5b358b-fbaf-4c5c-8b16-1967c47e6b29"}]} 2018-08-24 07:20:04,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-26da0e5a-f766-4c75-a798-fa52bf02b1ac 2018-08-24 07:20:04,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.13017988205s 2018-08-24 07:20:04,345 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-26da0e5a-f766-4c75-a798-fa52bf02b1ac 2018-08-24 07:20:04,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-24 07:20:04,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '{"server": {"name": "singlevm1-vm_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "imageRef": "001617f7-3864-47b6-9553-c65f71d750f4", "key_name": "singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "flavorRef": "fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3d5b1204-9431-4b8e-b20f-005e3468388f"}], "security_groups": [{"name": "ff1ed975-b123-4165-9e9f-60661ac374d7"}]}}' 2018-08-24 07:20:09,798 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:20:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f91110f0-d662-44bc-af3a-44e2d626092e x-compute-request-id: req-f91110f0-d662-44bc-af3a-44e2d626092e Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ff1ed975-b123-4165-9e9f-60661ac374d7"}], "OS-DCF:diskConfig": "MANUAL", "id": "daccf5c1-803e-41f9-894e-71692d656b5d", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "bookmark"}], "adminPass": "2qqsCgYHs8mV"}} 2018-08-24 07:20:09,798 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-f91110f0-d662-44bc-af3a-44e2d626092e 2018-08-24 07:20:09,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.45082092285s 2018-08-24 07:20:09,798 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-f91110f0-d662-44bc-af3a-44e2d626092e 2018-08-24 07:20:09,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:20:09,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:10,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c557d16e-f7ea-4aee-b586-4a1d47be13e3 x-compute-request-id: req-c557d16e-f7ea-4aee-b586-4a1d47be13e3 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.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "bookmark"}], "image": {"id": "001617f7-3864-47b6-9553-c65f71d750f4", "links": [{"href": "http://172.30.9.25:8774/images/001617f7-3864-47b6-9553-c65f71d750f4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "links": [{"href": "http://172.30.9.25:8774/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "rel": "bookmark"}]}, "id": "daccf5c1-803e-41f9-894e-71692d656b5d", "user_id": "d25e4970964144ed8e2798dfa2955cc1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:20:10Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "created": "2018-08-24T07:20:09Z", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:20:10,814 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c557d16e-f7ea-4aee-b586-4a1d47be13e3 2018-08-24 07:20:10,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01525020599s 2018-08-24 07:20:10,815 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c557d16e-f7ea-4aee-b586-4a1d47be13e3 2018-08-24 07:20:10,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:20:10,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:10,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-65e8d05d-37e3-49db-b550-1fb686cac606 Date: Fri, 24 Aug 2018 07:20:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d5b1204-9431-4b8e-b20f-005e3468388f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","subnets":["4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf"],"description":"","tags":[],"updated_at":"2018-08-24T07:19:53Z","provider:segmentation_id":10,"name":"singlevm1-net_0b07980a-fc65-49ab-9782-9a6cc9d8e00f","admin_state_up":true,"tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:19:51Z","provider:network_type":"vxlan"}]} 2018-08-24 07:20:10,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-65e8d05d-37e3-49db-b550-1fb686cac606 2018-08-24 07:20:10,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0837829113007s 2018-08-24 07:20:10,903 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-65e8d05d-37e3-49db-b550-1fb686cac606 2018-08-24 07:20:10,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 07:20:10,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:11,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-61d79a0e-dc7b-4642-b916-b250ec89e2e4 Date: Fri, 24 Aug 2018 07:20:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:56Z","dns_nameservers":[],"updated_at":"2018-08-24T07:14:56Z","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":"bd5da89061c541f69dcf67747600a6b1","id":"34d0d019-cdc4-4539-b3ce-9c3b1fff8757","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d5b1204-9431-4b8e-b20f-005e3468388f","tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:19:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:19:53Z","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":"493fee6f873c403e9884bdf9d51cf413","id":"4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf","subnetpool_id":null,"name":"singlevm1-subnet_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}]} 2018-08-24 07:20:11,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-61d79a0e-dc7b-4642-b916-b250ec89e2e4 2018-08-24 07:20:11,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.219775915146s 2018-08-24 07:20:11,124 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-61d79a0e-dc7b-4642-b916-b250ec89e2e4 2018-08-24 07:20:11,125 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:20:13,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:20:13,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:14,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20: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-196e82a7-f49d-4bcb-85fe-82326ae604ce x-compute-request-id: req-196e82a7-f49d-4bcb-85fe-82326ae604ce Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "bookmark"}], "image": {"id": "001617f7-3864-47b6-9553-c65f71d750f4", "links": [{"href": "http://172.30.9.25:8774/images/001617f7-3864-47b6-9553-c65f71d750f4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "links": [{"href": "http://172.30.9.25:8774/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "rel": "bookmark"}]}, "id": "daccf5c1-803e-41f9-894e-71692d656b5d", "user_id": "d25e4970964144ed8e2798dfa2955cc1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:20:13Z", "hostId": "a03b5dccdaddca92b756007a72e701c90407a69eacb70b5eae812449", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "created": "2018-08-24T07:20:09Z", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:20:14,088 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-196e82a7-f49d-4bcb-85fe-82326ae604ce 2018-08-24 07:20:14,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.960104942322s 2018-08-24 07:20:14,088 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-196e82a7-f49d-4bcb-85fe-82326ae604ce 2018-08-24 07:20:14,092 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:20:16,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:20:16,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:16,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20: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-1caddd66-5900-4792-899e-cfcc24165784 x-compute-request-id: req-1caddd66-5900-4792-899e-cfcc24165784 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "bookmark"}], "image": {"id": "001617f7-3864-47b6-9553-c65f71d750f4", "links": [{"href": "http://172.30.9.25:8774/images/001617f7-3864-47b6-9553-c65f71d750f4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "links": [{"href": "http://172.30.9.25:8774/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "rel": "bookmark"}]}, "id": "daccf5c1-803e-41f9-894e-71692d656b5d", "security_groups": [{"name": "singlevm1-sg_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}], "user_id": "d25e4970964144ed8e2798dfa2955cc1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:20:14Z", "hostId": "a03b5dccdaddca92b756007a72e701c90407a69eacb70b5eae812449", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "created": "2018-08-24T07:20:09Z", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:20:16,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1caddd66-5900-4792-899e-cfcc24165784 2018-08-24 07:20:16,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.884922027588s 2018-08-24 07:20:16,981 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1caddd66-5900-4792-899e-cfcc24165784 2018-08-24 07:20:16,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:20:18,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:20:18,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:20,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc703dc2-166a-49d8-bde4-992edf1a7cf9 x-compute-request-id: req-cc703dc2-166a-49d8-bde4-992edf1a7cf9 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_0b07980a-fc65-49ab-9782-9a6cc9d8e00f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:78:2a", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "bookmark"}], "image": {"id": "001617f7-3864-47b6-9553-c65f71d750f4", "links": [{"href": "http://172.30.9.25:8774/images/001617f7-3864-47b6-9553-c65f71d750f4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "links": [{"href": "http://172.30.9.25:8774/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "rel": "bookmark"}]}, "id": "daccf5c1-803e-41f9-894e-71692d656b5d", "security_groups": [{"name": "singlevm1-sg_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}], "user_id": "d25e4970964144ed8e2798dfa2955cc1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:20:14Z", "hostId": "a03b5dccdaddca92b756007a72e701c90407a69eacb70b5eae812449", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "created": "2018-08-24T07:20:09Z", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:20:20,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cc703dc2-166a-49d8-bde4-992edf1a7cf9 2018-08-24 07:20:20,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35775089264s 2018-08-24 07:20:20,345 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cc703dc2-166a-49d8-bde4-992edf1a7cf9 2018-08-24 07:20:20,349 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:20:22,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:20:22,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:23,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f0d7748-2036-43e6-945b-0da52bb738e6 x-compute-request-id: req-7f0d7748-2036-43e6-945b-0da52bb738e6 Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_0b07980a-fc65-49ab-9782-9a6cc9d8e00f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:78:2a", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "bookmark"}], "image": {"id": "001617f7-3864-47b6-9553-c65f71d750f4", "links": [{"href": "http://172.30.9.25:8774/images/001617f7-3864-47b6-9553-c65f71d750f4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-24T07:20:22.000000", "flavor": {"id": "fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "links": [{"href": "http://172.30.9.25:8774/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "rel": "bookmark"}]}, "id": "daccf5c1-803e-41f9-894e-71692d656b5d", "security_groups": [{"name": "singlevm1-sg_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}], "user_id": "d25e4970964144ed8e2798dfa2955cc1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:20:22Z", "hostId": "a03b5dccdaddca92b756007a72e701c90407a69eacb70b5eae812449", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "created": "2018-08-24T07:20:09Z", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:20:23,508 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7f0d7748-2036-43e6-945b-0da52bb738e6 2018-08-24 07:20:23,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15576982498s 2018-08-24 07:20:23,508 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7f0d7748-2036-43e6-945b-0da52bb738e6 2018-08-24 07:20:23,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-24 07:20:23,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=daccf5c1-803e-41f9-894e-71692d656b5d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:23,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-b3491915-0130-426a-85ff-63aec7cb80e6 Date: Fri, 24 Aug 2018 07:20:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-24T07:20:21Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf","ip_address":"192.168.120.26"}],"id":"4060e6e0-d4e4-442b-86f8-9a483e588f7a","security_groups":["ff1ed975-b123-4165-9e9f-60661ac374d7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:78:2a","project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"daccf5c1-803e-41f9-894e-71692d656b5d","name":"","admin_state_up":true,"network_id":"3d5b1204-9431-4b8e-b20f-005e3468388f","tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:20:14Z","binding:vnic_type":"normal"}]} 2018-08-24 07:20:23,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=daccf5c1-803e-41f9-894e-71692d656b5d used request id req-b3491915-0130-426a-85ff-63aec7cb80e6 2018-08-24 07:20:23,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0476760864258s 2018-08-24 07:20:23,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=daccf5c1-803e-41f9-894e-71692d656b5d used request id req-b3491915-0130-426a-85ff-63aec7cb80e6 2018-08-24 07:20:23,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-24 07:20:23,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=4060e6e0-d4e4-442b-86f8-9a483e588f7a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:23,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7614f248-49b8-4370-adbd-bb8772646967 Date: Fri, 24 Aug 2018 07:20:23 GMT RESP BODY: {"floatingips": []} 2018-08-24 07:20:23,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=4060e6e0-d4e4-442b-86f8-9a483e588f7a used request id req-7614f248-49b8-4370-adbd-bb8772646967 2018-08-24 07:20:23,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.201751947403s 2018-08-24 07:20:23,767 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=4060e6e0-d4e4-442b-86f8-9a483e588f7a used request id req-7614f248-49b8-4370-adbd-bb8772646967 2018-08-24 07:20:23,768 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_0b07980a-fc65-49ab-9782-9a6cc9d8e00f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5c:78:2a', u'version': 4, u'addr': u'192.168.120.26', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'001617f7-3864-47b6-9553-c65f71d750f4'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-08-24T07:20:22.000000', 'flavor': Munch({u'id': u'fd5b358b-fbaf-4c5c-8b16-1967c47e6b29'}), 'az': u'nova', 'id': u'daccf5c1-803e-41f9-894e-71692d656b5d', 'security_groups': [Munch({u'name': u'singlevm1-sg_0b07980a-fc65-49ab-9782-9a6cc9d8e00f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd25e4970964144ed8e2798dfa2955cc1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'493fee6f873c403e9884bdf9d51cf413', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-24T07:20:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-24T07:20:22Z', 'hostId': u'a03b5dccdaddca92b756007a72e701c90407a69eacb70b5eae812449', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f', 'public_v6': '', 'private_v4': u'192.168.120.26', 'cloud': 'envvars', 'host_id': u'a03b5dccdaddca92b756007a72e701c90407a69eacb70b5eae812449', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-08-24T07:20:22.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'493fee6f873c403e9884bdf9d51cf413', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_0b07980a-fc65-49ab-9782-9a6cc9d8e00f', 'adminPass': u'2qqsCgYHs8mV', 'tenant_id': u'493fee6f873c403e9884bdf9d51cf413', 'created_at': u'2018-08-24T07:20:09Z', 'created': u'2018-08-24T07:20:09Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-24 07:20:23,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:20:23,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:23,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-200c87c5-be57-42e3-9d66-199403a3486c Date: Fri, 24 Aug 2018 07:20:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d5b1204-9431-4b8e-b20f-005e3468388f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","subnets":["4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf"],"description":"","tags":[],"updated_at":"2018-08-24T07:19:53Z","provider:segmentation_id":10,"name":"singlevm1-net_0b07980a-fc65-49ab-9782-9a6cc9d8e00f","admin_state_up":true,"tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:19:51Z","provider:network_type":"vxlan"}]} 2018-08-24 07:20:23,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-200c87c5-be57-42e3-9d66-199403a3486c 2018-08-24 07:20:23,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0865077972412s 2018-08-24 07:20:23,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-200c87c5-be57-42e3-9d66-199403a3486c 2018-08-24 07:20:23,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-24 07:20:23,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=daccf5c1-803e-41f9-894e-71692d656b5d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:24,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-5f493cd5-0bb0-4bb2-ba4a-dc2ac60ff638 Date: Fri, 24 Aug 2018 07:20:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-24T07:20:21Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf","ip_address":"192.168.120.26"}],"id":"4060e6e0-d4e4-442b-86f8-9a483e588f7a","security_groups":["ff1ed975-b123-4165-9e9f-60661ac374d7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:78:2a","project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"daccf5c1-803e-41f9-894e-71692d656b5d","name":"","admin_state_up":true,"network_id":"3d5b1204-9431-4b8e-b20f-005e3468388f","tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:20:14Z","binding:vnic_type":"normal"}]} 2018-08-24 07:20:24,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=daccf5c1-803e-41f9-894e-71692d656b5d used request id req-5f493cd5-0bb0-4bb2-ba4a-dc2ac60ff638 2018-08-24 07:20:24,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.236453056335s 2018-08-24 07:20:24,097 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=daccf5c1-803e-41f9-894e-71692d656b5d used request id req-5f493cd5-0bb0-4bb2-ba4a-dc2ac60ff638 2018-08-24 07:20:24,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-24 07:20:24,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '{"floatingip": {"floating_network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "fixed_ip_address": "192.168.120.26", "port_id": "4060e6e0-d4e4-442b-86f8-9a483e588f7a"}}' 2018-08-24 07:20:25,890 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-7247ec94-4ae8-4ed3-80ba-9cb99801fc79 Date: Fri, 24 Aug 2018 07:20:25 GMT RESP BODY: {"floatingip": {"router_id": "c4471cdf-ac1c-4457-8149-62e971339763", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-24T07:20:24Z", "floating_network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "fixed_ip_address": "192.168.120.26", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "4060e6e0-d4e4-442b-86f8-9a483e588f7a", "id": "a6093153-d696-4370-8730-1d4b90e99970", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:20:24Z", "project_id": "493fee6f873c403e9884bdf9d51cf413"}} 2018-08-24 07:20:25,891 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-7247ec94-4ae8-4ed3-80ba-9cb99801fc79 2018-08-24 07:20:25,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.79342508316s 2018-08-24 07:20:25,891 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-7247ec94-4ae8-4ed3-80ba-9cb99801fc79 2018-08-24 07:20:25,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-24 07:20:25,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:25,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-ba24d57b-0bc2-416a-a562-18cf8bf5cc5e Date: Fri, 24 Aug 2018 07:20:25 GMT RESP BODY: {"floatingips": [{"router_id": "c4471cdf-ac1c-4457-8149-62e971339763", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-24T07:20:24Z", "floating_network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "fixed_ip_address": "192.168.120.26", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "4060e6e0-d4e4-442b-86f8-9a483e588f7a", "id": "a6093153-d696-4370-8730-1d4b90e99970", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:20:24Z", "project_id": "493fee6f873c403e9884bdf9d51cf413"}]} 2018-08-24 07:20:25,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-ba24d57b-0bc2-416a-a562-18cf8bf5cc5e 2018-08-24 07:20:25,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0749938488007s 2018-08-24 07:20:25,975 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-ba24d57b-0bc2-416a-a562-18cf8bf5cc5e 2018-08-24 07:20:25,979 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c4471cdf-ac1c-4457-8149-62e971339763', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'493fee6f873c403e9884bdf9d51cf413', 'created_at': u'2018-08-24T07:20:24Z', 'attached': True, 'updated_at': u'2018-08-24T07:20:24Z', 'id': u'a6093153-d696-4370-8730-1d4b90e99970', 'floating_network_id': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a', 'fixed_ip_address': u'192.168.120.26', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'493fee6f873c403e9884bdf9d51cf413', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c4471cdf-ac1c-4457-8149-62e971339763', 'project_id': u'493fee6f873c403e9884bdf9d51cf413', 'port_id': u'4060e6e0-d4e4-442b-86f8-9a483e588f7a', 'port': u'4060e6e0-d4e4-442b-86f8-9a483e588f7a', 'network': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a'}) 2018-08-24 07:20:25,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-24 07:20:25,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d/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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-24 07:20:26,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ac45d94-446c-42a7-9153-8a1ae3c081ce x-compute-request-id: req-3ac45d94-446c-42a7-9153-8a1ae3c081ce Content-Encoding: gzip Content-Length: 9527 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 521665440 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.197879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.200381] pid_max: default: 32768 minimum: 301\n[ 0.201733] ACPI: Core revision 20150930\n[ 0.203511] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.205479] Security Framework initialized\n[ 0.206721] Yama: becoming mindful.\n[ 0.207820] AppArmor: AppArmor initialized\n[ 0.209111] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.211096] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.213004] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214822] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216918] Initializing cgroup subsys io\n[ 0.218147] Initializing cgroup subsys memory\n[ 0.219450] Initializing cgroup subsys devices\n[ 0.220789] Initializing cgroup subsys freezer\n[ 0.222106] Initializing cgroup subsys net_cls\n[ 0.223427] Initializing cgroup subsys perf_event\n[ 0.224823] Initializing cgroup subsys net_prio\n[ 0.226165] Initializing cgroup subsys hugetlb\n[ 0.227474] Initializing cgroup subsys pids\n[ 0.228790] CPU: Physical Processor ID: 0\n[ 0.230713] mce: CPU supports 10 MCE banks\n[ 0.231983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.233493] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.250366] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.257179] ftrace: allocating 31920 entries in 125 pages\n[ 0.282491] smpboot: Max logical packages: 1\n[ 0.283791] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.285861] x2apic enabled\n[ 0.287070] Switched APIC routing to physical x2apic.\n[ 0.289675] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.291353] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.294360] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.297058] KVM setup paravirtual spinlock\n[ 0.298780] x86: Booted up 1 node, 1 CPUs\n[ 0.300002] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.302062] devtmpfs: initialized\n[ 0.304141] evm: security.selinux\n[ 0.305187] evm: security.SMACK64\n[ 0.306225] evm: security.SMACK64EXEC\n[ 0.307342] evm: security.SMACK64TRANSMUTE\n[ 0.308564] evm: security.SMACK64MMAP\n[ 0.309684] evm: security.ima\n[ 0.310648] evm: security.capability\n[ 0.311830] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.314606] pinctrl core: initialized pinctrl subsystem\n[ 0.316219] RTC time: 7:20:22, date: 08/24/18\n[ 0.317631] NET: Registered protocol family 16\n[ 0.319074] cpuidle: using governor ladder\n[ 0.320310] cpuidle: using governor menu\n[ 0.321497] PCCT header not found.\n[ 0.322612] ACPI: bus type PCI registered\n[ 0.323817] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.325672] PCI: Using configuration type 1 for base access\n[ 0.327982] ACPI: Added _OSI(Module Device)\n[ 0.329247] ACPI: Added _OSI(Processor Device)\n[ 0.330547] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.331906] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.334222] ACPI: Interpreter enabled\n[ 0.335360] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.338074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.340790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.343506] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.346288] ACPI: (supports S0 S5)\n[ 0.347328] ACPI: Using IOAPIC for interrupt routing\n[ 0.348722] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.352696] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.354391] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.356239] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358008] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361227] acpiphp: Slot [3] registered\n[ 0.362418] acpiphp: Slot [4] registered\n[ 0.363601] acpiphp: Slot [5] registered\n[ 0.364820] acpiphp: Slot [6] registered\n[ 0.365994] acpiphp: Slot [7] registered\n[ 0.367165] acpiphp: Slot [8] registered\n[ 0.368346] acpiphp: Slot [9] registered\n[ 0.369517] acpiphp: Slot [10] registered\n[ 0.370710] acpiphp: Slot [11] registered\n[ 0.371905] acpiphp: Slot [12] registered\n[ 0.373100] acpiphp: Slot [13] registered\n[ 0.374286] acpiphp: Slot [14] registered\n[ 0.375517] acpiphp: Slot [15] registered\n[ 0.390410] acpiphp: Slot [16] registered\n[ 0.391608] acpiphp: Slot [17] registered\n[ 0.392796] acpiphp: Slot [18] registered\n[ 0.393991] acpiphp: Slot [19] registered\n[ 0.395215] acpiphp: Slot [20] registered\n[ 0.396438] acpiphp: Slot [21] registered\n[ 0.397636] acpiphp: Slot [22] registered\n[ 0.398826] acpiphp: Slot [23] registered\n[ 0.400020] acpiphp: Slot [24] registered\n[ 0.401205] acpiphp: Slot [25] registered\n[ 0.402426] acpiphp: Slot [26] registered\n[ 0.403650] acpiphp: Slot [27] registered\n[ 0.404851] acpiphp: Slot [28] registered\n[ 0.406048] acpiphp: Slot [29] registered\n[ 0.407238] acpiphp: Slot [30] registered\n[ 0.408424] acpiphp: Slot [31] registered\n[ 0.409618] PCI host bridge to bus 0000:00\n[ 0.410819] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.412604] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.414384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.416543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418701] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420886] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425062] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426946] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428698] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430578] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436884] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.457524] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.459603] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.461659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.463677] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.465738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.467565] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.469432] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.470991] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473281] vgaarb: loaded\n[ 0.474169] vgaarb: bridge control possible 0000:00:02.0\n[ 0.475987] SCSI subsystem initialized\n[ 0.477328] ACPI: bus type USB registered\n[ 0.478549] usbcore: registered new interface driver usbfs\n[ 0.480067] usbcore: registered new interface driver hub\n[ 0.481568] usbcore: registered new device driver usb\n[ 0.483178] PCI: Using ACPI for IRQ routing\n[ 0.484777] NetLabel: Initializing\n[ 0.485839] NetLabel: domain hash size = 128\n[ 0.487096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488517] NetLabel: unlabeled traffic allowed by default\n[ 0.490215] clocksource: Switched to clocksource kvm-clock\n[ 0.500309] AppArmor: AppArmor Filesystem Enabled\n[ 0.501715] pnp: PnP ACPI init\n[ 0.503007] pnp: PnP ACPI: found 5 devices\n[ 0.509993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.512520] NET: Registered protocol family 2\n[ 0.514017] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.515934] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.517728] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.519503] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521079] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.522792] NET: Registered protocol family 1\n[ 0.524081] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.525751] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.527349] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.544296] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.560149] Trying to unpack rootfs image as initramfs...\n[ 0.623450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.626288] Scanning for low memory corruption every 60 seconds\n[ 0.628444] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.630300] audit: initializing netlink subsys (disabled)\n[ 0.631943] audit: type=2000 audit(1535095223.072:1): initialized\n[ 0.634009] Initialise system trusted keyring\n[ 0.635518] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.637280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.640214] zbud: loaded\n[ 0.641299] VFS: Disk quotas dquot_6.6.0\n[ 0.642590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.644951] fuse init (API version 7.23)\n[ 0.646324] Key type big_key registered\n[ 0.647611] Allocating IMA MOK and blacklist keyrings.\n[ 0.649539] Key type asymmetric registered\n[ 0.650767] Asymmetric key parser 'x509' registered\n[ 0.652170] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.654355] io scheduler noop registered\n[ 0.655481] io scheduler deadline registered (default)\n[ 0.656915] io scheduler cfq registered\n[ 0.658268] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.659787] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.661670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.663763] ACPI: Power Button [PWRF]\n[ 0.665105] GHES: HEST is not enabled!\n[ 0.679301] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.708436] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.711561] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.736413] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.739564] Linux agpgart interface v0.103\n[ 0.743391] brd: module loaded\n[ 0.745681] loop: module loaded\n[ 0.751335] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.753429] GPT:90111 != 2097151\n[ 0.754374] GPT:Alternate GPT header not at the end of the disk.\n[ 0.755883] GPT:90111 != 2097151\n[ 0.756830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.758151] vda: vda1 vda15\n[ 0.760084] scsi host0: ata_piix\n[ 0.761170] scsi host1: ata_piix\n[ 0.762170] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.763825] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.765873] libphy: Fixed MDIO Bus: probed\n[ 0.767234] tun: Universal TUN/TAP device driver, 1.6\n[ 0.768550] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.771566] PPP generic driver version 2.4.2\n[ 0.773227] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.774870] ehci-pci: EHCI PCI platform driver\n[ 0.776073] ehci-platform: EHCI generic platform driver\n[ 0.777442] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.779001] ohci-pci: OHCI PCI platform driver\n[ 0.780202] ohci-platform: OHCI generic platform driver\n[ 0.781627] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.796216] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.797610] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.799662] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.801049] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.802659] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.804361] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.806348] usb usb1: Product: UHCI Host Controller\n[ 0.807671] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.809257] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.810728] hub 1-0:1.0: USB hub found\n[ 0.811810] hub 1-0:1.0: 2 ports detected\n[ 0.813085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.816021] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.817344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.818777] mousedev: PS/2 mouse device common for all mice\n[ 0.820503] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.823017] rtc_cmos 00:00: RTC can wake from S4\n[ 0.824568] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.826207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.827871] i2c /dev entries driver\n[ 0.828931] device-mapper: uevent: version 1.0.3\n[ 0.830255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.832520] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.834393] NET: Registered protocol family 10\n[ 0.835968] NET: Registered protocol family 17\n[ 0.837201] Key type dns_resolver registered\n[ 0.838518] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.840015] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.842447] registered taskstats version 1\n[ 0.843610] Loading compiled-in X.509 certificates\n[ 0.845472] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.848076] zswap: loaded using pool lzo/zbud\n[ 0.850092] Key type trusted registered\n[ 0.852244] Key type encrypted registered\n[ 0.853379] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.854805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.856230] evm: HMAC attrs: 0x1\n[ 0.857522] Magic number: 14:826:319\n[ 0.858622] tty tty44: hash matches\n[ 0.859726] rtc_cmos 00:00: setting system clock to 2018-08-24 07:20:23 UTC (1535095223)\n[ 0.861930] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.863469] EDD information not available.\n[ 0.923805] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.925927] Write protecting the kernel read-only data: 14336k\n[ 0.928876] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.931320] 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.092106] 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.26...\nLease of 192.168.120.26 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-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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDGw5qIcPCG1OK9s1sCEENPZybBIEssB8pziMmw/ogc4cKNuCrAHFOXCEnM6rJ0D8hq+iY+cLRXnv1BO7Z8JqtHbKKlmsM6eFEK9l0POxDLgio8QXoLJy9US726sTiW91B10n68aw85NKKqeuyiO6Mucql7+60RLh7NshSQn7Ut0jh6wrr0xdItlDWjB4rlhT7Tgsathj/KR75TVf9SzB8ovnJOxcM6etyJF4nWszSIKGDSZmY8+v/UGS+6LSEfPjEA++jrdqSkXL/1cTzE3enqkFms2bhDhrP1TRJewu4k/jD0uFUQXCFAf4uj6ZXdxwg224CZsnoFJx057HW9ePgV root@singlevm1-vm-0b07980a-fc65-49ab-9782-9a6cc9d8e00f\nssh-dss AAAAB3NzaC1kc3MAAACBALm/maFKubSM7X8BupfYNwrZzVgtdlhJxXwPH9IOXap1iyGUKMMOBWF/VPtSkzYyYy2N38W//re35s2Ptax2GKY++mnmChwSpVqBSO9oj6C0YUMLJy1hJ4MK+fuY8K+y1PjLT9chXzYvWyw0DJ9DA6R1RsIEX/rRA6iD6mx90Sa5AAAAFQCF/dhoT40wRY5HLCo0zkjiBMU9KwAAAIALPdfMJb5LLhUNJZ9DIZD8cuSRg9dyEgCobppX5LqMONF8pvZuUXl0rnuREwrrkcZ6Q9mB84IHS6KgCCIPtCBrTFxB1GpuC7MctIkGp4jpYsSmfW8aS7ivb0MuTPK0Huifp9O0x+EeUZ1mRHfTumivggoIyRFpsn9GTim3Nc5ougAAAIEAtCTNQwdPd8Nph+ui5W7QCxBHHQqgqcr0uzlVV9T1xz3fw5x8iNszqz40VguTmaOtDFB/+cKkW92QaeR9cdcYG7NnZXpcq6CkxCWsRidLe9YKIk1eDb7o/BKYgVs4OiBc8BD82X6vTFpa9NA1EAHxWyOVGUTDroOIFlq5VhYS5+g= root@singlevm1-vm-0b07980a-fc65-49ab-9782-9a6cc9d8e00f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.26,24,fe80::f816:3eff:fe5c:782a/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.26 \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-0b07980a-fc65-49ab-9782-9a6cc9d8e00f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.84 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\n"} 2018-08-24 07:20:26,955 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d/action used request id req-3ac45d94-446c-42a7-9153-8a1ae3c081ce 2018-08-24 07:20:26,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.975338935852s 2018-08-24 07:20:26,956 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d/action used request id req-3ac45d94-446c-42a7-9153-8a1ae3c081ce 2018-08-24 07:20:26,956 - 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 521665440 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.197879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.200381] pid_max: default: 32768 minimum: 301 [ 0.201733] ACPI: Core revision 20150930 [ 0.203511] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205479] Security Framework initialized [ 0.206721] Yama: becoming mindful. [ 0.207820] AppArmor: AppArmor initialized [ 0.209111] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.211096] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.213004] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214822] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216918] Initializing cgroup subsys io [ 0.218147] Initializing cgroup subsys memory [ 0.219450] Initializing cgroup subsys devices [ 0.220789] Initializing cgroup subsys freezer [ 0.222106] Initializing cgroup subsys net_cls [ 0.223427] Initializing cgroup subsys perf_event [ 0.224823] Initializing cgroup subsys net_prio [ 0.226165] Initializing cgroup subsys hugetlb [ 0.227474] Initializing cgroup subsys pids [ 0.228790] CPU: Physical Processor ID: 0 [ 0.230713] mce: CPU supports 10 MCE banks [ 0.231983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.233493] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.250366] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.257179] ftrace: allocating 31920 entries in 125 pages [ 0.282491] smpboot: Max logical packages: 1 [ 0.283791] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.285861] x2apic enabled [ 0.287070] Switched APIC routing to physical x2apic. [ 0.289675] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.291353] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.294360] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.297058] KVM setup paravirtual spinlock [ 0.298780] x86: Booted up 1 node, 1 CPUs [ 0.300002] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.302062] devtmpfs: initialized [ 0.304141] evm: security.selinux [ 0.305187] evm: security.SMACK64 [ 0.306225] evm: security.SMACK64EXEC [ 0.307342] evm: security.SMACK64TRANSMUTE [ 0.308564] evm: security.SMACK64MMAP [ 0.309684] evm: security.ima [ 0.310648] evm: security.capability [ 0.311830] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.314606] pinctrl core: initialized pinctrl subsystem [ 0.316219] RTC time: 7:20:22, date: 08/24/18 [ 0.317631] NET: Registered protocol family 16 [ 0.319074] cpuidle: using governor ladder [ 0.320310] cpuidle: using governor menu [ 0.321497] PCCT header not found. [ 0.322612] ACPI: bus type PCI registered [ 0.323817] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.325672] PCI: Using configuration type 1 for base access [ 0.327982] ACPI: Added _OSI(Module Device) [ 0.329247] ACPI: Added _OSI(Processor Device) [ 0.330547] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.331906] ACPI: Added _OSI(Processor Aggregator Device) [ 0.334222] ACPI: Interpreter enabled [ 0.335360] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.338074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.340790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.343506] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.346288] ACPI: (supports S0 S5) [ 0.347328] ACPI: Using IOAPIC for interrupt routing [ 0.348722] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.352696] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.354391] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.356239] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358008] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.361227] acpiphp: Slot [3] registered [ 0.362418] acpiphp: Slot [4] registered [ 0.363601] acpiphp: Slot [5] registered [ 0.364820] acpiphp: Slot [6] registered [ 0.365994] acpiphp: Slot [7] registered [ 0.367165] acpiphp: Slot [8] registered [ 0.368346] acpiphp: Slot [9] registered [ 0.369517] acpiphp: Slot [10] registered [ 0.370710] acpiphp: Slot [11] registered [ 0.371905] acpiphp: Slot [12] registered [ 0.373100] acpiphp: Slot [13] registered [ 0.374286] acpiphp: Slot [14] registered [ 0.375517] acpiphp: Slot [15] registered [ 0.390410] acpiphp: Slot [16] registered [ 0.391608] acpiphp: Slot [17] registered [ 0.392796] acpiphp: Slot [18] registered [ 0.393991] acpiphp: Slot [19] registered [ 0.395215] acpiphp: Slot [20] registered [ 0.396438] acpiphp: Slot [21] registered [ 0.397636] acpiphp: Slot [22] registered [ 0.398826] acpiphp: Slot [23] registered [ 0.400020] acpiphp: Slot [24] registered [ 0.401205] acpiphp: Slot [25] registered [ 0.402426] acpiphp: Slot [26] registered [ 0.403650] acpiphp: Slot [27] registered [ 0.404851] acpiphp: Slot [28] registered [ 0.406048] acpiphp: Slot [29] registered [ 0.407238] acpiphp: Slot [30] registered [ 0.408424] acpiphp: Slot [31] registered [ 0.409618] PCI host bridge to bus 0000:00 [ 0.410819] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.412604] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.414384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.416543] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.418701] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.420886] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.425062] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.426946] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.428698] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.430578] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.434761] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.436884] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.457524] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.459603] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.461659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.463677] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.465738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.467565] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.469432] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.470991] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.473281] vgaarb: loaded [ 0.474169] vgaarb: bridge control possible 0000:00:02.0 [ 0.475987] SCSI subsystem initialized [ 0.477328] ACPI: bus type USB registered [ 0.478549] usbcore: registered new interface driver usbfs [ 0.480067] usbcore: registered new interface driver hub [ 0.481568] usbcore: registered new device driver usb [ 0.483178] PCI: Using ACPI for IRQ routing [ 0.484777] NetLabel: Initializing [ 0.485839] NetLabel: domain hash size = 128 [ 0.487096] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.488517] NetLabel: unlabeled traffic allowed by default [ 0.490215] clocksource: Switched to clocksource kvm-clock [ 0.500309] AppArmor: AppArmor Filesystem Enabled [ 0.501715] pnp: PnP ACPI init [ 0.503007] pnp: PnP ACPI: found 5 devices [ 0.509993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.512520] NET: Registered protocol family 2 [ 0.514017] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.515934] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.517728] TCP: Hash tables configured (established 4096 bind 4096) [ 0.519503] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.521079] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.522792] NET: Registered protocol family 1 [ 0.524081] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.525751] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.527349] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.544296] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.560149] Trying to unpack rootfs image as initramfs... [ 0.623450] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.626288] Scanning for low memory corruption every 60 seconds [ 0.628444] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.630300] audit: initializing netlink subsys (disabled) [ 0.631943] audit: type=2000 audit(1535095223.072:1): initialized [ 0.634009] Initialise system trusted keyring [ 0.635518] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.637280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.640214] zbud: loaded [ 0.641299] VFS: Disk quotas dquot_6.6.0 [ 0.642590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.644951] fuse init (API version 7.23) [ 0.646324] Key type big_key registered [ 0.647611] Allocating IMA MOK and blacklist keyrings. [ 0.649539] Key type asymmetric registered [ 0.650767] Asymmetric key parser 'x509' registered [ 0.652170] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.654355] io scheduler noop registered [ 0.655481] io scheduler deadline registered (default) [ 0.656915] io scheduler cfq registered [ 0.658268] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.659787] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.661670] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.663763] ACPI: Power Button [PWRF] [ 0.665105] GHES: HEST is not enabled! [ 0.679301] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.708436] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.711561] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.736413] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.739564] Linux agpgart interface v0.103 [ 0.743391] brd: module loaded [ 0.745681] loop: module loaded [ 0.751335] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.753429] GPT:90111 != 2097151 [ 0.754374] GPT:Alternate GPT header not at the end of the disk. [ 0.755883] GPT:90111 != 2097151 [ 0.756830] GPT: Use GNU Parted to correct GPT errors. [ 0.758151] vda: vda1 vda15 [ 0.760084] scsi host0: ata_piix [ 0.761170] scsi host1: ata_piix [ 0.762170] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.763825] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.765873] libphy: Fixed MDIO Bus: probed [ 0.767234] tun: Universal TUN/TAP device driver, 1.6 [ 0.768550] tun: (C) 1999-2004 Max Krasnyansky [ 0.771566] PPP generic driver version 2.4.2 [ 0.773227] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.774870] ehci-pci: EHCI PCI platform driver [ 0.776073] ehci-platform: EHCI generic platform driver [ 0.777442] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.779001] ohci-pci: OHCI PCI platform driver [ 0.780202] ohci-platform: OHCI generic platform driver [ 0.781627] uhci_hcd: USB Universal Host Controller Interface driver [ 0.796216] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.797610] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.799662] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.801049] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.802659] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.804361] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.806348] usb usb1: Product: UHCI Host Controller [ 0.807671] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.809257] usb usb1: SerialNumber: 0000:00:01.2 [ 0.810728] hub 1-0:1.0: USB hub found [ 0.811810] hub 1-0:1.0: 2 ports detected [ 0.813085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.816021] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.817344] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.818777] mousedev: PS/2 mouse device common for all mice [ 0.820503] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.823017] rtc_cmos 00:00: RTC can wake from S4 [ 0.824568] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.826207] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.827871] i2c /dev entries driver [ 0.828931] device-mapper: uevent: version 1.0.3 [ 0.830255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.832520] ledtrig-cpu: registered to indicate activity on CPUs [ 0.834393] NET: Registered protocol family 10 [ 0.835968] NET: Registered protocol family 17 [ 0.837201] Key type dns_resolver registered [ 0.838518] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.840015] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.842447] registered taskstats version 1 [ 0.843610] Loading compiled-in X.509 certificates [ 0.845472] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.848076] zswap: loaded using pool lzo/zbud [ 0.850092] Key type trusted registered [ 0.852244] Key type encrypted registered [ 0.853379] AppArmor: AppArmor sha1 policy hashing enabled [ 0.854805] ima: No TPM chip found, activating TPM-bypass! [ 0.856230] evm: HMAC attrs: 0x1 [ 0.857522] Magic number: 14:826:319 [ 0.858622] tty tty44: hash matches [ 0.859726] rtc_cmos 00:00: setting system clock to 2018-08-24 07:20:23 UTC (1535095223) [ 0.861930] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.863469] EDD information not available. [ 0.923805] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.925927] Write protecting the kernel read-only data: 14336k [ 0.928876] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.931320] 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.092106] 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.26... Lease of 192.168.120.26 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-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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDGw5qIcPCG1OK9s1sCEENPZybBIEssB8pziMmw/ogc4cKNuCrAHFOXCEnM6rJ0D8hq+iY+cLRXnv1BO7Z8JqtHbKKlmsM6eFEK9l0POxDLgio8QXoLJy9US726sTiW91B10n68aw85NKKqeuyiO6Mucql7+60RLh7NshSQn7Ut0jh6wrr0xdItlDWjB4rlhT7Tgsathj/KR75TVf9SzB8ovnJOxcM6etyJF4nWszSIKGDSZmY8+v/UGS+6LSEfPjEA++jrdqSkXL/1cTzE3enqkFms2bhDhrP1TRJewu4k/jD0uFUQXCFAf4uj6ZXdxwg224CZsnoFJx057HW9ePgV root@singlevm1-vm-0b07980a-fc65-49ab-9782-9a6cc9d8e00f ssh-dss AAAAB3NzaC1kc3MAAACBALm/maFKubSM7X8BupfYNwrZzVgtdlhJxXwPH9IOXap1iyGUKMMOBWF/VPtSkzYyYy2N38W//re35s2Ptax2GKY++mnmChwSpVqBSO9oj6C0YUMLJy1hJ4MK+fuY8K+y1PjLT9chXzYvWyw0DJ9DA6R1RsIEX/rRA6iD6mx90Sa5AAAAFQCF/dhoT40wRY5HLCo0zkjiBMU9KwAAAIALPdfMJb5LLhUNJZ9DIZD8cuSRg9dyEgCobppX5LqMONF8pvZuUXl0rnuREwrrkcZ6Q9mB84IHS6KgCCIPtCBrTFxB1GpuC7MctIkGp4jpYsSmfW8aS7ivb0MuTPK0Huifp9O0x+EeUZ1mRHfTumivggoIyRFpsn9GTim3Nc5ougAAAIEAtCTNQwdPd8Nph+ui5W7QCxBHHQqgqcr0uzlVV9T1xz3fw5x8iNszqz40VguTmaOtDFB/+cKkW92QaeR9cdcYG7NnZXpcq6CkxCWsRidLe9YKIk1eDb7o/BKYgVs4OiBc8BD82X6vTFpa9NA1EAHxWyOVGUTDroOIFlq5VhYS5+g= root@singlevm1-vm-0b07980a-fc65-49ab-9782-9a6cc9d8e00f -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.26,24,fe80::f816:3eff:fe5c:782a/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.26 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-0b07980a-fc65-49ab-9782-9a6cc9d8e00f launch-index: 0 === cirros: current=0.4.0 uptime=3.84 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net 2018-08-24 07:20:27,960 - paramiko.transport - DEBUG - starting thread (client mode): 0x2c9f9490L 2018-08-24 07:20:27,961 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-24 07:20:27,961 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-24 07:20:27,961 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-24 07:20:27,963 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-24 07:20:27,963 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-24 07:20:27,964 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-24 07:20:27,964 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-24 07:20:27,964 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-24 07:20:27,964 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-24 07:20:28,048 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-24 07:20:28,055 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-24 07:20:28,061 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: 028ddc60e029554e115af13a560ecd31 2018-08-24 07:20:28,071 - paramiko.transport - DEBUG - Trying discovered key 93c3f99801f4b72bf7614b85fab3c210 in /tmp/tmpcYQl1C 2018-08-24 07:20:28,087 - paramiko.transport - DEBUG - userauth is OK 2018-08-24 07:20:28,093 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-24 07:20:28,103 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-24 07:20:28,104 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-24 07:20:28,104 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-24 07:20:28,105 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-24 07:20:28,106 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-24 07:20:28,107 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-24 07:20:28,108 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-24 07:20:28,107 - functest.core.singlevm - DEBUG - error: 2018-08-24 07:20:28,224 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 07:20:28,225 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-24 07:20:28,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-24 07:20:28,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/a6093153-d696-4370-8730-1d4b90e99970.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:29,359 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c6db594f-8181-4c97-bf92-b021b1086f6f Content-Length: 0 Date: Fri, 24 Aug 2018 07:20:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:20:29,359 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/a6093153-d696-4370-8730-1d4b90e99970.json used request id req-c6db594f-8181-4c97-bf92-b021b1086f6f 2018-08-24 07:20:29,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.12927103043s 2018-08-24 07:20:29,360 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/a6093153-d696-4370-8730-1d4b90e99970.json used request id req-c6db594f-8181-4c97-bf92-b021b1086f6f 2018-08-24 07:20:29,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-24 07:20:29,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:29,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-972d65eb-6b89-4405-9771-ea539cf81717 Date: Fri, 24 Aug 2018 07:20:29 GMT RESP BODY: {"floatingips": []} 2018-08-24 07:20:29,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-972d65eb-6b89-4405-9771-ea539cf81717 2018-08-24 07:20:29,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.265754938126s 2018-08-24 07:20:29,631 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-972d65eb-6b89-4405-9771-ea539cf81717 2018-08-24 07:20:29,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-24 07:20:29,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:29,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:20:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c759bf5-29c0-47c3-8ee3-212fd51c5c67 x-compute-request-id: req-0c759bf5-29c0-47c3-8ee3-212fd51c5c67 Content-Type: application/json 2018-08-24 07:20:29,846 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d used request id req-0c759bf5-29c0-47c3-8ee3-212fd51c5c67 2018-08-24 07:20:29,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.213589191437s 2018-08-24 07:20:29,846 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d used request id req-0c759bf5-29c0-47c3-8ee3-212fd51c5c67 2018-08-24 07:20:29,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:20:29,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:31,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa1b63b9-1886-4adc-bdbb-364fcfb2df57 x-compute-request-id: req-aa1b63b9-1886-4adc-bdbb-364fcfb2df57 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_0b07980a-fc65-49ab-9782-9a6cc9d8e00f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:78:2a", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:78:2a", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/daccf5c1-803e-41f9-894e-71692d656b5d", "rel": "bookmark"}], "image": {"id": "001617f7-3864-47b6-9553-c65f71d750f4", "links": [{"href": "http://172.30.9.25:8774/images/001617f7-3864-47b6-9553-c65f71d750f4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-24T07:20:22.000000", "flavor": {"id": "fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "links": [{"href": "http://172.30.9.25:8774/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "rel": "bookmark"}]}, "id": "daccf5c1-803e-41f9-894e-71692d656b5d", "security_groups": [{"name": "singlevm1-sg_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}], "user_id": "d25e4970964144ed8e2798dfa2955cc1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:20:29Z", "hostId": "a03b5dccdaddca92b756007a72e701c90407a69eacb70b5eae812449", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "created": "2018-08-24T07:20:09Z", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:20:31,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aa1b63b9-1886-4adc-bdbb-364fcfb2df57 2018-08-24 07:20:31,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.86349797249s 2018-08-24 07:20:31,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aa1b63b9-1886-4adc-bdbb-364fcfb2df57 2018-08-24 07:20:31,712 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:20:33,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:20:33,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:33,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-37852527-4162-47af-82d7-3de525374319 x-compute-request-id: req-37852527-4162-47af-82d7-3de525374319 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-24 07:20:33,953 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-37852527-4162-47af-82d7-3de525374319 2018-08-24 07:20:33,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.237944126129s 2018-08-24 07:20:33,953 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-37852527-4162-47af-82d7-3de525374319 2018-08-24 07:20:33,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-24 07:20:33,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:34,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-c8cc5e5f-d754-45ca-95b9-6810f27ef323 Date: Fri, 24 Aug 2018 07:20:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "created_at": "2018-08-24T07:19:24Z", "updated_at": "2018-08-24T07:19:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:19:24Z", "revision_number": 0, "id": "0818ae18-948a-48b4-b6b4-900dbffeadc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:19:24Z", "security_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4297f2c347c4ac08a0749726b0def72"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:19:24Z", "revision_number": 0, "id": "465012ac-a494-4c11-a7bd-40c4659402a9", "remote_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "remote_ip_prefix": null, "created_at": "2018-08-24T07:19:24Z", "security_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4297f2c347c4ac08a0749726b0def72"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:19:24Z", "revision_number": 0, "id": "73c2dbca-1085-44fb-98ac-bdfca52b829f", "remote_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "remote_ip_prefix": null, "created_at": "2018-08-24T07:19:24Z", "security_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4297f2c347c4ac08a0749726b0def72"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:19:24Z", "revision_number": 0, "id": "b966fb84-ff3a-4ee8-87ca-212a3de26e36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:19:24Z", "security_group_id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "tenant_id": "b4297f2c347c4ac08a0749726b0def72", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4297f2c347c4ac08a0749726b0def72"}], "revision_number": 1, "project_id": "b4297f2c347c4ac08a0749726b0def72", "id": "43cdd529-0a3c-46c2-85dd-889eb750dfac", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-24T07:18:14Z", "updated_at": "2018-08-24T07:18:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:14Z", "revision_number": 0, "id": "221326c5-7b0c-4d68-b4ed-02b454ba9bab", "remote_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:14Z", "security_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:14Z", "revision_number": 0, "id": "6bab50a0-3e10-412d-91e1-412326c9f235", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:14Z", "security_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:14Z", "revision_number": 0, "id": "b249b009-0c32-4dda-a2d1-8c4b5531fe1d", "remote_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:14Z", "security_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:14Z", "revision_number": 0, "id": "f33172ff-58e5-4014-9864-401b7189557c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:14Z", "security_group_id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "605ce42a-614a-4e39-bb9a-c624f7eec57c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:18:10Z", "updated_at": "2018-08-24T07:18:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:10Z", "revision_number": 0, "id": "43e806bf-3839-44b3-8590-19a43e1a7fb2", "remote_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:10Z", "security_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv4", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:10Z", "revision_number": 0, "id": "8dc88e9c-f220-4ee4-8a0e-6fc76af85de4", "remote_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:10Z", "security_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv6", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:10Z", "revision_number": 0, "id": "9bd64423-eac5-4573-9024-efac7b947271", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:10Z", "security_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv6", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:10Z", "revision_number": 0, "id": "d8c4239d-36ab-4370-8800-6d2800e67a39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:10Z", "security_group_id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv4", "project_id": "493fee6f873c403e9884bdf9d51cf413"}], "revision_number": 1, "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "9f9fe7d9-8333-43cf-9353-9c67134af53e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "created_at": "2018-08-24T07:14:49Z", "updated_at": "2018-08-24T07:14:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:14:49Z", "revision_number": 0, "id": "601faf03-f552-42d5-ad27-ab85c1fe8e20", "remote_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "remote_ip_prefix": null, "created_at": "2018-08-24T07:14:49Z", "security_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd5da89061c541f69dcf67747600a6b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:14:49Z", "revision_number": 0, "id": "60a3fa03-a151-4763-8a51-f7f0a2892538", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:14:49Z", "security_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd5da89061c541f69dcf67747600a6b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:14:49Z", "revision_number": 0, "id": "c541035e-cc9b-418a-95ce-24c01dcb0399", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:14:49Z", "security_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd5da89061c541f69dcf67747600a6b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:14:49Z", "revision_number": 0, "id": "d0c064ac-74bb-452f-bd07-413bf97d1435", "remote_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "remote_ip_prefix": null, "created_at": "2018-08-24T07:14:49Z", "security_group_id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "tenant_id": "bd5da89061c541f69dcf67747600a6b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd5da89061c541f69dcf67747600a6b1"}], "revision_number": 1, "project_id": "bd5da89061c541f69dcf67747600a6b1", "id": "a83eded4-a8ae-4f8c-a505-a900a09f6a43", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "created_at": "2018-08-24T07:18:33Z", "updated_at": "2018-08-24T07:18:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:33Z", "revision_number": 0, "id": "181a0ed5-b22c-4a72-8e64-2bcf0b0bf386", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:33Z", "security_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "port_range_min": null, "ethertype": "IPv6", "project_id": "84dfba1fced445e280afc9b8c2d71003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:33Z", "revision_number": 0, "id": "419b3305-fd9e-44d6-99c7-5711f39943ee", "remote_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:33Z", "security_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "port_range_min": null, "ethertype": "IPv4", "project_id": "84dfba1fced445e280afc9b8c2d71003"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:33Z", "revision_number": 0, "id": "764867b3-29ef-40f1-8d69-6553ab695b13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:33Z", "security_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "port_range_min": null, "ethertype": "IPv4", "project_id": "84dfba1fced445e280afc9b8c2d71003"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:18:33Z", "revision_number": 0, "id": "ded221f9-a2e5-4bd1-ab01-57c8fb86819b", "remote_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "remote_ip_prefix": null, "created_at": "2018-08-24T07:18:33Z", "security_group_id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "tenant_id": "84dfba1fced445e280afc9b8c2d71003", "port_range_min": null, "ethertype": "IPv6", "project_id": "84dfba1fced445e280afc9b8c2d71003"}], "revision_number": 1, "project_id": "84dfba1fced445e280afc9b8c2d71003", "id": "fa0174ed-1170-4d63-b59a-80d306c7e1dd", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:20:00Z", "updated_at": "2018-08-24T07:20:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:00Z", "revision_number": 0, "id": "3cff515d-4d4b-4ad8-9429-8c33c8924749", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:00Z", "security_group_id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv4", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-24T07:20:01Z", "revision_number": 0, "id": "5a172412-c020-41db-ad3b-61289df3e3cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:01Z", "security_group_id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": 22, "ethertype": "IPv4", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:02Z", "revision_number": 0, "id": "663ef843-b859-4654-ab30-eff8b149f29f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:02Z", "security_group_id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv4", "project_id": "493fee6f873c403e9884bdf9d51cf413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:00Z", "revision_number": 0, "id": "80a72cf6-2713-4508-843e-050ec2cd69ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:00Z", "security_group_id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "port_range_min": null, "ethertype": "IPv6", "project_id": "493fee6f873c403e9884bdf9d51cf413"}], "revision_number": 3, "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "ff1ed975-b123-4165-9e9f-60661ac374d7", "name": "singlevm1-sg_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}]} 2018-08-24 07:20:34,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-c8cc5e5f-d754-45ca-95b9-6810f27ef323 2018-08-24 07:20:34,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0593891143799s 2018-08-24 07:20:34,017 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-c8cc5e5f-d754-45ca-95b9-6810f27ef323 2018-08-24 07:20:34,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-24 07:20:34,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/ff1ed975-b123-4165-9e9f-60661ac374d7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:34,454 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6a8284fe-f320-466d-a77d-2eed999f0d5d Content-Length: 0 Date: Fri, 24 Aug 2018 07:20:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:20:34,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/ff1ed975-b123-4165-9e9f-60661ac374d7.json used request id req-6a8284fe-f320-466d-a77d-2eed999f0d5d 2018-08-24 07:20:34,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.433114767075s 2018-08-24 07:20:34,454 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/ff1ed975-b123-4165-9e9f-60661ac374d7.json used request id req-6a8284fe-f320-466d-a77d-2eed999f0d5d 2018-08-24 07:20:34,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-24 07:20:34,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:34,544 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:20:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cd98ea2c-f70f-4fb0-aa86-c635b2e566ab x-compute-request-id: req-cd98ea2c-f70f-4fb0-aa86-c635b2e566ab Content-Length: 0 Content-Type: application/json 2018-08-24 07:20:34,544 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f used request id req-cd98ea2c-f70f-4fb0-aa86-c635b2e566ab 2018-08-24 07:20:34,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0892870426178s 2018-08-24 07:20:34,545 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm1-kp_0b07980a-fc65-49ab-9782-9a6cc9d8e00f used request id req-cd98ea2c-f70f-4fb0-aa86-c635b2e566ab 2018-08-24 07:20:34,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 07:20:34,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/c4471cdf-ac1c-4457-8149-62e971339763/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}b1a8fd0d7909b5f072abb5a213f5f85414266667" -d '{"subnet_id": "4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf"}' 2018-08-24 07:20:36,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-428859d4-91d1-4c90-a960-4e4178edcef4 Date: Fri, 24 Aug 2018 07:20:36 GMT RESP BODY: {"network_id": "3d5b1204-9431-4b8e-b20f-005e3468388f", "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "subnet_id": "4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf", "subnet_ids": ["4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf"], "port_id": "9e3aa606-d0f1-44fd-b7b5-c164cb2d6a79", "id": "c4471cdf-ac1c-4457-8149-62e971339763"} 2018-08-24 07:20:36,370 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c4471cdf-ac1c-4457-8149-62e971339763/remove_router_interface.json used request id req-428859d4-91d1-4c90-a960-4e4178edcef4 2018-08-24 07:20:36,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.82548189163s 2018-08-24 07:20:36,371 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c4471cdf-ac1c-4457-8149-62e971339763/remove_router_interface.json used request id req-428859d4-91d1-4c90-a960-4e4178edcef4 returning object c4471cdf-ac1c-4457-8149-62e971339763 2018-08-24 07:20:36,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 07:20:36,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:36,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-93caab68-99f8-4c53-8e94-8830674bd61b Date: Fri, 24 Aug 2018 07:20:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "493fee6f873c403e9884bdf9d51cf413", "created_at": "2018-08-24T07:19:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T07:20:35Z", "revision_number": 4, "routes": [], "project_id": "493fee6f873c403e9884bdf9d51cf413", "id": "c4471cdf-ac1c-4457-8149-62e971339763", "name": "singlevm1-router_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}]} 2018-08-24 07:20:36,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-93caab68-99f8-4c53-8e94-8830674bd61b 2018-08-24 07:20:36,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.133411884308s 2018-08-24 07:20:36,505 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-93caab68-99f8-4c53-8e94-8830674bd61b 2018-08-24 07:20:36,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 07:20:36,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/c4471cdf-ac1c-4457-8149-62e971339763.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:38,097 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8a80f5ce-fb21-4409-9a7f-3ff554d3b564 Content-Length: 0 Date: Fri, 24 Aug 2018 07:20:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:20:38,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/c4471cdf-ac1c-4457-8149-62e971339763.json used request id req-8a80f5ce-fb21-4409-9a7f-3ff554d3b564 2018-08-24 07:20:38,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.59084391594s 2018-08-24 07:20:38,098 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/c4471cdf-ac1c-4457-8149-62e971339763.json used request id req-8a80f5ce-fb21-4409-9a7f-3ff554d3b564 2018-08-24 07:20:38,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 07:20:38,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:38,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-d0897261-facb-4eb3-bced-79b89e79d1d6 Date: Fri, 24 Aug 2018 07:20:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:56Z","dns_nameservers":[],"updated_at":"2018-08-24T07:14:56Z","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":"bd5da89061c541f69dcf67747600a6b1","id":"34d0d019-cdc4-4539-b3ce-9c3b1fff8757","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d5b1204-9431-4b8e-b20f-005e3468388f","tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:19:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:19:53Z","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":"493fee6f873c403e9884bdf9d51cf413","id":"4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf","subnetpool_id":null,"name":"singlevm1-subnet_0b07980a-fc65-49ab-9782-9a6cc9d8e00f"}]} 2018-08-24 07:20:38,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-d0897261-facb-4eb3-bced-79b89e79d1d6 2018-08-24 07:20:38,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0401499271393s 2018-08-24 07:20:38,139 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-d0897261-facb-4eb3-bced-79b89e79d1d6 2018-08-24 07:20:38,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 07:20:38,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:40,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e73a5b8e-0765-49af-88cc-333dce65c85d Date: Fri, 24 Aug 2018 07:20:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:20:40,649 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf.json used request id req-e73a5b8e-0765-49af-88cc-333dce65c85d 2018-08-24 07:20:40,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.50841712952s 2018-08-24 07:20:40,649 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/4c6574f7-ef5d-4a7e-8a46-4068b4e5aadf.json used request id req-e73a5b8e-0765-49af-88cc-333dce65c85d 2018-08-24 07:20:40,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:20:40,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:40,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-fc8edffe-a031-4a9e-bd9d-448fde41d97b Date: Fri, 24 Aug 2018 07:20:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3d5b1204-9431-4b8e-b20f-005e3468388f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"493fee6f873c403e9884bdf9d51cf413","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T07:20:40Z","provider:segmentation_id":10,"name":"singlevm1-net_0b07980a-fc65-49ab-9782-9a6cc9d8e00f","admin_state_up":true,"tenant_id":"493fee6f873c403e9884bdf9d51cf413","created_at":"2018-08-24T07:19:51Z","provider:network_type":"vxlan"}]} 2018-08-24 07:20:40,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-fc8edffe-a031-4a9e-bd9d-448fde41d97b 2018-08-24 07:20:40,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0833141803741s 2018-08-24 07:20:40,733 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-fc8edffe-a031-4a9e-bd9d-448fde41d97b 2018-08-24 07:20:40,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 07:20:40,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/3d5b1204-9431-4b8e-b20f-005e3468388f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:42,553 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5e4ed95-a890-4bc8-bd96-e778c594173e Date: Fri, 24 Aug 2018 07:20:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:20:42,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/3d5b1204-9431-4b8e-b20f-005e3468388f.json used request id req-f5e4ed95-a890-4bc8-bd96-e778c594173e 2018-08-24 07:20:42,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.8182117939s 2018-08-24 07:20:42,553 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/3d5b1204-9431-4b8e-b20f-005e3468388f.json used request id req-f5e4ed95-a890-4bc8-bd96-e778c594173e 2018-08-24 07:20:42,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:20:42,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:42,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-5a338167-8062-4ce9-91d1-3800bf32c05c Date: Fri, 24 Aug 2018 07:20:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:19:59Z", "file": "/v2/images/001617f7-3864-47b6-9553-c65f71d750f4/file", "owner": "493fee6f873c403e9884bdf9d51cf413", "id": "001617f7-3864-47b6-9553-c65f71d750f4", "size": 12716032, "self": "/v2/images/001617f7-3864-47b6-9553-c65f71d750f4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/001617f7-3864-47b6-9553-c65f71d750f4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/001617f7-3864-47b6-9553-c65f71d750f4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:19:58Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:20:42,858 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5a338167-8062-4ce9-91d1-3800bf32c05c 2018-08-24 07:20:42,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301378011703s 2018-08-24 07:20:42,859 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5a338167-8062-4ce9-91d1-3800bf32c05c 2018-08-24 07:20:42,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-24 07:20:42,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/001617f7-3864-47b6-9553-c65f71d750f4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:44,908 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bb0052ab-bd61-426b-b718-a91791462dfc Date: Fri, 24 Aug 2018 07:20:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 07:20:44,908 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/001617f7-3864-47b6-9553-c65f71d750f4 used request id req-bb0052ab-bd61-426b-b718-a91791462dfc 2018-08-24 07:20:44,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.04830980301s 2018-08-24 07:20:44,909 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/001617f7-3864-47b6-9553-c65f71d750f4 used request id req-bb0052ab-bd61-426b-b718-a91791462dfc 2018-08-24 07:20:44,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-24 07:20:44,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:44,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9896fb41-2def-48ee-99e0-1dabda41ec1b x-compute-request-id: req-9896fb41-2def-48ee-99e0-1dabda41ec1b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_0b07980a-fc65-49ab-9782-9a6cc9d8e00f", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29", "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": "fd5b358b-fbaf-4c5c-8b16-1967c47e6b29"}]} 2018-08-24 07:20:44,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-9896fb41-2def-48ee-99e0-1dabda41ec1b 2018-08-24 07:20:44,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0235559940338s 2018-08-24 07:20:44,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-9896fb41-2def-48ee-99e0-1dabda41ec1b 2018-08-24 07:20:44,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-24 07:20:44,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b1a8fd0d7909b5f072abb5a213f5f85414266667" 2018-08-24 07:20:44,977 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8e888374-8ea9-426a-8ac6-47ba77b8c73e x-compute-request-id: req-8e888374-8ea9-426a-8ac6-47ba77b8c73e Content-Length: 0 Content-Type: application/json 2018-08-24 07:20:44,977 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29 used request id req-8e888374-8ea9-426a-8ac6-47ba77b8c73e 2018-08-24 07:20:44,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0427279472351s 2018-08-24 07:20:44,978 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/fd5b358b-fbaf-4c5c-8b16-1967c47e6b29 used request id req-8e888374-8ea9-426a-8ac6-47ba77b8c73e 2018-08-24 07:20:45,031 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-24 07:20:45,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:20:45,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:20:45,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:20:45,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:20:45,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:20:45,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:20:45,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:20:45,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:20:45,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:20:45,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:20:45,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:20:45,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:20:45,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:20:45,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:20:45,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:20:45,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:20:45,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:20:45,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:20:45,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:20:45,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:20:45,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:20:45,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:20:45,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:20:45,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01abea3a-1d8f-4ec1-988d-56a4e4e55b62 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:20:45,080 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-01abea3a-1d8f-4ec1-988d-56a4e4e55b62 2018-08-24 07:20:45,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:20:45,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a1f48ea4d65470f94da6aee8f8075d6", "name": "admin"}, {"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:20:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "493fee6f873c403e9884bdf9d51cf413", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25e4970964144ed8e2798dfa2955cc1"}, "audit_ids": ["K3twtLI2Sl-Fxj97V4IrCQ"], "issued_at": "2018-08-24T07:20:45.000000Z"}} 2018-08-24 07:20:45,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:20:45,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:20:45,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-83f0346b-1c08-4dce-8a04-e87d28ba2525 Date: Fri, 24 Aug 2018 07:20:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"}]} 2018-08-24 07:20:45,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-83f0346b-1c08-4dce-8a04-e87d28ba2525 2018-08-24 07:20:45,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.386885881424s 2018-08-24 07:20:45,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-83f0346b-1c08-4dce-8a04-e87d28ba2525 2018-08-24 07:20:45,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:20:45,880 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 24 Aug 2018 07:20:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f1d6687-fbe3-4a6f-b8f0-a82a51277d67 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.25:5000/v3/", "rel": "self"}]}]}} 2018-08-24 07:20:45,880 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-5f1d6687-fbe3-4a6f-b8f0-a82a51277d67 2018-08-24 07:20:45,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 07:20:45,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:20:46,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c27d156-36f3-4631-8d56-35a00326b181 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/94c6fafca7294cf988c0529d5357c147"}, "tags": [], "enabled": true, "id": "94c6fafca7294cf988c0529d5357c147", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-08-24 07:20:46,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-2c27d156-36f3-4631-8d56-35a00326b181 2018-08-24 07:20:46,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198782920837s 2018-08-24 07:20:46,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-2c27d156-36f3-4631-8d56-35a00326b181 2018-08-24 07:20:46,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-24 07:20:46,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_3424600d-637d-43a1-80f0-a2772cc4587c"}}' 2018-08-24 07:20:46,361 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 07:20:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46b8512d-e090-4f33-8a49-17d10ae61f88 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.25:5000/v3/projects/65c3367266ab4715998c570a7441a7cf"}, "tags": [], "enabled": true, "id": "65c3367266ab4715998c570a7441a7cf", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_3424600d-637d-43a1-80f0-a2772cc4587c"}} 2018-08-24 07:20:46,361 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-46b8512d-e090-4f33-8a49-17d10ae61f88 2018-08-24 07:20:46,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.274476051331s 2018-08-24 07:20:46,362 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-46b8512d-e090-4f33-8a49-17d10ae61f88 2018-08-24 07:20:46,362 - 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'65c3367266ab4715998c570a7441a7cf', '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_3424600d-637d-43a1-80f0-a2772cc4587c'}) 2018-08-24 07:20:46,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-24 07:20:46,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "98e5d061-b505-4891-a230-a98eb3647cd7", "email": null, "name": "singlevm2-user_3424600d-637d-43a1-80f0-a2772cc4587c"}}' 2018-08-24 07:20:46,891 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 07:20:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dfd0162-1e00-4335-b598-6f524740b267 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_3424600d-637d-43a1-80f0-a2772cc4587c", "links": {"self": "http://172.30.9.25:5000/v3/users/a60e659450964793bd67b274e45f2f8d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a60e659450964793bd67b274e45f2f8d", "domain_id": "default", "password_expires_at": null}} 2018-08-24 07:20:46,891 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-8dfd0162-1e00-4335-b598-6f524740b267 2018-08-24 07:20:46,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.522777080536s 2018-08-24 07:20:46,892 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-8dfd0162-1e00-4335-b598-6f524740b267 2018-08-24 07:20:46,892 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a60e659450964793bd67b274e45f2f8d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_3424600d-637d-43a1-80f0-a2772cc4587c'}) 2018-08-24 07:20:46,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:20:46,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:20:47,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f31d6f-c0c3-446f-9f4f-a74a9b888949 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:20:47,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b2f31d6f-c0c3-446f-9f4f-a74a9b888949 2018-08-24 07:20:47,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19974398613s 2018-08-24 07:20:47,096 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b2f31d6f-c0c3-446f-9f4f-a74a9b888949 2018-08-24 07:20:47,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:20:47,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:20:47,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44124031-6221-4a87-b1c2-29439b917c4a Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:20:47,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-44124031-6221-4a87-b1c2-29439b917c4a 2018-08-24 07:20:47,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188669204712s 2018-08-24 07:20:47,290 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-44124031-6221-4a87-b1c2-29439b917c4a 2018-08-24 07:20:47,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:20:47,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:20:47,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3eea0bd-1393-44ab-876a-ded4b1a7e04b Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:20:47,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a3eea0bd-1393-44ab-876a-ded4b1a7e04b 2018-08-24 07:20:47,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.207525014877s 2018-08-24 07:20:47,503 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a3eea0bd-1393-44ab-876a-ded4b1a7e04b 2018-08-24 07:20:47,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 07:20:47,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:20:47,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96dae75c-1248-4011-ad41-3f876dc73f99 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-24 07:20:47,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-96dae75c-1248-4011-ad41-3f876dc73f99 2018-08-24 07:20:47,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.106333971024s 2018-08-24 07:20:47,614 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-96dae75c-1248-4011-ad41-3f876dc73f99 2018-08-24 07:20:47,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:20:47,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:20:47,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe1d8dd6-e9d3-4421-84a8-5f227c700206 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/010fedb1b6b8493f87dee25ef9e427d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "010fedb1b6b8493f87dee25ef9e427d8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1c574d1430e149ccae73be8a19add554"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c574d1430e149ccae73be8a19add554", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/1e69033bcc3b4dc18ac5e9feda7879ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e69033bcc3b4dc18ac5e9feda7879ab", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/482ab629ea2b464ca0f38b4817a2e953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482ab629ea2b464ca0f38b4817a2e953", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/4b242962093549a8b2b26446bb2d45c9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b242962093549a8b2b26446bb2d45c9", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/6011f0ce70f84033bace68ed428db135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6011f0ce70f84033bace68ed428db135", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/61c5b84e120f428893b9833b7ea07536"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61c5b84e120f428893b9833b7ea07536", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/701e061a00164d34a6345f77f2a06583"}, "domain_id": "94c6fafca7294cf988c0529d5357c147", "enabled": true, "options": {}, "id": "701e061a00164d34a6345f77f2a06583", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/89da8566b3114ac68854ec081c56b8b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "89da8566b3114ac68854ec081c56b8b7", "email": "heat@localhost", "password_expires_at": null}, {"name": "singlevm2-user_3424600d-637d-43a1-80f0-a2772cc4587c", "links": {"self": "http://172.30.9.25:5000/v3/users/a60e659450964793bd67b274e45f2f8d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a60e659450964793bd67b274e45f2f8d", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/a87a98e4b1944968a60b64423b1736b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a87a98e4b1944968a60b64423b1736b5", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/b60376ba118042ea80808ded4be6bd9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b60376ba118042ea80808ded4be6bd9b", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/d11850cf6b12475c95aade9c2bb12caa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11850cf6b12475c95aade9c2bb12caa", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/d25e4970964144ed8e2798dfa2955cc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25e4970964144ed8e2798dfa2955cc1", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/e2697db3ddde49c0a1cd64cdfc8e1924"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2697db3ddde49c0a1cd64cdfc8e1924", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-08-24 07:20:47,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-fe1d8dd6-e9d3-4421-84a8-5f227c700206 2018-08-24 07:20:47,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205029010773s 2018-08-24 07:20:47,821 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-fe1d8dd6-e9d3-4421-84a8-5f227c700206 2018-08-24 07:20:47,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 07:20:47,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:20:48,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cfaff11-1c98-4b1e-ad85-5537e58f1e2b Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/493fee6f873c403e9884bdf9d51cf413"}, "tags": [], "enabled": true, "id": "493fee6f873c403e9884bdf9d51cf413", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1"}, "tags": [], "enabled": true, "id": "bd5da89061c541f69dcf67747600a6b1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.25:5000/v3/projects/65c3367266ab4715998c570a7441a7cf"}, "tags": [], "enabled": true, "id": "65c3367266ab4715998c570a7441a7cf", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_3424600d-637d-43a1-80f0-a2772cc4587c"}]} 2018-08-24 07:20:48,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-6cfaff11-1c98-4b1e-ad85-5537e58f1e2b 2018-08-24 07:20:48,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.197813034058s 2018-08-24 07:20:48,030 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-6cfaff11-1c98-4b1e-ad85-5537e58f1e2b 2018-08-24 07:20:48,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-24 07:20:48,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=a60e659450964793bd67b274e45f2f8d&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=65c3367266ab4715998c570a7441a7cf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:20:48,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4421bfc5-70bc-407f-ad87-f98f76fb49bd Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=a60e659450964793bd67b274e45f2f8d&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=65c3367266ab4715998c570a7441a7cf", "previous": null, "next": null}} 2018-08-24 07:20:48,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=a60e659450964793bd67b274e45f2f8d&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=65c3367266ab4715998c570a7441a7cf used request id req-4421bfc5-70bc-407f-ad87-f98f76fb49bd 2018-08-24 07:20:48,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.199774026871s 2018-08-24 07:20:48,236 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=a60e659450964793bd67b274e45f2f8d&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=65c3367266ab4715998c570a7441a7cf used request id req-4421bfc5-70bc-407f-ad87-f98f76fb49bd 2018-08-24 07:20:48,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-24 07:20:48,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/65c3367266ab4715998c570a7441a7cf/users/a60e659450964793bd67b274e45f2f8d/roles/c4142aa70fd34e02a9ab8aac78c7a79f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:20:48,429 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:20:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c03e399b-5524-472f-ae1f-f1ee923c4c49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:20:48,429 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/65c3367266ab4715998c570a7441a7cf/users/a60e659450964793bd67b274e45f2f8d/roles/c4142aa70fd34e02a9ab8aac78c7a79f used request id req-c03e399b-5524-472f-ae1f-f1ee923c4c49 2018-08-24 07:20:48,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.189040184021s 2018-08-24 07:20:48,429 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/65c3367266ab4715998c570a7441a7cf/users/a60e659450964793bd67b274e45f2f8d/roles/c4142aa70fd34e02a9ab8aac78c7a79f used request id req-c03e399b-5524-472f-ae1f-f1ee923c4c49 2018-08-24 07:20:48,430 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_3424600d-637d-43a1-80f0-a2772cc4587c', 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'65c3367266ab4715998c570a7441a7cf', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '98e5d061-b505-4891-a230-a98eb3647cd7', 'username': u'singlevm2-user_3424600d-637d-43a1-80f0-a2772cc4587c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-24 07:20:48,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:20:48,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:20:48,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:20:48,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:20:48,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:20:48,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:20:48,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:20:48,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:20:48,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:20:48,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:20:48,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:20:48,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:20:48,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:20:48,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:20:48,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:20:48,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:20:48,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:20:48,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:20:48,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:20:48,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:20:48,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:20:48,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:20:48,435 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_3424600d-637d-43a1-80f0-a2772cc4587c', 'password': '98e5d061-b505-4891-a230-a98eb3647cd7', 'project_name': 'singlevm2-project_3424600d-637d-43a1-80f0-a2772cc4587c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '65c3367266ab4715998c570a7441a7cf', 'project_domain_name': 'Default'} 2018-08-24 07:20:48,435 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-24 07:20:48,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:20:48,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e102ede8-9166-4de2-8ad3-8e5868f4a91c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:20:48,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e102ede8-9166-4de2-8ad3-8e5868f4a91c 2018-08-24 07:20:48,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:20:48,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:20:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "65c3367266ab4715998c570a7441a7cf", "name": "singlevm2-project_3424600d-637d-43a1-80f0-a2772cc4587c"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_65c3367266ab4715998c570a7441a7cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_65c3367266ab4715998c570a7441a7cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/65c3367266ab4715998c570a7441a7cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/65c3367266ab4715998c570a7441a7cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/65c3367266ab4715998c570a7441a7cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/65c3367266ab4715998c570a7441a7cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/65c3367266ab4715998c570a7441a7cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/65c3367266ab4715998c570a7441a7cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/65c3367266ab4715998c570a7441a7cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/65c3367266ab4715998c570a7441a7cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/65c3367266ab4715998c570a7441a7cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/65c3367266ab4715998c570a7441a7cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/65c3367266ab4715998c570a7441a7cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/65c3367266ab4715998c570a7441a7cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_3424600d-637d-43a1-80f0-a2772cc4587c", "id": "a60e659450964793bd67b274e45f2f8d"}, "audit_ids": ["CNrA5tlSRtiNUK4b7Tuz6g"], "issued_at": "2018-08-24T07:20:48.000000Z"}} 2018-08-24 07:20:48,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 07:20:48,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -d '{"network": {"name": "singlevm2-net_3424600d-637d-43a1-80f0-a2772cc4587c", "admin_state_up": true}}' 2018-08-24 07:20:49,625 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-70f9971b-a0a0-4a2f-b08b-567e83a19d44 Date: Fri, 24 Aug 2018 07:20:49 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"65c3367266ab4715998c570a7441a7cf","created_at":"2018-08-24T07:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-24T07:20:49Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"65c3367266ab4715998c570a7441a7cf","id":"72f715b8-96ff-4a41-9bb9-1ed458aca2c4","name":"singlevm2-net_3424600d-637d-43a1-80f0-a2772cc4587c"}} 2018-08-24 07:20:49,626 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-70f9971b-a0a0-4a2f-b08b-567e83a19d44 2018-08-24 07:20:49,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.783691883087s 2018-08-24 07:20:49,626 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-70f9971b-a0a0-4a2f-b08b-567e83a19d44 2018-08-24 07:20:49,626 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:20:49Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'72f715b8-96ff-4a41-9bb9-1ed458aca2c4', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_3424600d-637d-43a1-80f0-a2772cc4587c', u'admin_state_up': True, u'tenant_id': u'65c3367266ab4715998c570a7441a7cf', u'created_at': u'2018-08-24T07:20:49Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'65c3367266ab4715998c570a7441a7cf'}) 2018-08-24 07:20:49,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:20:49,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:20:49,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-350b0a0f-5ecc-452f-bb0b-331e7f1c5e88 Date: Fri, 24 Aug 2018 07:20:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T07:20:49Z","tenant_id":"65c3367266ab4715998c570a7441a7cf","created_at":"2018-08-24T07:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"65c3367266ab4715998c570a7441a7cf","id":"72f715b8-96ff-4a41-9bb9-1ed458aca2c4","name":"singlevm2-net_3424600d-637d-43a1-80f0-a2772cc4587c"}]} 2018-08-24 07:20:49,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-350b0a0f-5ecc-452f-bb0b-331e7f1c5e88 2018-08-24 07:20:49,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360615968704s 2018-08-24 07:20:49,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-350b0a0f-5ecc-452f-bb0b-331e7f1c5e88 2018-08-24 07:20:49,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 07:20:49,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -d '{"subnet": {"name": "singlevm2-subnet_3424600d-637d-43a1-80f0-a2772cc4587c", "enable_dhcp": true, "network_id": "72f715b8-96ff-4a41-9bb9-1ed458aca2c4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 07:20:50,895 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-b7814edd-d7b2-4bc0-89f2-72acfeacb55f Date: Fri, 24 Aug 2018 07:20:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"72f715b8-96ff-4a41-9bb9-1ed458aca2c4","tenant_id":"65c3367266ab4715998c570a7441a7cf","created_at":"2018-08-24T07:20:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:20:50Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"65c3367266ab4715998c570a7441a7cf","id":"be34a9a3-b006-40d8-9f55-e5ad8bd31305","subnetpool_id":null,"name":"singlevm2-subnet_3424600d-637d-43a1-80f0-a2772cc4587c"}} 2018-08-24 07:20:50,895 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b7814edd-d7b2-4bc0-89f2-72acfeacb55f 2018-08-24 07:20:50,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.905622005463s 2018-08-24 07:20:50,896 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b7814edd-d7b2-4bc0-89f2-72acfeacb55f 2018-08-24 07:20:50,896 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:20:50Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'be34a9a3-b006-40d8-9f55-e5ad8bd31305', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_3424600d-637d-43a1-80f0-a2772cc4587c', u'enable_dhcp': True, u'network_id': u'72f715b8-96ff-4a41-9bb9-1ed458aca2c4', u'tenant_id': u'65c3367266ab4715998c570a7441a7cf', u'created_at': u'2018-08-24T07:20:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'65c3367266ab4715998c570a7441a7cf'}) 2018-08-24 07:20:50,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 07:20:50,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -d '{"router": {"external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a"}, "name": "singlevm2-router_3424600d-637d-43a1-80f0-a2772cc4587c", "admin_state_up": true}}' 2018-08-24 07:20:52,247 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-300769c8-5d42-41cd-a9bd-23aef6dd58fd Date: Fri, 24 Aug 2018 07:20:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "65c3367266ab4715998c570a7441a7cf", "created_at": "2018-08-24T07:20:51Z", "admin_state_up": true, "updated_at": "2018-08-24T07:20:52Z", "revision_number": 2, "routes": [], "project_id": "65c3367266ab4715998c570a7441a7cf", "id": "15dde222-4743-4f5c-bf17-cfed39d20077", "name": "singlevm2-router_3424600d-637d-43a1-80f0-a2772cc4587c"}} 2018-08-24 07:20:52,248 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-300769c8-5d42-41cd-a9bd-23aef6dd58fd 2018-08-24 07:20:52,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.35091018677s 2018-08-24 07:20:52,248 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-300769c8-5d42-41cd-a9bd-23aef6dd58fd 2018-08-24 07:20:52,249 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'34d0d019-cdc4-4539-b3ce-9c3b1fff8757', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'65c3367266ab4715998c570a7441a7cf', u'created_at': u'2018-08-24T07:20:51Z', u'admin_state_up': True, u'updated_at': u'2018-08-24T07:20:52Z', u'revision_number': 2, u'routes': [], u'project_id': u'65c3367266ab4715998c570a7441a7cf', u'id': u'15dde222-4743-4f5c-bf17-cfed39d20077', u'name': u'singlevm2-router_3424600d-637d-43a1-80f0-a2772cc4587c'}) 2018-08-24 07:20:52,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 07:20:52,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/15dde222-4743-4f5c-bf17-cfed39d20077/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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -d '{"subnet_id": "be34a9a3-b006-40d8-9f55-e5ad8bd31305"}' 2018-08-24 07:20:54,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-671797e8-8742-4403-b20c-67be175c4cc3 Date: Fri, 24 Aug 2018 07:20:54 GMT RESP BODY: {"network_id": "72f715b8-96ff-4a41-9bb9-1ed458aca2c4", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "subnet_id": "be34a9a3-b006-40d8-9f55-e5ad8bd31305", "subnet_ids": ["be34a9a3-b006-40d8-9f55-e5ad8bd31305"], "port_id": "8460a9ad-e555-4488-9c1c-44fad015af1e", "id": "15dde222-4743-4f5c-bf17-cfed39d20077"} 2018-08-24 07:20:54,886 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/15dde222-4743-4f5c-bf17-cfed39d20077/add_router_interface.json used request id req-671797e8-8742-4403-b20c-67be175c4cc3 2018-08-24 07:20:54,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.63701105118s 2018-08-24 07:20:54,887 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/15dde222-4743-4f5c-bf17-cfed39d20077/add_router_interface.json used request id req-671797e8-8742-4403-b20c-67be175c4cc3 returning object 15dde222-4743-4f5c-bf17-cfed39d20077 2018-08-24 07:20:54,887 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-24 07:20:55,019 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-24 07:20:55,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:20:55,025 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 24 Aug 2018 07:20:55 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-08-24 07:20:55,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:20:55,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:20:55,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a5c0b094-86b5-403f-a65b-947d0b67087d Date: Fri, 24 Aug 2018 07:20:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:20:55,821 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a5c0b094-86b5-403f-a65b-947d0b67087d 2018-08-24 07:20:55,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.793334007263s 2018-08-24 07:20:55,822 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a5c0b094-86b5-403f-a65b-947d0b67087d 2018-08-24 07:20:55,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-24 07:20:55,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_3424600d-637d-43a1-80f0-a2772cc4587c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_3424600d-637d-43a1-80f0-a2772cc4587c"}' 2018-08-24 07:20:56,645 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8d817398-bc03-4007-bdab-05f26513940d Date: Fri, 24 Aug 2018 07:20:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:20:56Z", "file": "/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec/file", "owner": "65c3367266ab4715998c570a7441a7cf", "id": "928d662a-1182-4ff7-9e68-223b6db5edec", "size": null, "self": "/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec", "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_3424600d-637d-43a1-80f0-a2772cc4587c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3424600d-637d-43a1-80f0-a2772cc4587c", "checksum": null, "created_at": "2018-08-24T07:20:56Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-24 07:20:56,645 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-8d817398-bc03-4007-bdab-05f26513940d 2018-08-24 07:20:56,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.814563989639s 2018-08-24 07:20:56,645 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-8d817398-bc03-4007-bdab-05f26513940d returning object 928d662a-1182-4ff7-9e68-223b6db5edec 2018-08-24 07:20:56,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-24 07:20:56,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec/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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -d '' 2018-08-24 07:20:57,399 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-378b38d9-88c2-441f-91f8-e99b77c16ed1 Date: Fri, 24 Aug 2018 07:20:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 07:20:57,399 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec/file used request id req-378b38d9-88c2-441f-91f8-e99b77c16ed1 2018-08-24 07:20:57,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.753401994705s 2018-08-24 07:20:57,400 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec/file used request id req-378b38d9-88c2-441f-91f8-e99b77c16ed1 2018-08-24 07:20:57,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:20:57,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:20:58,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-49966b2d-3baf-4237-b132-0d9f599c207c Date: Fri, 24 Aug 2018 07:20:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:20:57Z", "file": "/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec/file", "owner": "65c3367266ab4715998c570a7441a7cf", "id": "928d662a-1182-4ff7-9e68-223b6db5edec", "size": 12716032, "self": "/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/928d662a-1182-4ff7-9e68-223b6db5edec/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/928d662a-1182-4ff7-9e68-223b6db5edec/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_3424600d-637d-43a1-80f0-a2772cc4587c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3424600d-637d-43a1-80f0-a2772cc4587c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:20:56Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:20:58,237 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-49966b2d-3baf-4237-b132-0d9f599c207c 2018-08-24 07:20:58,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.833057165146s 2018-08-24 07:20:58,237 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-49966b2d-3baf-4237-b132-0d9f599c207c 2018-08-24 07:20:58,239 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/928d662a-1182-4ff7-9e68-223b6db5edec/snap', u'metadata': Munch({})})], 'file': u'/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec/file', 'owner': u'65c3367266ab4715998c570a7441a7cf', 'id': u'928d662a-1182-4ff7-9e68-223b6db5edec', 'size': 12716032, u'self': u'/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'65c3367266ab4715998c570a7441a7cf', 'name': 'singlevm2-project_3424600d-637d-43a1-80f0-a2772cc4587c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/928d662a-1182-4ff7-9e68-223b6db5edec/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-24T07:20:57Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-24T07:20:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_3424600d-637d-43a1-80f0-a2772cc4587c', '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/928d662a-1182-4ff7-9e68-223b6db5edec', 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_3424600d-637d-43a1-80f0-a2772cc4587c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_3424600d-637d-43a1-80f0-a2772cc4587c', 'created': u'2018-08-24T07:20:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-24T07:20:56Z', 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/928d662a-1182-4ff7-9e68-223b6db5edec', 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_3424600d-637d-43a1-80f0-a2772cc4587c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-24 07:20:58,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-24 07:20:58,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_3424600d-637d-43a1-80f0-a2772cc4587c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-24 07:20:58,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ddc6d12-6ccd-4a2f-a50c-d8b9f1ab8c3d x-compute-request-id: req-8ddc6d12-6ccd-4a2f-a50c-d8b9f1ab8c3d Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_3424600d-637d-43a1-80f0-a2772cc4587c", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "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": "2b7cd0ab-abba-42bd-8964-0d6510e6c7da"}} 2018-08-24 07:20:58,959 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-8ddc6d12-6ccd-4a2f-a50c-d8b9f1ab8c3d 2018-08-24 07:20:58,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.718547105789s 2018-08-24 07:20:58,959 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-8ddc6d12-6ccd-4a2f-a50c-d8b9f1ab8c3d 2018-08-24 07:20:58,960 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_3424600d-637d-43a1-80f0-a2772cc4587c', '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'493fee6f873c403e9884bdf9d51cf413', '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'2b7cd0ab-abba-42bd-8964-0d6510e6c7da', 'swap': 0}) 2018-08-24 07:20:58,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-24 07:20:58,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da/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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" -d '{"extra_specs": {}}' 2018-08-24 07:20:59,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e0d1392-9d12-4732-bf87-4acf019f49d6 x-compute-request-id: req-9e0d1392-9d12-4732-bf87-4acf019f49d6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-24 07:20:59,122 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da/os-extra_specs used request id req-9e0d1392-9d12-4732-bf87-4acf019f49d6 2018-08-24 07:20:59,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.16139793396s 2018-08-24 07:20:59,122 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da/os-extra_specs used request id req-9e0d1392-9d12-4732-bf87-4acf019f49d6 2018-08-24 07:20:59,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-24 07:20:59,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -d '{"keypair": {"name": "singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c"}}' 2018-08-24 07:20:59,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:20: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-3339ff08-3e38-4eab-83bb-0ec1555ff7c5 x-compute-request-id: req-3339ff08-3e38-4eab-83bb-0ec1555ff7c5 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNokokzXYjJstCAIQzwZHW9iZYFZyakP2mRdl1FQVJCk2IzRl8FXXzbLcb+eCPs59S8imFswehTodWPJoF8OZqr5exN1v0GNxB60NAILWabMYtv3ikdi8zOzlBVFu3XL32o3qNGzRSiSNND5WP9jl3ViYcrxHKWlIq/z4Vu5tOhzXYnTt8fPHWyivFLPNzQTHiETp8/D73BnU+8gdGlBbh/YzyHffgR5xLUk6Fwhrzkyszm+Y0nyZ2pzvApkQk0BgYEnLDhmAUKgO0lFZAJhXRoVWYRv4nEZKY8SyzOUo/Gmq3Dr7kLy/jffBuO0i32vAzheQpKZUgGzwFF265M2KN Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAzaJKJM12IybLQgCEM8GR1vYmWBWcmpD9pkXZdRUFSQpNiM0Z\nfBV182y3G/ngj7OfUvIphbMHoU6HVjyaBfDmaq+XsTdb9BjcQetDQCC1mmzGLb94\npHYvMzs5QVRbt1y99qN6jRs0UokjTQ+Vj/Y5d1YmHK8RylpSKv8+FbubToc12J07\nfHzx1sorxSzzc0Ex4hE6fPw+9wZ1PvIHRpQW4f2M8h334EecS1JOhcIa85MrM5vm\nNJ8mdqc7wKZEJNAYGBJyw4ZgFCoDtJRWQCYV0aFVmEb+JxGSmPEsszlKPxpqtw6+\n5C8v433wbjtIt9rwM4XkKSmVIBs8BRduuTNijQIDAQABAoIBAGu1AK7sK1/YFwi4\nKobNce0tOwJSN5fCMAmidndcDkumqNvpydpzhzd8jyCJLnU2eVJB4zvTfUChWEP0\nNBy+hIIG/SZmv7RIPT4N00jImTaMmPUnYDKMcMad06yDWhLd8eY41J0KTcqZaDMZ\n4ZXpO0plhkrp7CCYVIeO798ESCHFwdxefMBDXH+NUyj+23gGrIhiat/9MjM1eDNn\n8DCoY0OJdNaul5xc57SmntGYFg6A9CNwXFyaF/vjuWSuLGrQTsTaAZBZc3y+1fFz\nD7byjCffyCxNWzcPXQRQIV0NdV/AzyX31JR++TCGjUByqVQ3zHhQ1+S2LBjqBpMS\nPpviZUECgYEA8g6Q1DIqmw11Qs5BnDlbGf7ay77pUkkOQy5Nm1HrNieTJk2MxrMN\nOvjQ1fhNxzW+uW8QMVOZWRAgYFV/uTq/81fBZLW4bHiX2uiLyZTetIeCzJYqDsch\nffdc7d65HUsGojjDpDCFmucYMLcrT6eKf6DullA0O1VHh9dMqMsVpP0CgYEA2Xqf\nGkyM9zWai2m1N4JuYsUN2nc5shTdnQJYSB/hT4zKpaTzpXMlwG74JD3naq82dLul\nHctD5AMnwSwEWxppzY/uzeKlkca7zi8Z7Ldu0q41mBCP5DUeccezoTm11JnDaZS9\nvWGfrjYovyX3XyU7aVDAksg+x9KFuuXEYHmNcNECgYAHVc2pwINuA3BkP9/ZHhvW\no9R5jCWB6tjVzFdpt4fLMlPRO1RiyRZDjTq24TlqKgTHlcgF1qS1ADoa8TxXnqIm\ne6hOpvsZvmXLqnRh/XLqQZkDHiHUJNCtAov8YV12t8lRrSqwlQ/Xa91dzI8xcMBP\nsc7JG1EZ4zGxuiKGkvDq+QKBgQCbjPwdmGE/NCTs0Ffgczc3CBCnkJ1AxXHZKmMw\nezTxbBdJsRjf3uNCp1xut6Q9B0Ng7RHlpIxTmvolTbFz5AmHEQrSUejwwn9zsvbM\n/EqVACuvLzFsHZ4/7YGKsLdgb/Z4Hv4zZY8L0QsF5Ubw07WR10NV+UoGLIqgKlVy\nV56V8QKBgHpLckpfLaXOezQkMCdRJvoxMAhkleTb3EDMzg1B5j9NEe3EPrudFlmQ\nw8uNDI/FiW6TWTlQge51lNfBvUVZ6MuhPqgPE0T965gKhsOA2Wbcp5nAbQrqggcB\nTjP8NH77RikKSPc/cHAslGeXZRKTXQI1N9uBdxr2KxAvQN184qAy\n-----END RSA PRIVATE KEY-----\n", "user_id": "a60e659450964793bd67b274e45f2f8d", "name": "singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c", "fingerprint": "3d:d7:d6:2a:4b:1d:1b:c5:bc:ac:88:eb:9f:d1:02:87"}} 2018-08-24 07:20:59,777 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-3339ff08-3e38-4eab-83bb-0ec1555ff7c5 2018-08-24 07:20:59,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.654670000076s 2018-08-24 07:20:59,778 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-3339ff08-3e38-4eab-83bb-0ec1555ff7c5 2018-08-24 07:20:59,779 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNokokzXYjJstCAIQzwZHW9iZYFZyakP2mRdl1FQVJCk2IzRl8FXXzbLcb+eCPs59S8imFswehTodWPJoF8OZqr5exN1v0GNxB60NAILWabMYtv3ikdi8zOzlBVFu3XL32o3qNGzRSiSNND5WP9jl3ViYcrxHKWlIq/z4Vu5tOhzXYnTt8fPHWyivFLPNzQTHiETp8/D73BnU+8gdGlBbh/YzyHffgR5xLUk6Fwhrzkyszm+Y0nyZ2pzvApkQk0BgYEnLDhmAUKgO0lFZAJhXRoVWYRv4nEZKY8SyzOUo/Gmq3Dr7kLy/jffBuO0i32vAzheQpKZUgGzwFF265M2KN Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAzaJKJM12IybLQgCEM8GR1vYmWBWcmpD9pkXZdRUFSQpNiM0Z\nfBV182y3G/ngj7OfUvIphbMHoU6HVjyaBfDmaq+XsTdb9BjcQetDQCC1mmzGLb94\npHYvMzs5QVRbt1y99qN6jRs0UokjTQ+Vj/Y5d1YmHK8RylpSKv8+FbubToc12J07\nfHzx1sorxSzzc0Ex4hE6fPw+9wZ1PvIHRpQW4f2M8h334EecS1JOhcIa85MrM5vm\nNJ8mdqc7wKZEJNAYGBJyw4ZgFCoDtJRWQCYV0aFVmEb+JxGSmPEsszlKPxpqtw6+\n5C8v433wbjtIt9rwM4XkKSmVIBs8BRduuTNijQIDAQABAoIBAGu1AK7sK1/YFwi4\nKobNce0tOwJSN5fCMAmidndcDkumqNvpydpzhzd8jyCJLnU2eVJB4zvTfUChWEP0\nNBy+hIIG/SZmv7RIPT4N00jImTaMmPUnYDKMcMad06yDWhLd8eY41J0KTcqZaDMZ\n4ZXpO0plhkrp7CCYVIeO798ESCHFwdxefMBDXH+NUyj+23gGrIhiat/9MjM1eDNn\n8DCoY0OJdNaul5xc57SmntGYFg6A9CNwXFyaF/vjuWSuLGrQTsTaAZBZc3y+1fFz\nD7byjCffyCxNWzcPXQRQIV0NdV/AzyX31JR++TCGjUByqVQ3zHhQ1+S2LBjqBpMS\nPpviZUECgYEA8g6Q1DIqmw11Qs5BnDlbGf7ay77pUkkOQy5Nm1HrNieTJk2MxrMN\nOvjQ1fhNxzW+uW8QMVOZWRAgYFV/uTq/81fBZLW4bHiX2uiLyZTetIeCzJYqDsch\nffdc7d65HUsGojjDpDCFmucYMLcrT6eKf6DullA0O1VHh9dMqMsVpP0CgYEA2Xqf\nGkyM9zWai2m1N4JuYsUN2nc5shTdnQJYSB/hT4zKpaTzpXMlwG74JD3naq82dLul\nHctD5AMnwSwEWxppzY/uzeKlkca7zi8Z7Ldu0q41mBCP5DUeccezoTm11JnDaZS9\nvWGfrjYovyX3XyU7aVDAksg+x9KFuuXEYHmNcNECgYAHVc2pwINuA3BkP9/ZHhvW\no9R5jCWB6tjVzFdpt4fLMlPRO1RiyRZDjTq24TlqKgTHlcgF1qS1ADoa8TxXnqIm\ne6hOpvsZvmXLqnRh/XLqQZkDHiHUJNCtAov8YV12t8lRrSqwlQ/Xa91dzI8xcMBP\nsc7JG1EZ4zGxuiKGkvDq+QKBgQCbjPwdmGE/NCTs0Ffgczc3CBCnkJ1AxXHZKmMw\nezTxbBdJsRjf3uNCp1xut6Q9B0Ng7RHlpIxTmvolTbFz5AmHEQrSUejwwn9zsvbM\n/EqVACuvLzFsHZ4/7YGKsLdgb/Z4Hv4zZY8L0QsF5Ubw07WR10NV+UoGLIqgKlVy\nV56V8QKBgHpLckpfLaXOezQkMCdRJvoxMAhkleTb3EDMzg1B5j9NEe3EPrudFlmQ\nw8uNDI/FiW6TWTlQge51lNfBvUVZ6MuhPqgPE0T965gKhsOA2Wbcp5nAbQrqggcB\nTjP8NH77RikKSPc/cHAslGeXZRKTXQI1N9uBdxr2KxAvQN184qAy\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'a60e659450964793bd67b274e45f2f8d', 'name': u'singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c', 'created_at': '2018-08-24T07:20:59.779142', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'65c3367266ab4715998c570a7441a7cf', 'name': 'singlevm2-project_3424600d-637d-43a1-80f0-a2772cc4587c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'3d:d7:d6:2a:4b:1d:1b:c5:bc:ac:88:eb:9f:d1:02:87', 'type': 'ssh', 'id': u'singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c'}) 2018-08-24 07:20:59,779 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAzaJKJM12IybLQgCEM8GR1vYmWBWcmpD9pkXZdRUFSQpNiM0Z fBV182y3G/ngj7OfUvIphbMHoU6HVjyaBfDmaq+XsTdb9BjcQetDQCC1mmzGLb94 pHYvMzs5QVRbt1y99qN6jRs0UokjTQ+Vj/Y5d1YmHK8RylpSKv8+FbubToc12J07 fHzx1sorxSzzc0Ex4hE6fPw+9wZ1PvIHRpQW4f2M8h334EecS1JOhcIa85MrM5vm NJ8mdqc7wKZEJNAYGBJyw4ZgFCoDtJRWQCYV0aFVmEb+JxGSmPEsszlKPxpqtw6+ 5C8v433wbjtIt9rwM4XkKSmVIBs8BRduuTNijQIDAQABAoIBAGu1AK7sK1/YFwi4 KobNce0tOwJSN5fCMAmidndcDkumqNvpydpzhzd8jyCJLnU2eVJB4zvTfUChWEP0 NBy+hIIG/SZmv7RIPT4N00jImTaMmPUnYDKMcMad06yDWhLd8eY41J0KTcqZaDMZ 4ZXpO0plhkrp7CCYVIeO798ESCHFwdxefMBDXH+NUyj+23gGrIhiat/9MjM1eDNn 8DCoY0OJdNaul5xc57SmntGYFg6A9CNwXFyaF/vjuWSuLGrQTsTaAZBZc3y+1fFz D7byjCffyCxNWzcPXQRQIV0NdV/AzyX31JR++TCGjUByqVQ3zHhQ1+S2LBjqBpMS PpviZUECgYEA8g6Q1DIqmw11Qs5BnDlbGf7ay77pUkkOQy5Nm1HrNieTJk2MxrMN OvjQ1fhNxzW+uW8QMVOZWRAgYFV/uTq/81fBZLW4bHiX2uiLyZTetIeCzJYqDsch ffdc7d65HUsGojjDpDCFmucYMLcrT6eKf6DullA0O1VHh9dMqMsVpP0CgYEA2Xqf GkyM9zWai2m1N4JuYsUN2nc5shTdnQJYSB/hT4zKpaTzpXMlwG74JD3naq82dLul HctD5AMnwSwEWxppzY/uzeKlkca7zi8Z7Ldu0q41mBCP5DUeccezoTm11JnDaZS9 vWGfrjYovyX3XyU7aVDAksg+x9KFuuXEYHmNcNECgYAHVc2pwINuA3BkP9/ZHhvW o9R5jCWB6tjVzFdpt4fLMlPRO1RiyRZDjTq24TlqKgTHlcgF1qS1ADoa8TxXnqIm e6hOpvsZvmXLqnRh/XLqQZkDHiHUJNCtAov8YV12t8lRrSqwlQ/Xa91dzI8xcMBP sc7JG1EZ4zGxuiKGkvDq+QKBgQCbjPwdmGE/NCTs0Ffgczc3CBCnkJ1AxXHZKmMw ezTxbBdJsRjf3uNCp1xut6Q9B0Ng7RHlpIxTmvolTbFz5AmHEQrSUejwwn9zsvbM /EqVACuvLzFsHZ4/7YGKsLdgb/Z4Hv4zZY8L0QsF5Ubw07WR10NV+UoGLIqgKlVy V56V8QKBgHpLckpfLaXOezQkMCdRJvoxMAhkleTb3EDMzg1B5j9NEe3EPrudFlmQ w8uNDI/FiW6TWTlQge51lNfBvUVZ6MuhPqgPE0T965gKhsOA2Wbcp5nAbQrqggcB TjP8NH77RikKSPc/cHAslGeXZRKTXQI1N9uBdxr2KxAvQN184qAy -----END RSA PRIVATE KEY----- 2018-08-24 07:20:59,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-24 07:20:59,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -d '{"security_group": {"name": "singlevm2-sg_3424600d-637d-43a1-80f0-a2772cc4587c", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-24 07:21:00,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-a37e26d9-e997-466f-9f74-181aae058249 Date: Fri, 24 Aug 2018 07:21:00 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "65c3367266ab4715998c570a7441a7cf", "created_at": "2018-08-24T07:21:00Z", "updated_at": "2018-08-24T07:21:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:00Z", "revision_number": 0, "id": "51edf6c0-2fcb-4865-b98e-f4aebbea32ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:00Z", "security_group_id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:00Z", "revision_number": 0, "id": "e7eab43f-fb59-45b0-8f5e-9c01c2cfdc85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:00Z", "security_group_id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "65c3367266ab4715998c570a7441a7cf"}], "revision_number": 1, "project_id": "65c3367266ab4715998c570a7441a7cf", "id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "name": "singlevm2-sg_3424600d-637d-43a1-80f0-a2772cc4587c"}} 2018-08-24 07:21:00,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a37e26d9-e997-466f-9f74-181aae058249 2018-08-24 07:21:00,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.496495008469s 2018-08-24 07:21:00,279 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a37e26d9-e997-466f-9f74-181aae058249 2018-08-24 07:21:00,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-24 07:21:00,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:00,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-353a946b-4ef8-4479-b6b2-c0881b463949 Date: Fri, 24 Aug 2018 07:21:00 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "65c3367266ab4715998c570a7441a7cf", "created_at": "2018-08-24T07:21:00Z", "updated_at": "2018-08-24T07:21:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:00Z", "revision_number": 0, "id": "51edf6c0-2fcb-4865-b98e-f4aebbea32ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:00Z", "security_group_id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:00Z", "revision_number": 0, "id": "e7eab43f-fb59-45b0-8f5e-9c01c2cfdc85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:00Z", "security_group_id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "65c3367266ab4715998c570a7441a7cf"}], "revision_number": 1, "project_id": "65c3367266ab4715998c570a7441a7cf", "id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "name": "singlevm2-sg_3424600d-637d-43a1-80f0-a2772cc4587c"}, {"description": "Default security group", "tags": [], "tenant_id": "65c3367266ab4715998c570a7441a7cf", "created_at": "2018-08-24T07:20:49Z", "updated_at": "2018-08-24T07:20:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:49Z", "revision_number": 0, "id": "5ae542ab-5559-428c-aec3-0999e3264541", "remote_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:49Z", "security_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:49Z", "revision_number": 0, "id": "7ce3fd14-edec-4d9d-903b-8914d73e9430", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:49Z", "security_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:49Z", "revision_number": 0, "id": "a477021d-c7c3-4c33-8f7a-57e8167a308f", "remote_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:49Z", "security_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:49Z", "revision_number": 0, "id": "c29764f1-95f2-443a-92ca-db6d090d1a85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:49Z", "security_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "65c3367266ab4715998c570a7441a7cf"}], "revision_number": 1, "project_id": "65c3367266ab4715998c570a7441a7cf", "id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "name": "default"}]} 2018-08-24 07:21:00,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-353a946b-4ef8-4479-b6b2-c0881b463949 2018-08-24 07:21:00,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.33783197403s 2018-08-24 07:21:00,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-353a946b-4ef8-4479-b6b2-c0881b463949 2018-08-24 07:21:00,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-24 07:21:00,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -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": "3c7642ac-6cc2-474e-92a5-40eb431fe131"}}' 2018-08-24 07:21:01,097 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a9b7ac1a-6154-4533-9144-d6949139e208 Date: Fri, 24 Aug 2018 07:21:01 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-24T07:21:00Z", "security_group_id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "port_range_min": 22, "revision_number": 0, "tenant_id": "65c3367266ab4715998c570a7441a7cf", "created_at": "2018-08-24T07:21:00Z", "project_id": "65c3367266ab4715998c570a7441a7cf", "id": "64d66d6f-911b-4835-aaf2-fc6262148b3b"}} 2018-08-24 07:21:01,097 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-a9b7ac1a-6154-4533-9144-d6949139e208 2018-08-24 07:21:01,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.471275091171s 2018-08-24 07:21:01,097 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-a9b7ac1a-6154-4533-9144-d6949139e208 2018-08-24 07:21:01,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-24 07:21:01,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:01,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-ca7c3e49-92e2-49f6-ba39-077afa2ef8d6 Date: Fri, 24 Aug 2018 07:21:01 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "65c3367266ab4715998c570a7441a7cf", "created_at": "2018-08-24T07:21:00Z", "updated_at": "2018-08-24T07:21:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:00Z", "revision_number": 0, "id": "51edf6c0-2fcb-4865-b98e-f4aebbea32ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:00Z", "security_group_id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-24T07:21:00Z", "revision_number": 0, "id": "64d66d6f-911b-4835-aaf2-fc6262148b3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:00Z", "security_group_id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:00Z", "revision_number": 0, "id": "e7eab43f-fb59-45b0-8f5e-9c01c2cfdc85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:00Z", "security_group_id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "65c3367266ab4715998c570a7441a7cf"}], "revision_number": 2, "project_id": "65c3367266ab4715998c570a7441a7cf", "id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "name": "singlevm2-sg_3424600d-637d-43a1-80f0-a2772cc4587c"}, {"description": "Default security group", "tags": [], "tenant_id": "65c3367266ab4715998c570a7441a7cf", "created_at": "2018-08-24T07:20:49Z", "updated_at": "2018-08-24T07:20:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:49Z", "revision_number": 0, "id": "5ae542ab-5559-428c-aec3-0999e3264541", "remote_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:49Z", "security_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:49Z", "revision_number": 0, "id": "7ce3fd14-edec-4d9d-903b-8914d73e9430", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:49Z", "security_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:49Z", "revision_number": 0, "id": "a477021d-c7c3-4c33-8f7a-57e8167a308f", "remote_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:49Z", "security_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:49Z", "revision_number": 0, "id": "c29764f1-95f2-443a-92ca-db6d090d1a85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:49Z", "security_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "65c3367266ab4715998c570a7441a7cf"}], "revision_number": 1, "project_id": "65c3367266ab4715998c570a7441a7cf", "id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "name": "default"}]} 2018-08-24 07:21:01,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-ca7c3e49-92e2-49f6-ba39-077afa2ef8d6 2018-08-24 07:21:01,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.30028796196s 2018-08-24 07:21:01,402 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-ca7c3e49-92e2-49f6-ba39-077afa2ef8d6 2018-08-24 07:21:01,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-24 07:21:01,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -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": "3c7642ac-6cc2-474e-92a5-40eb431fe131"}}' 2018-08-24 07:21:01,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-020848cb-d95f-4db5-b0f6-90fd812418b9 Date: Fri, 24 Aug 2018 07:21:01 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-24T07:21:01Z", "security_group_id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "port_range_min": null, "revision_number": 0, "tenant_id": "65c3367266ab4715998c570a7441a7cf", "created_at": "2018-08-24T07:21:01Z", "project_id": "65c3367266ab4715998c570a7441a7cf", "id": "cfc53bc2-46b4-44ae-8852-175ecb358a47"}} 2018-08-24 07:21:01,852 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-020848cb-d95f-4db5-b0f6-90fd812418b9 2018-08-24 07:21:01,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.447674036026s 2018-08-24 07:21:01,853 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-020848cb-d95f-4db5-b0f6-90fd812418b9 2018-08-24 07:21:01,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:21:01,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:02,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-1210af62-10bc-42a4-8137-cc55d6edc089 Date: Fri, 24 Aug 2018 07:21:02 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":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["be34a9a3-b006-40d8-9f55-e5ad8bd31305"],"updated_at":"2018-08-24T07:20:50Z","tenant_id":"65c3367266ab4715998c570a7441a7cf","created_at":"2018-08-24T07:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"65c3367266ab4715998c570a7441a7cf","id":"72f715b8-96ff-4a41-9bb9-1ed458aca2c4","name":"singlevm2-net_3424600d-637d-43a1-80f0-a2772cc4587c"}]} 2018-08-24 07:21:02,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-1210af62-10bc-42a4-8137-cc55d6edc089 2018-08-24 07:21:02,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366432189941s 2018-08-24 07:21:02,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-1210af62-10bc-42a4-8137-cc55d6edc089 2018-08-24 07:21:02,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:21:02,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:02,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-b52c5676-77a9-48f9-a732-7f880b4a375c Date: Fri, 24 Aug 2018 07:21:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:20:57Z", "file": "/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec/file", "owner": "65c3367266ab4715998c570a7441a7cf", "id": "928d662a-1182-4ff7-9e68-223b6db5edec", "size": 12716032, "self": "/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/928d662a-1182-4ff7-9e68-223b6db5edec/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/928d662a-1182-4ff7-9e68-223b6db5edec/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_3424600d-637d-43a1-80f0-a2772cc4587c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3424600d-637d-43a1-80f0-a2772cc4587c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:20:56Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:21:02,532 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-b52c5676-77a9-48f9-a732-7f880b4a375c 2018-08-24 07:21:02,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.305963993073s 2018-08-24 07:21:02,532 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-b52c5676-77a9-48f9-a732-7f880b4a375c 2018-08-24 07:21:02,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-24 07:21:02,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:02,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0d23e1b-1ec2-408a-acd9-c95440b525fe x-compute-request-id: req-f0d23e1b-1ec2-408a-acd9-c95440b525fe Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_3424600d-637d-43a1-80f0-a2772cc4587c", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "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": "2b7cd0ab-abba-42bd-8964-0d6510e6c7da"}]} 2018-08-24 07:21:02,663 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f0d23e1b-1ec2-408a-acd9-c95440b525fe 2018-08-24 07:21:02,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.128866910934s 2018-08-24 07:21:02,663 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f0d23e1b-1ec2-408a-acd9-c95440b525fe 2018-08-24 07:21:02,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-24 07:21:02,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -d '{"server": {"name": "singlevm2-vm_3424600d-637d-43a1-80f0-a2772cc4587c", "imageRef": "928d662a-1182-4ff7-9e68-223b6db5edec", "key_name": "singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c", "flavorRef": "2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "max_count": 1, "min_count": 1, "networks": [{"uuid": "72f715b8-96ff-4a41-9bb9-1ed458aca2c4"}], "security_groups": [{"name": "3c7642ac-6cc2-474e-92a5-40eb431fe131"}]}}' 2018-08-24 07:21:07,220 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:21:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9a424c37-ccbe-444d-af20-e106a0426399 x-compute-request-id: req-9a424c37-ccbe-444d-af20-e106a0426399 Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3c7642ac-6cc2-474e-92a5-40eb431fe131"}], "OS-DCF:diskConfig": "MANUAL", "id": "c743e666-8fb9-49f9-a773-4b4eeafddcea", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea", "rel": "bookmark"}], "adminPass": "95rVDNhkgFdb"}} 2018-08-24 07:21:07,221 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-9a424c37-ccbe-444d-af20-e106a0426399 2018-08-24 07:21:07,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.55610918999s 2018-08-24 07:21:07,221 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-9a424c37-ccbe-444d-af20-e106a0426399 2018-08-24 07:21:07,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:21:07,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:08,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ebcd9a9-01e3-4209-b047-9f1e1ea6cb99 x-compute-request-id: req-5ebcd9a9-01e3-4209-b047-9f1e1ea6cb99 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.25:8774/v2.1/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea", "rel": "bookmark"}], "image": {"id": "928d662a-1182-4ff7-9e68-223b6db5edec", "links": [{"href": "http://172.30.9.25:8774/images/928d662a-1182-4ff7-9e68-223b6db5edec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "links": [{"href": "http://172.30.9.25:8774/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "rel": "bookmark"}]}, "id": "c743e666-8fb9-49f9-a773-4b4eeafddcea", "user_id": "a60e659450964793bd67b274e45f2f8d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:21:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c", "name": "singlevm2-vm_3424600d-637d-43a1-80f0-a2772cc4587c", "created": "2018-08-24T07:21:07Z", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:21:08,030 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5ebcd9a9-01e3-4209-b047-9f1e1ea6cb99 2018-08-24 07:21:08,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.807952165604s 2018-08-24 07:21:08,030 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5ebcd9a9-01e3-4209-b047-9f1e1ea6cb99 2018-08-24 07:21:08,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:21:08,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:08,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-60ae251e-241b-4974-b4fd-595df7ba66b3 Date: Fri, 24 Aug 2018 07:21:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["be34a9a3-b006-40d8-9f55-e5ad8bd31305"],"updated_at":"2018-08-24T07:20:50Z","tenant_id":"65c3367266ab4715998c570a7441a7cf","created_at":"2018-08-24T07:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"65c3367266ab4715998c570a7441a7cf","id":"72f715b8-96ff-4a41-9bb9-1ed458aca2c4","name":"singlevm2-net_3424600d-637d-43a1-80f0-a2772cc4587c"}]} 2018-08-24 07:21:08,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-60ae251e-241b-4974-b4fd-595df7ba66b3 2018-08-24 07:21:08,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.384994029999s 2018-08-24 07:21:08,422 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-60ae251e-241b-4974-b4fd-595df7ba66b3 2018-08-24 07:21:08,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 07:21:08,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:08,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ee1e395d-3106-4a85-81c3-946e22ef5a7b Date: Fri, 24 Aug 2018 07:21:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"72f715b8-96ff-4a41-9bb9-1ed458aca2c4","tenant_id":"65c3367266ab4715998c570a7441a7cf","created_at":"2018-08-24T07:20:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:20:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"65c3367266ab4715998c570a7441a7cf","id":"be34a9a3-b006-40d8-9f55-e5ad8bd31305","subnetpool_id":null,"name":"singlevm2-subnet_3424600d-637d-43a1-80f0-a2772cc4587c"}]} 2018-08-24 07:21:08,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ee1e395d-3106-4a85-81c3-946e22ef5a7b 2018-08-24 07:21:08,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.237638950348s 2018-08-24 07:21:08,661 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ee1e395d-3106-4a85-81c3-946e22ef5a7b 2018-08-24 07:21:08,662 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:21:10,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:21:10,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:12,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c5cd0d7-c263-4342-a417-60bf114f7f0e x-compute-request-id: req-3c5cd0d7-c263-4342-a417-60bf114f7f0e Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea", "rel": "bookmark"}], "image": {"id": "928d662a-1182-4ff7-9e68-223b6db5edec", "links": [{"href": "http://172.30.9.25:8774/images/928d662a-1182-4ff7-9e68-223b6db5edec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "links": [{"href": "http://172.30.9.25:8774/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "rel": "bookmark"}]}, "id": "c743e666-8fb9-49f9-a773-4b4eeafddcea", "security_groups": [{"name": "singlevm2-sg_3424600d-637d-43a1-80f0-a2772cc4587c"}], "user_id": "a60e659450964793bd67b274e45f2f8d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:21:10Z", "hostId": "1b24cc887d7728b945f8e7b3d37a314a781acbc1d8cbc174de14f2a4", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c", "name": "singlevm2-vm_3424600d-637d-43a1-80f0-a2772cc4587c", "created": "2018-08-24T07:21:07Z", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:21:12,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3c5cd0d7-c263-4342-a417-60bf114f7f0e 2018-08-24 07:21:12,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.38897490501s 2018-08-24 07:21:12,054 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3c5cd0d7-c263-4342-a417-60bf114f7f0e 2018-08-24 07:21:12,059 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:21:14,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:21:14,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:15,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fe61201-516c-4a9c-973f-3fd6a2c890d4 x-compute-request-id: req-8fe61201-516c-4a9c-973f-3fd6a2c890d4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea", "rel": "bookmark"}], "image": {"id": "928d662a-1182-4ff7-9e68-223b6db5edec", "links": [{"href": "http://172.30.9.25:8774/images/928d662a-1182-4ff7-9e68-223b6db5edec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "links": [{"href": "http://172.30.9.25:8774/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "rel": "bookmark"}]}, "id": "c743e666-8fb9-49f9-a773-4b4eeafddcea", "security_groups": [{"name": "singlevm2-sg_3424600d-637d-43a1-80f0-a2772cc4587c"}], "user_id": "a60e659450964793bd67b274e45f2f8d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:21:10Z", "hostId": "1b24cc887d7728b945f8e7b3d37a314a781acbc1d8cbc174de14f2a4", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c", "name": "singlevm2-vm_3424600d-637d-43a1-80f0-a2772cc4587c", "created": "2018-08-24T07:21:07Z", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:21:15,293 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8fe61201-516c-4a9c-973f-3fd6a2c890d4 2018-08-24 07:21:15,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23181700706s 2018-08-24 07:21:15,294 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8fe61201-516c-4a9c-973f-3fd6a2c890d4 2018-08-24 07:21:15,298 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:21:17,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:21:17,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:18,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f6f0e6e-647b-4fd5-9bdc-70c227408133 x-compute-request-id: req-2f6f0e6e-647b-4fd5-9bdc-70c227408133 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_3424600d-637d-43a1-80f0-a2772cc4587c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:3d:3a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea", "rel": "bookmark"}], "image": {"id": "928d662a-1182-4ff7-9e68-223b6db5edec", "links": [{"href": "http://172.30.9.25:8774/images/928d662a-1182-4ff7-9e68-223b6db5edec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-24T07:21:16.000000", "flavor": {"id": "2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "links": [{"href": "http://172.30.9.25:8774/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "rel": "bookmark"}]}, "id": "c743e666-8fb9-49f9-a773-4b4eeafddcea", "security_groups": [{"name": "singlevm2-sg_3424600d-637d-43a1-80f0-a2772cc4587c"}], "user_id": "a60e659450964793bd67b274e45f2f8d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:21:16Z", "hostId": "1b24cc887d7728b945f8e7b3d37a314a781acbc1d8cbc174de14f2a4", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c", "name": "singlevm2-vm_3424600d-637d-43a1-80f0-a2772cc4587c", "created": "2018-08-24T07:21:07Z", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:21:18,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2f6f0e6e-647b-4fd5-9bdc-70c227408133 2018-08-24 07:21:18,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3301320076s 2018-08-24 07:21:18,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2f6f0e6e-647b-4fd5-9bdc-70c227408133 2018-08-24 07:21:18,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-24 07:21:18,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=c743e666-8fb9-49f9-a773-4b4eeafddcea" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:18,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-988c107f-6627-4e22-915a-17ade3cc0ddb Date: Fri, 24 Aug 2018 07:21:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"72f715b8-96ff-4a41-9bb9-1ed458aca2c4","tenant_id":"65c3367266ab4715998c570a7441a7cf","created_at":"2018-08-24T07:21:11Z","admin_state_up":true,"updated_at":"2018-08-24T07:21:16Z","binding:vnic_type":"normal","device_id":"c743e666-8fb9-49f9-a773-4b4eeafddcea","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:68:3d:3a","id":"d3474985-c38c-4e34-85a8-047df39a73b9","port_security_enabled":true,"project_id":"65c3367266ab4715998c570a7441a7cf","fixed_ips":[{"subnet_id":"be34a9a3-b006-40d8-9f55-e5ad8bd31305","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["3c7642ac-6cc2-474e-92a5-40eb431fe131"],"name":""}]} 2018-08-24 07:21:18,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=c743e666-8fb9-49f9-a773-4b4eeafddcea used request id req-988c107f-6627-4e22-915a-17ade3cc0ddb 2018-08-24 07:21:18,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.323318004608s 2018-08-24 07:21:18,959 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=c743e666-8fb9-49f9-a773-4b4eeafddcea used request id req-988c107f-6627-4e22-915a-17ade3cc0ddb 2018-08-24 07:21:18,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-24 07:21:18,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=d3474985-c38c-4e34-85a8-047df39a73b9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:19,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6a857e76-d015-4d09-bd4f-6f2a5909271a Date: Fri, 24 Aug 2018 07:21:19 GMT RESP BODY: {"floatingips": []} 2018-08-24 07:21:19,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=d3474985-c38c-4e34-85a8-047df39a73b9 used request id req-6a857e76-d015-4d09-bd4f-6f2a5909271a 2018-08-24 07:21:19,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.055802822113s 2018-08-24 07:21:19,020 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=d3474985-c38c-4e34-85a8-047df39a73b9 used request id req-6a857e76-d015-4d09-bd4f-6f2a5909271a 2018-08-24 07:21:19,021 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_3424600d-637d-43a1-80f0-a2772cc4587c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:68:3d:3a', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'928d662a-1182-4ff7-9e68-223b6db5edec'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-24T07:21:16.000000', 'flavor': Munch({u'id': u'2b7cd0ab-abba-42bd-8964-0d6510e6c7da'}), 'az': u'nova', 'id': u'c743e666-8fb9-49f9-a773-4b4eeafddcea', 'security_groups': [Munch({u'name': u'singlevm2-sg_3424600d-637d-43a1-80f0-a2772cc4587c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a60e659450964793bd67b274e45f2f8d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'65c3367266ab4715998c570a7441a7cf', 'name': 'singlevm2-project_3424600d-637d-43a1-80f0-a2772cc4587c', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-24T07:21:16.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-24T07:21:16Z', 'hostId': u'1b24cc887d7728b945f8e7b3d37a314a781acbc1d8cbc174de14f2a4', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'1b24cc887d7728b945f8e7b3d37a314a781acbc1d8cbc174de14f2a4', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-24T07:21:16.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'65c3367266ab4715998c570a7441a7cf', 'name': u'singlevm2-vm_3424600d-637d-43a1-80f0-a2772cc4587c', 'adminPass': u'95rVDNhkgFdb', 'tenant_id': u'65c3367266ab4715998c570a7441a7cf', 'created_at': u'2018-08-24T07:21:07Z', 'created': u'2018-08-24T07:21:07Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-24 07:21:19,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:21:19,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:19,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-2b310073-14ee-43e6-a47d-be269e3014c3 Date: Fri, 24 Aug 2018 07:21:19 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":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["be34a9a3-b006-40d8-9f55-e5ad8bd31305"],"updated_at":"2018-08-24T07:20:50Z","tenant_id":"65c3367266ab4715998c570a7441a7cf","created_at":"2018-08-24T07:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"65c3367266ab4715998c570a7441a7cf","id":"72f715b8-96ff-4a41-9bb9-1ed458aca2c4","name":"singlevm2-net_3424600d-637d-43a1-80f0-a2772cc4587c"}]} 2018-08-24 07:21:19,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2b310073-14ee-43e6-a47d-be269e3014c3 2018-08-24 07:21:19,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.092227935791s 2018-08-24 07:21:19,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2b310073-14ee-43e6-a47d-be269e3014c3 2018-08-24 07:21:19,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-24 07:21:19,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=c743e666-8fb9-49f9-a773-4b4eeafddcea" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:19,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4b835aff-8a4a-4b04-9c6c-6b44ec0112b0 Date: Fri, 24 Aug 2018 07:21:19 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"72f715b8-96ff-4a41-9bb9-1ed458aca2c4","tenant_id":"65c3367266ab4715998c570a7441a7cf","created_at":"2018-08-24T07:21:11Z","admin_state_up":true,"updated_at":"2018-08-24T07:21:16Z","binding:vnic_type":"normal","device_id":"c743e666-8fb9-49f9-a773-4b4eeafddcea","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:68:3d:3a","id":"d3474985-c38c-4e34-85a8-047df39a73b9","port_security_enabled":true,"project_id":"65c3367266ab4715998c570a7441a7cf","fixed_ips":[{"subnet_id":"be34a9a3-b006-40d8-9f55-e5ad8bd31305","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["3c7642ac-6cc2-474e-92a5-40eb431fe131"],"name":""}]} 2018-08-24 07:21:19,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=c743e666-8fb9-49f9-a773-4b4eeafddcea used request id req-4b835aff-8a4a-4b04-9c6c-6b44ec0112b0 2018-08-24 07:21:19,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0459680557251s 2018-08-24 07:21:19,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=c743e666-8fb9-49f9-a773-4b4eeafddcea used request id req-4b835aff-8a4a-4b04-9c6c-6b44ec0112b0 2018-08-24 07:21:19,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-24 07:21:19,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -d '{"floatingip": {"floating_network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "fixed_ip_address": "192.168.120.5", "port_id": "d3474985-c38c-4e34-85a8-047df39a73b9"}}' 2018-08-24 07:21:21,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-7a8675f6-1032-4cd1-a1e2-0cdf5e8d1030 Date: Fri, 24 Aug 2018 07:21:21 GMT RESP BODY: {"floatingip": {"router_id": "15dde222-4743-4f5c-bf17-cfed39d20077", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-24T07:21:20Z", "floating_network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "d3474985-c38c-4e34-85a8-047df39a73b9", "id": "f11d3dc5-a067-44e0-b05c-b68705d9c780", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "created_at": "2018-08-24T07:21:20Z", "project_id": "65c3367266ab4715998c570a7441a7cf"}} 2018-08-24 07:21:21,210 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-7a8675f6-1032-4cd1-a1e2-0cdf5e8d1030 2018-08-24 07:21:21,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.0448589325s 2018-08-24 07:21:21,210 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-7a8675f6-1032-4cd1-a1e2-0cdf5e8d1030 2018-08-24 07:21:21,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-24 07:21:21,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:21,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-7268d908-ca42-4f45-a642-edc20f635b03 Date: Fri, 24 Aug 2018 07:21:21 GMT RESP BODY: {"floatingips": [{"router_id": "15dde222-4743-4f5c-bf17-cfed39d20077", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-24T07:21:20Z", "floating_network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "d3474985-c38c-4e34-85a8-047df39a73b9", "id": "f11d3dc5-a067-44e0-b05c-b68705d9c780", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "created_at": "2018-08-24T07:21:20Z", "project_id": "65c3367266ab4715998c570a7441a7cf"}]} 2018-08-24 07:21:21,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-7268d908-ca42-4f45-a642-edc20f635b03 2018-08-24 07:21:21,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.390301942825s 2018-08-24 07:21:21,608 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-7268d908-ca42-4f45-a642-edc20f635b03 2018-08-24 07:21:21,612 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'15dde222-4743-4f5c-bf17-cfed39d20077', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'65c3367266ab4715998c570a7441a7cf', 'created_at': u'2018-08-24T07:21:20Z', 'attached': True, 'updated_at': u'2018-08-24T07:21:20Z', 'id': u'f11d3dc5-a067-44e0-b05c-b68705d9c780', 'floating_network_id': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'65c3367266ab4715998c570a7441a7cf', 'name': 'singlevm2-project_3424600d-637d-43a1-80f0-a2772cc4587c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'15dde222-4743-4f5c-bf17-cfed39d20077', 'project_id': u'65c3367266ab4715998c570a7441a7cf', 'port_id': u'd3474985-c38c-4e34-85a8-047df39a73b9', 'port': u'd3474985-c38c-4e34-85a8-047df39a73b9', 'network': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a'}) 2018-08-24 07:21:21,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-24 07:21:21,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea/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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-24 07:21:21,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21: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-3d510b02-c43b-4492-8464-dea4234b4ace x-compute-request-id: req-3d510b02-c43b-4492-8464-dea4234b4ace Content-Encoding: gzip Content-Length: 9585 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 534357380 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.193877] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.196268] pid_max: default: 32768 minimum: 301\n[ 0.197569] ACPI: Core revision 20150930\n[ 0.199319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.201199] Security Framework initialized\n[ 0.202363] Yama: becoming mindful.\n[ 0.203408] AppArmor: AppArmor initialized\n[ 0.204651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.206517] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.208333] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210054] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212018] Initializing cgroup subsys io\n[ 0.213201] Initializing cgroup subsys memory\n[ 0.214446] Initializing cgroup subsys devices\n[ 0.215714] Initializing cgroup subsys freezer\n[ 0.216968] Initializing cgroup subsys net_cls\n[ 0.218228] Initializing cgroup subsys perf_event\n[ 0.219542] Initializing cgroup subsys net_prio\n[ 0.220834] Initializing cgroup subsys hugetlb\n[ 0.222103] Initializing cgroup subsys pids\n[ 0.223337] CPU: Physical Processor ID: 0\n[ 0.225217] mce: CPU supports 10 MCE banks\n[ 0.226420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227843] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244684] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251425] ftrace: allocating 31920 entries in 125 pages\n[ 0.276718] smpboot: Max logical packages: 1\n[ 0.277943] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279885] x2apic enabled\n[ 0.281091] Switched APIC routing to physical x2apic.\n[ 0.283644] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285244] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288083] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290672] KVM setup paravirtual spinlock\n[ 0.292336] x86: Booted up 1 node, 1 CPUs\n[ 0.293514] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295540] devtmpfs: initialized\n[ 0.297577] evm: security.selinux\n[ 0.298592] evm: security.SMACK64\n[ 0.299594] evm: security.SMACK64EXEC\n[ 0.300676] evm: security.SMACK64TRANSMUTE\n[ 0.301837] evm: security.SMACK64MMAP\n[ 0.302918] evm: security.ima\n[ 0.303836] evm: security.capability\n[ 0.304968] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307629] pinctrl core: initialized pinctrl subsystem\n[ 0.309192] RTC time: 7:21:17, date: 08/24/18\n[ 0.310548] NET: Registered protocol family 16\n[ 0.311934] cpuidle: using governor ladder\n[ 0.313129] cpuidle: using governor menu\n[ 0.314277] PCCT header not found.\n[ 0.315363] ACPI: bus type PCI registered\n[ 0.316534] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318326] PCI: Using configuration type 1 for base access\n[ 0.320556] ACPI: Added _OSI(Module Device)\n[ 0.321769] ACPI: Added _OSI(Processor Device)\n[ 0.323032] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324348] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326593] ACPI: Interpreter enabled\n[ 0.327682] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.330341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.333064] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.335770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.338455] ACPI: (supports S0 S5)\n[ 0.339511] ACPI: Using IOAPIC for interrupt routing\n[ 0.340918] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.344862] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.346482] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.348231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.349929] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.353053] acpiphp: Slot [3] registered\n[ 0.354195] acpiphp: Slot [4] registered\n[ 0.355340] acpiphp: Slot [5] registered\n[ 0.356503] acpiphp: Slot [6] registered\n[ 0.357648] acpiphp: Slot [7] registered\n[ 0.358789] acpiphp: Slot [8] registered\n[ 0.359934] acpiphp: Slot [9] registered\n[ 0.361082] acpiphp: Slot [10] registered\n[ 0.362269] acpiphp: Slot [11] registered\n[ 0.363422] acpiphp: Slot [12] registered\n[ 0.364578] acpiphp: Slot [13] registered\n[ 0.365736] acpiphp: Slot [14] registered\n[ 0.366916] acpiphp: Slot [15] registered\n[ 0.382179] acpiphp: Slot [16] registered\n[ 0.383375] acpiphp: Slot [17] registered\n[ 0.384541] acpiphp: Slot [18] registered\n[ 0.385733] acpiphp: Slot [19] registered\n[ 0.386899] acpiphp: Slot [20] registered\n[ 0.388077] acpiphp: Slot [21] registered\n[ 0.389241] acpiphp: Slot [22] registered\n[ 0.390448] acpiphp: Slot [23] registered\n[ 0.391611] acpiphp: Slot [24] registered\n[ 0.392772] acpiphp: Slot [25] registered\n[ 0.393949] acpiphp: Slot [26] registered\n[ 0.395115] acpiphp: Slot [27] registered\n[ 0.396311] acpiphp: Slot [28] registered\n[ 0.397475] acpiphp: Slot [29] registered\n[ 0.398653] acpiphp: Slot [30] registered\n[ 0.399820] acpiphp: Slot [31] registered\n[ 0.400997] PCI host bridge to bus 0000:00\n[ 0.402210] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.403946] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.405718] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.407817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.409959] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412103] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.425937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428045] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449600] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451655] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453713] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457962] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459756] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461621] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.465371] vgaarb: loaded\n[ 0.466250] vgaarb: bridge control possible 0000:00:02.0\n[ 0.468031] SCSI subsystem initialized\n[ 0.469357] ACPI: bus type USB registered\n[ 0.470561] usbcore: registered new interface driver usbfs\n[ 0.472053] usbcore: registered new interface driver hub\n[ 0.473503] usbcore: registered new device driver usb\n[ 0.475110] PCI: Using ACPI for IRQ routing\n[ 0.476714] NetLabel: Initializing\n[ 0.477753] NetLabel: domain hash size = 128\n[ 0.478988] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.480409] NetLabel: unlabeled traffic allowed by default\n[ 0.482052] clocksource: Switched to clocksource kvm-clock\n[ 0.492153] AppArmor: AppArmor Filesystem Enabled\n[ 0.493562] pnp: PnP ACPI init\n[ 0.494855] pnp: PnP ACPI: found 5 devices\n[ 0.501885] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.504377] NET: Registered protocol family 2\n[ 0.505842] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.507702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.509460] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.511231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512796] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514512] NET: Registered protocol family 1\n[ 0.515805] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.517394] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.518976] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.535770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.552081] Trying to unpack rootfs image as initramfs...\n[ 0.618034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621557] Scanning for low memory corruption every 60 seconds\n[ 0.623983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.625747] audit: initializing netlink subsys (disabled)\n[ 0.627433] audit: type=2000 audit(1535095277.199:1): initialized\n[ 0.629488] Initialise system trusted keyring\n[ 0.631027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.632839] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.635716] zbud: loaded\n[ 0.636810] VFS: Disk quotas dquot_6.6.0\n[ 0.638113] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640428] fuse init (API version 7.23)\n[ 0.641803] Key type big_key registered\n[ 0.643016] Allocating IMA MOK and blacklist keyrings.\n[ 0.644859] Key type asymmetric registered\n[ 0.646079] Asymmetric key parser 'x509' registered\n[ 0.647466] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649682] io scheduler noop registered\n[ 0.650835] io scheduler deadline registered (default)\n[ 0.652303] io scheduler cfq registered\n[ 0.653559] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.655080] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656936] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.659056] ACPI: Power Button [PWRF]\n[ 0.660282] GHES: HEST is not enabled!\n[ 0.674353] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706114] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.729985] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733332] Linux agpgart interface v0.103\n[ 0.737005] brd: module loaded\n[ 0.739429] loop: module loaded\n[ 0.745590] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.747792] GPT:90111 != 2097151\n[ 0.748822] GPT:Alternate GPT header not at the end of the disk.\n[ 0.750482] GPT:90111 != 2097151\n[ 0.751499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.752926] vda: vda1 vda15\n[ 0.754674] scsi host0: ata_piix\n[ 0.755838] scsi host1: ata_piix\n[ 0.756920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.758765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.761146] libphy: Fixed MDIO Bus: probed\n[ 0.762400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.763845] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.766801] PPP generic driver version 2.4.2\n[ 0.768171] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.769964] ehci-pci: EHCI PCI platform driver\n[ 0.771297] ehci-platform: EHCI generic platform driver\n[ 0.772800] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.774517] ohci-pci: OHCI PCI platform driver\n[ 0.775846] ohci-platform: OHCI generic platform driver\n[ 0.777359] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.792102] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.793598] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.795777] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.797269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.798980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.800749] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.802825] usb usb1: Product: UHCI Host Controller\n[ 0.804209] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.806006] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.807421] hub 1-0:1.0: USB hub found\n[ 0.808557] hub 1-0:1.0: 2 ports detected\n[ 0.809907] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.812958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.814371] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.815899] mousedev: PS/2 mouse device common for all mice\n[ 0.817740] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.820456] rtc_cmos 00:00: RTC can wake from S4\n[ 0.822104] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.823849] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.825624] i2c /dev entries driver\n[ 0.826767] device-mapper: uevent: version 1.0.3\n[ 0.828209] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.830662] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.832718] NET: Registered protocol family 10\n[ 0.834411] NET: Registered protocol family 17\n[ 0.835733] Key type dns_resolver registered\n[ 0.837131] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.838768] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.841401] registered taskstats version 1\n[ 0.842648] Loading compiled-in X.509 certificates\n[ 0.844581] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.847331] zswap: loaded using pool lzo/zbud\n[ 0.849491] Key type trusted registered\n[ 0.851805] Key type encrypted registered\n[ 0.853011] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.854559] ima: No TPM chip found, activating TPM-bypass!\n[ 0.856118] evm: HMAC attrs: 0x1\n[ 0.857465] Magic number: 14:379:370\n[ 0.858744] rtc_cmos 00:00: setting system clock to 2018-08-24 07:21:17 UTC (1535095277)\n[ 0.861187] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.862844] EDD information not available.\n[ 0.915792] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.933032] Write protecting the kernel read-only data: 14336k\n[ 0.936141] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.938780] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\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.295891] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.13. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCqHu6NM5/29mD/yg8DvuMDSX/YV8+eXYEkvRPCmqPdnsUSRJHY71ApPdOFUzMwsCv9B3oeX02zdCmsOBJ5PwruI/PqqfaC77c2J05PJGGfgqQCiyz2Wb7DqUvQagVD+C6NbKeWKCOOQDVRpwKPqXGsz/8Mwf/iI8vRyREBIJ8+NmLy7VUHGxz27pXFrBrRxW3zBcnuyIZMD/diCxgKbwSmHPtlZwUWkFUaZ4AVRqeqfC7cGgUhlX2FjuPsv3QlFeIgJEMv92gj+I0PtfsNX9CPiaOGmkfI28iMZFyx51PXdm55x9gw1Nu9JpuwDmVgavLs7N1sP2WrBAzpOk7/1B0J root@singlevm2-vm-3424600d-637d-43a1-80f0-a2772cc4587c\nssh-dss AAAAB3NzaC1kc3MAAACBAK5pCn7UaS/lqoeAEVYpypl6CnGsv2taD1VqdkxR1DjkyVGujnOfFILPB4bkWPAyYLLkfm5tiDAzDH7ksxL+lECnp3ptZekT/Oy9zzk1R2F70sP5ZcQerPykv1Rqb2BSQgcZmYn9/n+ZAvPkQK1DKzPXTk/vCJvRKm3L1JzsoW+7AAAAFQDbWgYnVolGi0ucYx6zT+xHFg+BVwAAAIACpSV+r1ogBZQPsnW2dMmhz+sICPfXzBe73v4hRiaToePmTwmwQwk9cKlUWpJmoVwJ+CspbJO9PcaBHdFo5qS+Ey9i4+iJ+zoTL/qerhHSf3Ljk6sS6jaqJ9eki5cfDIbVBuRDf/hj2oHWx1Tk4OVcuN+Iht50fyx/I94dmbPVVwAAAIAnKSuixhQdNDA6zfvNvoHd1qABvvvFC2XlayPk/E0eE9CLSK7LL6A5cKR6F9pFURWaQCs9beY+F4LBq/no64Qk3OCbpj32cBSXOrxLBlVUBilrVixD7VpGb71O6b9uqHSX/KyzRWs/0k1KDq6xy/8A2yVpFFOaCkafbfjI6YIJHw== root@singlevm2-vm-3424600d-637d-43a1-80f0-a2772cc4587c\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.13s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe68:3d3a/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-3424600d-637d-43a1-80f0-a2772cc4587c\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.32 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-3424600d-637d-43a1-80f0-a2772cc4587c login: "} 2018-08-24 07:21:21,855 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea/action used request id req-3d510b02-c43b-4492-8464-dea4234b4ace 2018-08-24 07:21:21,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.242532014847s 2018-08-24 07:21:21,856 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea/action used request id req-3d510b02-c43b-4492-8464-dea4234b4ace 2018-08-24 07:21:21,856 - 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 534357380 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.193877] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.196268] pid_max: default: 32768 minimum: 301 [ 0.197569] ACPI: Core revision 20150930 [ 0.199319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.201199] Security Framework initialized [ 0.202363] Yama: becoming mindful. [ 0.203408] AppArmor: AppArmor initialized [ 0.204651] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.206517] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.208333] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210054] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.212018] Initializing cgroup subsys io [ 0.213201] Initializing cgroup subsys memory [ 0.214446] Initializing cgroup subsys devices [ 0.215714] Initializing cgroup subsys freezer [ 0.216968] Initializing cgroup subsys net_cls [ 0.218228] Initializing cgroup subsys perf_event [ 0.219542] Initializing cgroup subsys net_prio [ 0.220834] Initializing cgroup subsys hugetlb [ 0.222103] Initializing cgroup subsys pids [ 0.223337] CPU: Physical Processor ID: 0 [ 0.225217] mce: CPU supports 10 MCE banks [ 0.226420] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227843] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.244684] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.251425] ftrace: allocating 31920 entries in 125 pages [ 0.276718] smpboot: Max logical packages: 1 [ 0.277943] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.279885] x2apic enabled [ 0.281091] Switched APIC routing to physical x2apic. [ 0.283644] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.285244] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.288083] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.290672] KVM setup paravirtual spinlock [ 0.292336] x86: Booted up 1 node, 1 CPUs [ 0.293514] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.295540] devtmpfs: initialized [ 0.297577] evm: security.selinux [ 0.298592] evm: security.SMACK64 [ 0.299594] evm: security.SMACK64EXEC [ 0.300676] evm: security.SMACK64TRANSMUTE [ 0.301837] evm: security.SMACK64MMAP [ 0.302918] evm: security.ima [ 0.303836] evm: security.capability [ 0.304968] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.307629] pinctrl core: initialized pinctrl subsystem [ 0.309192] RTC time: 7:21:17, date: 08/24/18 [ 0.310548] NET: Registered protocol family 16 [ 0.311934] cpuidle: using governor ladder [ 0.313129] cpuidle: using governor menu [ 0.314277] PCCT header not found. [ 0.315363] ACPI: bus type PCI registered [ 0.316534] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318326] PCI: Using configuration type 1 for base access [ 0.320556] ACPI: Added _OSI(Module Device) [ 0.321769] ACPI: Added _OSI(Processor Device) [ 0.323032] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324348] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326593] ACPI: Interpreter enabled [ 0.327682] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.330341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.333064] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.335770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.338455] ACPI: (supports S0 S5) [ 0.339511] ACPI: Using IOAPIC for interrupt routing [ 0.340918] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.344862] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.346482] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.348231] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.349929] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.353053] acpiphp: Slot [3] registered [ 0.354195] acpiphp: Slot [4] registered [ 0.355340] acpiphp: Slot [5] registered [ 0.356503] acpiphp: Slot [6] registered [ 0.357648] acpiphp: Slot [7] registered [ 0.358789] acpiphp: Slot [8] registered [ 0.359934] acpiphp: Slot [9] registered [ 0.361082] acpiphp: Slot [10] registered [ 0.362269] acpiphp: Slot [11] registered [ 0.363422] acpiphp: Slot [12] registered [ 0.364578] acpiphp: Slot [13] registered [ 0.365736] acpiphp: Slot [14] registered [ 0.366916] acpiphp: Slot [15] registered [ 0.382179] acpiphp: Slot [16] registered [ 0.383375] acpiphp: Slot [17] registered [ 0.384541] acpiphp: Slot [18] registered [ 0.385733] acpiphp: Slot [19] registered [ 0.386899] acpiphp: Slot [20] registered [ 0.388077] acpiphp: Slot [21] registered [ 0.389241] acpiphp: Slot [22] registered [ 0.390448] acpiphp: Slot [23] registered [ 0.391611] acpiphp: Slot [24] registered [ 0.392772] acpiphp: Slot [25] registered [ 0.393949] acpiphp: Slot [26] registered [ 0.395115] acpiphp: Slot [27] registered [ 0.396311] acpiphp: Slot [28] registered [ 0.397475] acpiphp: Slot [29] registered [ 0.398653] acpiphp: Slot [30] registered [ 0.399820] acpiphp: Slot [31] registered [ 0.400997] PCI host bridge to bus 0000:00 [ 0.402210] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.403946] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.405718] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.407817] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.409959] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.412103] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.416261] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.418075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.419759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.421561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.425937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.428045] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.449600] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.451655] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.453713] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.455717] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.457962] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.459756] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.461621] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.463139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.465371] vgaarb: loaded [ 0.466250] vgaarb: bridge control possible 0000:00:02.0 [ 0.468031] SCSI subsystem initialized [ 0.469357] ACPI: bus type USB registered [ 0.470561] usbcore: registered new interface driver usbfs [ 0.472053] usbcore: registered new interface driver hub [ 0.473503] usbcore: registered new device driver usb [ 0.475110] PCI: Using ACPI for IRQ routing [ 0.476714] NetLabel: Initializing [ 0.477753] NetLabel: domain hash size = 128 [ 0.478988] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.480409] NetLabel: unlabeled traffic allowed by default [ 0.482052] clocksource: Switched to clocksource kvm-clock [ 0.492153] AppArmor: AppArmor Filesystem Enabled [ 0.493562] pnp: PnP ACPI init [ 0.494855] pnp: PnP ACPI: found 5 devices [ 0.501885] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.504377] NET: Registered protocol family 2 [ 0.505842] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.507702] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.509460] TCP: Hash tables configured (established 4096 bind 4096) [ 0.511231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.512796] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.514512] NET: Registered protocol family 1 [ 0.515805] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.517394] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.518976] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.535770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.552081] Trying to unpack rootfs image as initramfs... [ 0.618034] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.621557] Scanning for low memory corruption every 60 seconds [ 0.623983] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.625747] audit: initializing netlink subsys (disabled) [ 0.627433] audit: type=2000 audit(1535095277.199:1): initialized [ 0.629488] Initialise system trusted keyring [ 0.631027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.632839] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.635716] zbud: loaded [ 0.636810] VFS: Disk quotas dquot_6.6.0 [ 0.638113] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.640428] fuse init (API version 7.23) [ 0.641803] Key type big_key registered [ 0.643016] Allocating IMA MOK and blacklist keyrings. [ 0.644859] Key type asymmetric registered [ 0.646079] Asymmetric key parser 'x509' registered [ 0.647466] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.649682] io scheduler noop registered [ 0.650835] io scheduler deadline registered (default) [ 0.652303] io scheduler cfq registered [ 0.653559] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.655080] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.656936] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.659056] ACPI: Power Button [PWRF] [ 0.660282] GHES: HEST is not enabled! [ 0.674353] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.703088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.706114] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.729985] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.733332] Linux agpgart interface v0.103 [ 0.737005] brd: module loaded [ 0.739429] loop: module loaded [ 0.745590] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.747792] GPT:90111 != 2097151 [ 0.748822] GPT:Alternate GPT header not at the end of the disk. [ 0.750482] GPT:90111 != 2097151 [ 0.751499] GPT: Use GNU Parted to correct GPT errors. [ 0.752926] vda: vda1 vda15 [ 0.754674] scsi host0: ata_piix [ 0.755838] scsi host1: ata_piix [ 0.756920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.758765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.761146] libphy: Fixed MDIO Bus: probed [ 0.762400] tun: Universal TUN/TAP device driver, 1.6 [ 0.763845] tun: (C) 1999-2004 Max Krasnyansky [ 0.766801] PPP generic driver version 2.4.2 [ 0.768171] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.769964] ehci-pci: EHCI PCI platform driver [ 0.771297] ehci-platform: EHCI generic platform driver [ 0.772800] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.774517] ohci-pci: OHCI PCI platform driver [ 0.775846] ohci-platform: OHCI generic platform driver [ 0.777359] uhci_hcd: USB Universal Host Controller Interface driver [ 0.792102] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.793598] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.795777] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.797269] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.798980] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.800749] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.802825] usb usb1: Product: UHCI Host Controller [ 0.804209] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.806006] usb usb1: SerialNumber: 0000:00:01.2 [ 0.807421] hub 1-0:1.0: USB hub found [ 0.808557] hub 1-0:1.0: 2 ports detected [ 0.809907] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.812958] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.814371] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.815899] mousedev: PS/2 mouse device common for all mice [ 0.817740] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.820456] rtc_cmos 00:00: RTC can wake from S4 [ 0.822104] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.823849] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.825624] i2c /dev entries driver [ 0.826767] device-mapper: uevent: version 1.0.3 [ 0.828209] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.830662] ledtrig-cpu: registered to indicate activity on CPUs [ 0.832718] NET: Registered protocol family 10 [ 0.834411] NET: Registered protocol family 17 [ 0.835733] Key type dns_resolver registered [ 0.837131] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.838768] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.841401] registered taskstats version 1 [ 0.842648] Loading compiled-in X.509 certificates [ 0.844581] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.847331] zswap: loaded using pool lzo/zbud [ 0.849491] Key type trusted registered [ 0.851805] Key type encrypted registered [ 0.853011] AppArmor: AppArmor sha1 policy hashing enabled [ 0.854559] ima: No TPM chip found, activating TPM-bypass! [ 0.856118] evm: HMAC attrs: 0x1 [ 0.857465] Magic number: 14:379:370 [ 0.858744] rtc_cmos 00:00: setting system clock to 2018-08-24 07:21:17 UTC (1535095277) [ 0.861187] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.862844] EDD information not available. [ 0.915792] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.933032] Write protecting the kernel read-only data: 14336k [ 0.936141] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.938780] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.03 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.295891] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.13. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCqHu6NM5/29mD/yg8DvuMDSX/YV8+eXYEkvRPCmqPdnsUSRJHY71ApPdOFUzMwsCv9B3oeX02zdCmsOBJ5PwruI/PqqfaC77c2J05PJGGfgqQCiyz2Wb7DqUvQagVD+C6NbKeWKCOOQDVRpwKPqXGsz/8Mwf/iI8vRyREBIJ8+NmLy7VUHGxz27pXFrBrRxW3zBcnuyIZMD/diCxgKbwSmHPtlZwUWkFUaZ4AVRqeqfC7cGgUhlX2FjuPsv3QlFeIgJEMv92gj+I0PtfsNX9CPiaOGmkfI28iMZFyx51PXdm55x9gw1Nu9JpuwDmVgavLs7N1sP2WrBAzpOk7/1B0J root@singlevm2-vm-3424600d-637d-43a1-80f0-a2772cc4587c ssh-dss AAAAB3NzaC1kc3MAAACBAK5pCn7UaS/lqoeAEVYpypl6CnGsv2taD1VqdkxR1DjkyVGujnOfFILPB4bkWPAyYLLkfm5tiDAzDH7ksxL+lECnp3ptZekT/Oy9zzk1R2F70sP5ZcQerPykv1Rqb2BSQgcZmYn9/n+ZAvPkQK1DKzPXTk/vCJvRKm3L1JzsoW+7AAAAFQDbWgYnVolGi0ucYx6zT+xHFg+BVwAAAIACpSV+r1ogBZQPsnW2dMmhz+sICPfXzBe73v4hRiaToePmTwmwQwk9cKlUWpJmoVwJ+CspbJO9PcaBHdFo5qS+Ey9i4+iJ+zoTL/qerhHSf3Ljk6sS6jaqJ9eki5cfDIbVBuRDf/hj2oHWx1Tk4OVcuN+Iht50fyx/I94dmbPVVwAAAIAnKSuixhQdNDA6zfvNvoHd1qABvvvFC2XlayPk/E0eE9CLSK7LL6A5cKR6F9pFURWaQCs9beY+F4LBq/no64Qk3OCbpj32cBSXOrxLBlVUBilrVixD7VpGb71O6b9uqHSX/KyzRWs/0k1KDq6xy/8A2yVpFFOaCkafbfjI6YIJHw== root@singlevm2-vm-3424600d-637d-43a1-80f0-a2772cc4587c -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.13s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe68:3d3a/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-3424600d-637d-43a1-80f0-a2772cc4587c launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.32 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-3424600d-637d-43a1-80f0-a2772cc4587c login: 2018-08-24 07:21:22,859 - paramiko.transport - DEBUG - starting thread (client mode): 0x2c956250L 2018-08-24 07:21:22,859 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-24 07:21:22,859 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-24 07:21:22,859 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-24 07:21:22,861 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-24 07:21:22,861 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-24 07:21:22,861 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-24 07:21:22,861 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-24 07:21:22,862 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-24 07:21:22,862 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-24 07:21:22,879 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-24 07:21:22,880 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-24 07:21:22,891 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.209: 1b3d60215663a41260b977f68abcfa2c 2018-08-24 07:21:22,892 - paramiko.transport - DEBUG - Trying discovered key 3dd7d62a4b1d1bc5bcac88eb9fd10287 in /tmp/tmpSA4gHC 2018-08-24 07:21:22,918 - paramiko.transport - DEBUG - userauth is OK 2018-08-24 07:21:22,924 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-24 07:21:22,957 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-24 07:21:22,958 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-24 07:21:22,958 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-24 07:21:22,959 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-24 07:21:22,960 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-24 07:21:22,960 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-24 07:21:22,961 - functest.core.singlevm - DEBUG - error: 2018-08-24 07:21:22,966 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-24 07:21:23,070 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 07:21:23,071 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:35 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-24 07:21:23,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-24 07:21:23,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/f11d3dc5-a067-44e0-b05c-b68705d9c780.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:23,930 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d2062c05-482e-4b31-8904-18f423575a35 Content-Length: 0 Date: Fri, 24 Aug 2018 07:21:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:21:23,930 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/f11d3dc5-a067-44e0-b05c-b68705d9c780.json used request id req-d2062c05-482e-4b31-8904-18f423575a35 2018-08-24 07:21:23,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.851979017258s 2018-08-24 07:21:23,930 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/f11d3dc5-a067-44e0-b05c-b68705d9c780.json used request id req-d2062c05-482e-4b31-8904-18f423575a35 2018-08-24 07:21:23,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-24 07:21:23,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:24,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d167f015-ab9c-4891-8f5c-5aa725153890 Date: Fri, 24 Aug 2018 07:21:24 GMT RESP BODY: {"floatingips": []} 2018-08-24 07:21:24,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d167f015-ab9c-4891-8f5c-5aa725153890 2018-08-24 07:21:24,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.257184028625s 2018-08-24 07:21:24,193 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d167f015-ab9c-4891-8f5c-5aa725153890 2018-08-24 07:21:24,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-24 07:21:24,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:24,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:21:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-887af170-1639-48a2-b5c5-0129149c942c x-compute-request-id: req-887af170-1639-48a2-b5c5-0129149c942c Content-Type: application/json 2018-08-24 07:21:24,560 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea used request id req-887af170-1639-48a2-b5c5-0129149c942c 2018-08-24 07:21:24,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.366678953171s 2018-08-24 07:21:24,561 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea used request id req-887af170-1639-48a2-b5c5-0129149c942c 2018-08-24 07:21:24,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:21:24,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:25,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ef68942-94a2-4001-8077-4829ef81d34a x-compute-request-id: req-5ef68942-94a2-4001-8077-4829ef81d34a Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_3424600d-637d-43a1-80f0-a2772cc4587c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:3d:3a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:3d:3a", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c743e666-8fb9-49f9-a773-4b4eeafddcea", "rel": "bookmark"}], "image": {"id": "928d662a-1182-4ff7-9e68-223b6db5edec", "links": [{"href": "http://172.30.9.25:8774/images/928d662a-1182-4ff7-9e68-223b6db5edec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-24T07:21:16.000000", "flavor": {"id": "2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "links": [{"href": "http://172.30.9.25:8774/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "rel": "bookmark"}]}, "id": "c743e666-8fb9-49f9-a773-4b4eeafddcea", "security_groups": [{"name": "singlevm2-sg_3424600d-637d-43a1-80f0-a2772cc4587c"}], "user_id": "a60e659450964793bd67b274e45f2f8d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:21:24Z", "hostId": "1b24cc887d7728b945f8e7b3d37a314a781acbc1d8cbc174de14f2a4", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c", "name": "singlevm2-vm_3424600d-637d-43a1-80f0-a2772cc4587c", "created": "2018-08-24T07:21:07Z", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:21:25,814 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5ef68942-94a2-4001-8077-4829ef81d34a 2018-08-24 07:21:25,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.25238513947s 2018-08-24 07:21:25,814 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5ef68942-94a2-4001-8077-4829ef81d34a 2018-08-24 07:21:25,816 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:21:27,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:21:27,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:27,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8c4ea568-0cd9-465b-8936-a5bf1d0a3792 x-compute-request-id: req-8c4ea568-0cd9-465b-8936-a5bf1d0a3792 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-24 07:21:27,884 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8c4ea568-0cd9-465b-8936-a5bf1d0a3792 2018-08-24 07:21:27,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0649950504303s 2018-08-24 07:21:27,884 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8c4ea568-0cd9-465b-8936-a5bf1d0a3792 2018-08-24 07:21:27,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-24 07:21:27,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:27,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-5662a033-635f-497e-967e-500612eabc57 Date: Fri, 24 Aug 2018 07:21:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "65c3367266ab4715998c570a7441a7cf", "created_at": "2018-08-24T07:21:00Z", "updated_at": "2018-08-24T07:21:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:00Z", "revision_number": 0, "id": "51edf6c0-2fcb-4865-b98e-f4aebbea32ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:00Z", "security_group_id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-24T07:21:00Z", "revision_number": 0, "id": "64d66d6f-911b-4835-aaf2-fc6262148b3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:00Z", "security_group_id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:01Z", "revision_number": 0, "id": "cfc53bc2-46b4-44ae-8852-175ecb358a47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:01Z", "security_group_id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:00Z", "revision_number": 0, "id": "e7eab43f-fb59-45b0-8f5e-9c01c2cfdc85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:00Z", "security_group_id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "65c3367266ab4715998c570a7441a7cf"}], "revision_number": 3, "project_id": "65c3367266ab4715998c570a7441a7cf", "id": "3c7642ac-6cc2-474e-92a5-40eb431fe131", "name": "singlevm2-sg_3424600d-637d-43a1-80f0-a2772cc4587c"}, {"description": "Default security group", "tags": [], "tenant_id": "65c3367266ab4715998c570a7441a7cf", "created_at": "2018-08-24T07:20:49Z", "updated_at": "2018-08-24T07:20:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:49Z", "revision_number": 0, "id": "5ae542ab-5559-428c-aec3-0999e3264541", "remote_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:49Z", "security_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:49Z", "revision_number": 0, "id": "7ce3fd14-edec-4d9d-903b-8914d73e9430", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:49Z", "security_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:49Z", "revision_number": 0, "id": "a477021d-c7c3-4c33-8f7a-57e8167a308f", "remote_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:49Z", "security_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "65c3367266ab4715998c570a7441a7cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:20:49Z", "revision_number": 0, "id": "c29764f1-95f2-443a-92ca-db6d090d1a85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:20:49Z", "security_group_id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "65c3367266ab4715998c570a7441a7cf"}], "revision_number": 1, "project_id": "65c3367266ab4715998c570a7441a7cf", "id": "a469f409-7db1-43ad-8bf6-d61f9addaf96", "name": "default"}]} 2018-08-24 07:21:27,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-5662a033-635f-497e-967e-500612eabc57 2018-08-24 07:21:27,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0557780265808s 2018-08-24 07:21:27,944 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-5662a033-635f-497e-967e-500612eabc57 2018-08-24 07:21:27,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-24 07:21:27,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/3c7642ac-6cc2-474e-92a5-40eb431fe131.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:28,453 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e3e70d38-823a-4e74-b36c-88db79779ad4 Content-Length: 0 Date: Fri, 24 Aug 2018 07:21:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:21:28,453 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/3c7642ac-6cc2-474e-92a5-40eb431fe131.json used request id req-e3e70d38-823a-4e74-b36c-88db79779ad4 2018-08-24 07:21:28,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.506221055984s 2018-08-24 07:21:28,454 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/3c7642ac-6cc2-474e-92a5-40eb431fe131.json used request id req-e3e70d38-823a-4e74-b36c-88db79779ad4 2018-08-24 07:21:28,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-24 07:21:28,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:28,592 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:21:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ab8a02d-f16d-455d-b794-5c55eb35a61d x-compute-request-id: req-6ab8a02d-f16d-455d-b794-5c55eb35a61d Content-Length: 0 Content-Type: application/json 2018-08-24 07:21:28,592 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c used request id req-6ab8a02d-f16d-455d-b794-5c55eb35a61d 2018-08-24 07:21:28,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.138249158859s 2018-08-24 07:21:28,593 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm2-kp_3424600d-637d-43a1-80f0-a2772cc4587c used request id req-6ab8a02d-f16d-455d-b794-5c55eb35a61d 2018-08-24 07:21:28,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 07:21:28,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/15dde222-4743-4f5c-bf17-cfed39d20077/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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" -d '{"subnet_id": "be34a9a3-b006-40d8-9f55-e5ad8bd31305"}' 2018-08-24 07:21:30,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-552c9df6-3755-4684-8a33-1ceab967fda9 Date: Fri, 24 Aug 2018 07:21:30 GMT RESP BODY: {"network_id": "72f715b8-96ff-4a41-9bb9-1ed458aca2c4", "tenant_id": "65c3367266ab4715998c570a7441a7cf", "subnet_id": "be34a9a3-b006-40d8-9f55-e5ad8bd31305", "subnet_ids": ["be34a9a3-b006-40d8-9f55-e5ad8bd31305"], "port_id": "8460a9ad-e555-4488-9c1c-44fad015af1e", "id": "15dde222-4743-4f5c-bf17-cfed39d20077"} 2018-08-24 07:21:30,460 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/15dde222-4743-4f5c-bf17-cfed39d20077/remove_router_interface.json used request id req-552c9df6-3755-4684-8a33-1ceab967fda9 2018-08-24 07:21:30,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.86736917496s 2018-08-24 07:21:30,461 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/15dde222-4743-4f5c-bf17-cfed39d20077/remove_router_interface.json used request id req-552c9df6-3755-4684-8a33-1ceab967fda9 returning object 15dde222-4743-4f5c-bf17-cfed39d20077 2018-08-24 07:21:30,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 07:21:30,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:30,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-31f98943-4d71-4f15-b7a0-6ae0b0b6b7c7 Date: Fri, 24 Aug 2018 07:21:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "65c3367266ab4715998c570a7441a7cf", "created_at": "2018-08-24T07:20:51Z", "admin_state_up": true, "updated_at": "2018-08-24T07:21:29Z", "revision_number": 4, "routes": [], "project_id": "65c3367266ab4715998c570a7441a7cf", "id": "15dde222-4743-4f5c-bf17-cfed39d20077", "name": "singlevm2-router_3424600d-637d-43a1-80f0-a2772cc4587c"}]} 2018-08-24 07:21:30,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-31f98943-4d71-4f15-b7a0-6ae0b0b6b7c7 2018-08-24 07:21:30,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.131953001022s 2018-08-24 07:21:30,594 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-31f98943-4d71-4f15-b7a0-6ae0b0b6b7c7 2018-08-24 07:21:30,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 07:21:30,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/15dde222-4743-4f5c-bf17-cfed39d20077.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:32,127 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dc2f7143-0a76-4fd2-85fa-1b0910966847 Content-Length: 0 Date: Fri, 24 Aug 2018 07:21:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:21:32,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/15dde222-4743-4f5c-bf17-cfed39d20077.json used request id req-dc2f7143-0a76-4fd2-85fa-1b0910966847 2018-08-24 07:21:32,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.53227996826s 2018-08-24 07:21:32,128 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/15dde222-4743-4f5c-bf17-cfed39d20077.json used request id req-dc2f7143-0a76-4fd2-85fa-1b0910966847 2018-08-24 07:21:32,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 07:21:32,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:32,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-d04f8aa0-a1b5-4192-b07b-cba9025ef1be Date: Fri, 24 Aug 2018 07:21:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"72f715b8-96ff-4a41-9bb9-1ed458aca2c4","tenant_id":"65c3367266ab4715998c570a7441a7cf","created_at":"2018-08-24T07:20:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:20:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"65c3367266ab4715998c570a7441a7cf","id":"be34a9a3-b006-40d8-9f55-e5ad8bd31305","subnetpool_id":null,"name":"singlevm2-subnet_3424600d-637d-43a1-80f0-a2772cc4587c"}]} 2018-08-24 07:21:32,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-d04f8aa0-a1b5-4192-b07b-cba9025ef1be 2018-08-24 07:21:32,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.330651044846s 2018-08-24 07:21:32,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-d04f8aa0-a1b5-4192-b07b-cba9025ef1be 2018-08-24 07:21:32,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 07:21:32,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/be34a9a3-b006-40d8-9f55-e5ad8bd31305.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:34,868 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-19204b9f-cde8-473b-8668-e698c22388ce Date: Fri, 24 Aug 2018 07:21:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:21:34,868 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/be34a9a3-b006-40d8-9f55-e5ad8bd31305.json used request id req-19204b9f-cde8-473b-8668-e698c22388ce 2018-08-24 07:21:34,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.40744304657s 2018-08-24 07:21:34,868 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/be34a9a3-b006-40d8-9f55-e5ad8bd31305.json used request id req-19204b9f-cde8-473b-8668-e698c22388ce 2018-08-24 07:21:34,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:21:34,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:34,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-2891bc0c-a580-48f0-b599-a6f20b12cdd5 Date: Fri, 24 Aug 2018 07:21:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T07:21:34Z","tenant_id":"65c3367266ab4715998c570a7441a7cf","created_at":"2018-08-24T07:20:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"65c3367266ab4715998c570a7441a7cf","id":"72f715b8-96ff-4a41-9bb9-1ed458aca2c4","name":"singlevm2-net_3424600d-637d-43a1-80f0-a2772cc4587c"}]} 2018-08-24 07:21:34,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2891bc0c-a580-48f0-b599-a6f20b12cdd5 2018-08-24 07:21:34,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.125795841217s 2018-08-24 07:21:34,995 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2891bc0c-a580-48f0-b599-a6f20b12cdd5 2018-08-24 07:21:34,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 07:21:34,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/72f715b8-96ff-4a41-9bb9-1ed458aca2c4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:37,092 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6de36bf8-1a2d-4b3e-9df8-312113dca3e6 Date: Fri, 24 Aug 2018 07:21:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:21:37,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/72f715b8-96ff-4a41-9bb9-1ed458aca2c4.json used request id req-6de36bf8-1a2d-4b3e-9df8-312113dca3e6 2018-08-24 07:21:37,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.09650802612s 2018-08-24 07:21:37,093 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/72f715b8-96ff-4a41-9bb9-1ed458aca2c4.json used request id req-6de36bf8-1a2d-4b3e-9df8-312113dca3e6 2018-08-24 07:21:37,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:21:37,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:37,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-57117acf-0935-40b7-af88-e9b5bc53a90d Date: Fri, 24 Aug 2018 07:21:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:20:57Z", "file": "/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec/file", "owner": "65c3367266ab4715998c570a7441a7cf", "id": "928d662a-1182-4ff7-9e68-223b6db5edec", "size": 12716032, "self": "/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/928d662a-1182-4ff7-9e68-223b6db5edec/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/928d662a-1182-4ff7-9e68-223b6db5edec/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_3424600d-637d-43a1-80f0-a2772cc4587c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3424600d-637d-43a1-80f0-a2772cc4587c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:20:56Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:21:37,899 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-57117acf-0935-40b7-af88-e9b5bc53a90d 2018-08-24 07:21:37,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.80158495903s 2018-08-24 07:21:37,899 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-57117acf-0935-40b7-af88-e9b5bc53a90d 2018-08-24 07:21:37,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-24 07:21:37,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55ac751fb0e50a418da1c5b9f187dae46d4b25fb" 2018-08-24 07:21:39,105 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3ff67cf2-1740-478e-81a6-f042c1dcc3c8 Date: Fri, 24 Aug 2018 07:21:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 07:21:39,106 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec used request id req-3ff67cf2-1740-478e-81a6-f042c1dcc3c8 2018-08-24 07:21:39,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.205067873s 2018-08-24 07:21:39,106 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/928d662a-1182-4ff7-9e68-223b6db5edec used request id req-3ff67cf2-1740-478e-81a6-f042c1dcc3c8 2018-08-24 07:21:39,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-24 07:21:39,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:21:39,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21: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-eec9a422-e6a5-494d-b48c-1e9b037d126b x-compute-request-id: req-eec9a422-e6a5-494d-b48c-1e9b037d126b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_3424600d-637d-43a1-80f0-a2772cc4587c", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da", "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": "2b7cd0ab-abba-42bd-8964-0d6510e6c7da"}]} 2018-08-24 07:21:39,131 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-eec9a422-e6a5-494d-b48c-1e9b037d126b 2018-08-24 07:21:39,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0244178771973s 2018-08-24 07:21:39,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-eec9a422-e6a5-494d-b48c-1e9b037d126b 2018-08-24 07:21:39,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-24 07:21:39,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:21:39,171 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:21: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-8391d471-350f-4f41-a2f2-7a210001ae56 x-compute-request-id: req-8391d471-350f-4f41-a2f2-7a210001ae56 Content-Length: 0 Content-Type: application/json 2018-08-24 07:21:39,171 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da used request id req-8391d471-350f-4f41-a2f2-7a210001ae56 2018-08-24 07:21:39,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0380599498749s 2018-08-24 07:21:39,171 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/2b7cd0ab-abba-42bd-8964-0d6510e6c7da used request id req-8391d471-350f-4f41-a2f2-7a210001ae56 2018-08-24 07:21:39,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:21:39,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:21:39,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b740717-0a68-4af5-ae91-5e5f361a5137 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/010fedb1b6b8493f87dee25ef9e427d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "010fedb1b6b8493f87dee25ef9e427d8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1c574d1430e149ccae73be8a19add554"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c574d1430e149ccae73be8a19add554", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/1e69033bcc3b4dc18ac5e9feda7879ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e69033bcc3b4dc18ac5e9feda7879ab", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/482ab629ea2b464ca0f38b4817a2e953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482ab629ea2b464ca0f38b4817a2e953", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/4b242962093549a8b2b26446bb2d45c9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b242962093549a8b2b26446bb2d45c9", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/6011f0ce70f84033bace68ed428db135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6011f0ce70f84033bace68ed428db135", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/61c5b84e120f428893b9833b7ea07536"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61c5b84e120f428893b9833b7ea07536", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/701e061a00164d34a6345f77f2a06583"}, "domain_id": "94c6fafca7294cf988c0529d5357c147", "enabled": true, "options": {}, "id": "701e061a00164d34a6345f77f2a06583", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/89da8566b3114ac68854ec081c56b8b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "89da8566b3114ac68854ec081c56b8b7", "email": "heat@localhost", "password_expires_at": null}, {"name": "singlevm2-user_3424600d-637d-43a1-80f0-a2772cc4587c", "links": {"self": "http://172.30.9.25:5000/v3/users/a60e659450964793bd67b274e45f2f8d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a60e659450964793bd67b274e45f2f8d", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/a87a98e4b1944968a60b64423b1736b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a87a98e4b1944968a60b64423b1736b5", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/b60376ba118042ea80808ded4be6bd9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b60376ba118042ea80808ded4be6bd9b", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/d11850cf6b12475c95aade9c2bb12caa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11850cf6b12475c95aade9c2bb12caa", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/d25e4970964144ed8e2798dfa2955cc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25e4970964144ed8e2798dfa2955cc1", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/e2697db3ddde49c0a1cd64cdfc8e1924"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2697db3ddde49c0a1cd64cdfc8e1924", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-08-24 07:21:39,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-6b740717-0a68-4af5-ae91-5e5f361a5137 2018-08-24 07:21:39,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.225606918335s 2018-08-24 07:21:39,398 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-6b740717-0a68-4af5-ae91-5e5f361a5137 2018-08-24 07:21:39,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:21:39,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/a60e659450964793bd67b274e45f2f8d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:21:39,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15a30fb8-61b8-4cc1-b792-9d0c1d25c7c6 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_3424600d-637d-43a1-80f0-a2772cc4587c", "links": {"self": "http://172.30.9.25:5000/v3/users/a60e659450964793bd67b274e45f2f8d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "a60e659450964793bd67b274e45f2f8d", "description": null}} 2018-08-24 07:21:39,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/a60e659450964793bd67b274e45f2f8d used request id req-15a30fb8-61b8-4cc1-b792-9d0c1d25c7c6 2018-08-24 07:21:39,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218077898026s 2018-08-24 07:21:39,622 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/a60e659450964793bd67b274e45f2f8d used request id req-15a30fb8-61b8-4cc1-b792-9d0c1d25c7c6 2018-08-24 07:21:39,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-24 07:21:39,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/a60e659450964793bd67b274e45f2f8d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:21:40,026 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:21:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c20150ae-e205-4f36-bcae-249c71bba56a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:21:40,026 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/a60e659450964793bd67b274e45f2f8d used request id req-c20150ae-e205-4f36-bcae-249c71bba56a 2018-08-24 07:21:40,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.403508901596s 2018-08-24 07:21:40,027 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/a60e659450964793bd67b274e45f2f8d used request id req-c20150ae-e205-4f36-bcae-249c71bba56a 2018-08-24 07:21:40,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 07:21:40,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:21:40,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-038457fe-f66c-4d22-b543-2c17d873c94a Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/493fee6f873c403e9884bdf9d51cf413"}, "tags": [], "enabled": true, "id": "493fee6f873c403e9884bdf9d51cf413", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.25:5000/v3/projects/65c3367266ab4715998c570a7441a7cf"}, "tags": [], "enabled": true, "id": "65c3367266ab4715998c570a7441a7cf", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_3424600d-637d-43a1-80f0-a2772cc4587c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1"}, "tags": [], "enabled": true, "id": "bd5da89061c541f69dcf67747600a6b1", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-24 07:21:40,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-038457fe-f66c-4d22-b543-2c17d873c94a 2018-08-24 07:21:40,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190685987473s 2018-08-24 07:21:40,224 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-038457fe-f66c-4d22-b543-2c17d873c94a 2018-08-24 07:21:40,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-24 07:21:40,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/65c3367266ab4715998c570a7441a7cf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1eaa4d29cdd56ad3f5bcab31af623495dcd07c13" 2018-08-24 07:21:40,584 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:21:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17299bfa-0d97-499c-85c9-d074ba50aab0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:21:40,584 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/65c3367266ab4715998c570a7441a7cf used request id req-17299bfa-0d97-499c-85c9-d074ba50aab0 2018-08-24 07:21:40,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.35641002655s 2018-08-24 07:21:40,585 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/65c3367266ab4715998c570a7441a7cf used request id req-17299bfa-0d97-499c-85c9-d074ba50aab0 2018-08-24 07:21:40,638 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-24 07:21:40,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:21:40,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:21:40,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:21:40,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:21:40,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:21:40,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:21:40,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:21:40,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:21:40,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:21:40,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:21:40,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:21:40,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:21:40,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:21:40,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:21:40,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:21:40,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:21:40,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:21:40,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:21:40,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:21:40,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:21:40,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:21:40,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:21:40,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:21:40,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-651fadde-dc72-49c6-9ed7-4c8cf9aeab65 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:21:40,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-651fadde-dc72-49c6-9ed7-4c8cf9aeab65 2018-08-24 07:21:40,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:21:41,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a1f48ea4d65470f94da6aee8f8075d6", "name": "admin"}, {"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:21:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "493fee6f873c403e9884bdf9d51cf413", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25e4970964144ed8e2798dfa2955cc1"}, "audit_ids": ["iuj0hDLQTc2DcQk92trIWw"], "issued_at": "2018-08-24T07:21:41.000000Z"}} 2018-08-24 07:21:41,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:21:41,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:21:41,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-21fd7ea7-bb44-40a6-89b9-e32e2bff3172 Date: Fri, 24 Aug 2018 07:21:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"}]} 2018-08-24 07:21:41,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-21fd7ea7-bb44-40a6-89b9-e32e2bff3172 2018-08-24 07:21:41,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343182086945s 2018-08-24 07:21:41,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-21fd7ea7-bb44-40a6-89b9-e32e2bff3172 2018-08-24 07:21:41,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:21:41,467 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 24 Aug 2018 07:21:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e81b8fe5-e51f-41db-9772-a656f3849ecf 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.25:5000/v3/", "rel": "self"}]}]}} 2018-08-24 07:21:41,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-e81b8fe5-e51f-41db-9772-a656f3849ecf 2018-08-24 07:21:41,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 07:21:41,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:21:41,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f638302-05f5-4028-8390-4eca716309dc Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/94c6fafca7294cf988c0529d5357c147"}, "tags": [], "enabled": true, "id": "94c6fafca7294cf988c0529d5357c147", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-08-24 07:21:41,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-2f638302-05f5-4028-8390-4eca716309dc 2018-08-24 07:21:41,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.194848060608s 2018-08-24 07:21:41,664 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-2f638302-05f5-4028-8390-4eca716309dc 2018-08-24 07:21:41,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-24 07:21:41,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}}' 2018-08-24 07:21:42,009 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 07:21:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8aa8ff2-b579-4cd0-85dd-99618cbce4de 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.25:5000/v3/projects/6152ee26973747fe9c3bb027fc106d66"}, "tags": [], "enabled": true, "id": "6152ee26973747fe9c3bb027fc106d66", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}} 2018-08-24 07:21:42,009 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-f8aa8ff2-b579-4cd0-85dd-99618cbce4de 2018-08-24 07:21:42,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.338676929474s 2018-08-24 07:21:42,009 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-f8aa8ff2-b579-4cd0-85dd-99618cbce4de 2018-08-24 07:21:42,010 - 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'6152ee26973747fe9c3bb027fc106d66', '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_51164c2c-9bfe-4642-9cd6-46bada4e50c3'}) 2018-08-24 07:21:42,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-24 07:21:42,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d3ce5431-e267-430e-b958-465758a64426", "email": null, "name": "vping_ssh-user_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}}' 2018-08-24 07:21:42,507 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 07:21:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ab43bcd-3b06-49a9-a3aa-adba9549f72e Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "links": {"self": "http://172.30.9.25:5000/v3/users/f90aa533185b4c4190a0df3625a7a5c4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f90aa533185b4c4190a0df3625a7a5c4", "domain_id": "default", "password_expires_at": null}} 2018-08-24 07:21:42,507 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-9ab43bcd-3b06-49a9-a3aa-adba9549f72e 2018-08-24 07:21:42,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.491273164749s 2018-08-24 07:21:42,508 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-9ab43bcd-3b06-49a9-a3aa-adba9549f72e 2018-08-24 07:21:42,508 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f90aa533185b4c4190a0df3625a7a5c4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_51164c2c-9bfe-4642-9cd6-46bada4e50c3'}) 2018-08-24 07:21:42,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:21:42,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:21:42,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84051203-3f92-4f40-b8d4-813ff5956cc3 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:21:42,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-84051203-3f92-4f40-b8d4-813ff5956cc3 2018-08-24 07:21:42,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201310873032s 2018-08-24 07:21:42,714 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-84051203-3f92-4f40-b8d4-813ff5956cc3 2018-08-24 07:21:42,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:21:42,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:21:42,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62440981-aecd-45f1-a4df-8357c078bf0f Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:21:42,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-62440981-aecd-45f1-a4df-8357c078bf0f 2018-08-24 07:21:42,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198822021484s 2018-08-24 07:21:42,918 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-62440981-aecd-45f1-a4df-8357c078bf0f 2018-08-24 07:21:42,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:21:42,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:21:43,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c75c4fb-a682-460b-b157-9b57287aec99 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:21:43,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-5c75c4fb-a682-460b-b157-9b57287aec99 2018-08-24 07:21:43,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.122828960419s 2018-08-24 07:21:43,046 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-5c75c4fb-a682-460b-b157-9b57287aec99 2018-08-24 07:21:43,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 07:21:43,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:21:43,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96510726-4c6e-4ad0-84da-1d97a4cf31b7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-24 07:21:43,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-96510726-4c6e-4ad0-84da-1d97a4cf31b7 2018-08-24 07:21:43,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108685016632s 2018-08-24 07:21:43,159 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-96510726-4c6e-4ad0-84da-1d97a4cf31b7 2018-08-24 07:21:43,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:21:43,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:21:43,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-646f9647-8fb2-4739-82cf-967c8eb76166 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/010fedb1b6b8493f87dee25ef9e427d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "010fedb1b6b8493f87dee25ef9e427d8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1c574d1430e149ccae73be8a19add554"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c574d1430e149ccae73be8a19add554", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/1e69033bcc3b4dc18ac5e9feda7879ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e69033bcc3b4dc18ac5e9feda7879ab", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/482ab629ea2b464ca0f38b4817a2e953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482ab629ea2b464ca0f38b4817a2e953", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/4b242962093549a8b2b26446bb2d45c9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b242962093549a8b2b26446bb2d45c9", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/6011f0ce70f84033bace68ed428db135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6011f0ce70f84033bace68ed428db135", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/61c5b84e120f428893b9833b7ea07536"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61c5b84e120f428893b9833b7ea07536", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/701e061a00164d34a6345f77f2a06583"}, "domain_id": "94c6fafca7294cf988c0529d5357c147", "enabled": true, "options": {}, "id": "701e061a00164d34a6345f77f2a06583", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/89da8566b3114ac68854ec081c56b8b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "89da8566b3114ac68854ec081c56b8b7", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/a87a98e4b1944968a60b64423b1736b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a87a98e4b1944968a60b64423b1736b5", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/b60376ba118042ea80808ded4be6bd9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b60376ba118042ea80808ded4be6bd9b", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/d11850cf6b12475c95aade9c2bb12caa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11850cf6b12475c95aade9c2bb12caa", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/d25e4970964144ed8e2798dfa2955cc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25e4970964144ed8e2798dfa2955cc1", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/e2697db3ddde49c0a1cd64cdfc8e1924"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2697db3ddde49c0a1cd64cdfc8e1924", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "links": {"self": "http://172.30.9.25:5000/v3/users/f90aa533185b4c4190a0df3625a7a5c4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f90aa533185b4c4190a0df3625a7a5c4", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-08-24 07:21:43,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-646f9647-8fb2-4739-82cf-967c8eb76166 2018-08-24 07:21:43,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20845413208s 2018-08-24 07:21:43,369 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-646f9647-8fb2-4739-82cf-967c8eb76166 2018-08-24 07:21:43,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 07:21:43,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:21:43,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6640902a-407c-45f8-aa78-0b61fff9ed36 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/493fee6f873c403e9884bdf9d51cf413"}, "tags": [], "enabled": true, "id": "493fee6f873c403e9884bdf9d51cf413", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1"}, "tags": [], "enabled": true, "id": "bd5da89061c541f69dcf67747600a6b1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.25:5000/v3/projects/6152ee26973747fe9c3bb027fc106d66"}, "tags": [], "enabled": true, "id": "6152ee26973747fe9c3bb027fc106d66", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}]} 2018-08-24 07:21:43,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-6640902a-407c-45f8-aa78-0b61fff9ed36 2018-08-24 07:21:43,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.200253009796s 2018-08-24 07:21:43,582 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-6640902a-407c-45f8-aa78-0b61fff9ed36 2018-08-24 07:21:43,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-24 07:21:43,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=f90aa533185b4c4190a0df3625a7a5c4&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=6152ee26973747fe9c3bb027fc106d66" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:21:43,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbb6b436-78fd-4a32-b245-77aa7286d98a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=f90aa533185b4c4190a0df3625a7a5c4&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=6152ee26973747fe9c3bb027fc106d66", "previous": null, "next": null}} 2018-08-24 07:21:43,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=f90aa533185b4c4190a0df3625a7a5c4&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=6152ee26973747fe9c3bb027fc106d66 used request id req-fbb6b436-78fd-4a32-b245-77aa7286d98a 2018-08-24 07:21:43,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.192932844162s 2018-08-24 07:21:43,782 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=f90aa533185b4c4190a0df3625a7a5c4&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=6152ee26973747fe9c3bb027fc106d66 used request id req-fbb6b436-78fd-4a32-b245-77aa7286d98a 2018-08-24 07:21:43,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-24 07:21:43,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/6152ee26973747fe9c3bb027fc106d66/users/f90aa533185b4c4190a0df3625a7a5c4/roles/c4142aa70fd34e02a9ab8aac78c7a79f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:21:43,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:21:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-151b3bdb-1113-4911-8db1-711ac006f123 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:21:43,936 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/6152ee26973747fe9c3bb027fc106d66/users/f90aa533185b4c4190a0df3625a7a5c4/roles/c4142aa70fd34e02a9ab8aac78c7a79f used request id req-151b3bdb-1113-4911-8db1-711ac006f123 2018-08-24 07:21:43,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.150442123413s 2018-08-24 07:21:43,937 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/6152ee26973747fe9c3bb027fc106d66/users/f90aa533185b4c4190a0df3625a7a5c4/roles/c4142aa70fd34e02a9ab8aac78c7a79f used request id req-151b3bdb-1113-4911-8db1-711ac006f123 2018-08-24 07:21:43,937 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 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'6152ee26973747fe9c3bb027fc106d66', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd3ce5431-e267-430e-b958-465758a64426', 'username': u'vping_ssh-user_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-24 07:21:43,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:21:43,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:21:43,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:21:43,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:21:43,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:21:43,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:21:43,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:21:43,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:21:43,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:21:43,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:21:43,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:21:43,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:21:43,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:21:43,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:21:43,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:21:43,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:21:43,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:21:43,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:21:43,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:21:43,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:21:43,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:21:43,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:21:43,942 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 'password': 'd3ce5431-e267-430e-b958-465758a64426', 'project_name': 'vping_ssh-project_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '6152ee26973747fe9c3bb027fc106d66', 'project_domain_name': 'Default'} 2018-08-24 07:21:43,943 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-24 07:21:43,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:21:43,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-007e00c2-67ae-4882-a211-a793c90ea8ad Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:21:43,952 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-007e00c2-67ae-4882-a211-a793c90ea8ad 2018-08-24 07:21:43,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:21:44,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:21:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6152ee26973747fe9c3bb027fc106d66", "name": "vping_ssh-project_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_6152ee26973747fe9c3bb027fc106d66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_6152ee26973747fe9c3bb027fc106d66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/6152ee26973747fe9c3bb027fc106d66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/6152ee26973747fe9c3bb027fc106d66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/6152ee26973747fe9c3bb027fc106d66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/6152ee26973747fe9c3bb027fc106d66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/6152ee26973747fe9c3bb027fc106d66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/6152ee26973747fe9c3bb027fc106d66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/6152ee26973747fe9c3bb027fc106d66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/6152ee26973747fe9c3bb027fc106d66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/6152ee26973747fe9c3bb027fc106d66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6152ee26973747fe9c3bb027fc106d66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/6152ee26973747fe9c3bb027fc106d66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/6152ee26973747fe9c3bb027fc106d66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "id": "f90aa533185b4c4190a0df3625a7a5c4"}, "audit_ids": ["YoEXWj2XSHqBIRPbb1VGhg"], "issued_at": "2018-08-24T07:21:44.000000Z"}} 2018-08-24 07:21:44,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 07:21:44,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '{"network": {"name": "vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "admin_state_up": true}}' 2018-08-24 07:21:45,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-f272c93d-3ea8-43b6-a42a-3843b23ce04d Date: Fri, 24 Aug 2018 07:21:45 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"6152ee26973747fe9c3bb027fc106d66","created_at":"2018-08-24T07:21:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-24T07:21:45Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"6152ee26973747fe9c3bb027fc106d66","id":"d1a90240-bdf3-4597-89aa-2ca830e1dc1c","name":"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}} 2018-08-24 07:21:45,823 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f272c93d-3ea8-43b6-a42a-3843b23ce04d 2018-08-24 07:21:45,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.46901988983s 2018-08-24 07:21:45,823 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f272c93d-3ea8-43b6-a42a-3843b23ce04d 2018-08-24 07:21:45,824 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:21:45Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd1a90240-bdf3-4597-89aa-2ca830e1dc1c', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3', u'admin_state_up': True, u'tenant_id': u'6152ee26973747fe9c3bb027fc106d66', u'created_at': u'2018-08-24T07:21:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6152ee26973747fe9c3bb027fc106d66'}) 2018-08-24 07:21:45,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:21:45,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:21:46,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-c0246fc1-5cab-4118-b72e-a2ccfd350a2a Date: Fri, 24 Aug 2018 07:21:46 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":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T07:21:45Z","tenant_id":"6152ee26973747fe9c3bb027fc106d66","created_at":"2018-08-24T07:21:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"6152ee26973747fe9c3bb027fc106d66","id":"d1a90240-bdf3-4597-89aa-2ca830e1dc1c","name":"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}]} 2018-08-24 07:21:46,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-c0246fc1-5cab-4118-b72e-a2ccfd350a2a 2018-08-24 07:21:46,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.283318042755s 2018-08-24 07:21:46,108 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-c0246fc1-5cab-4118-b72e-a2ccfd350a2a 2018-08-24 07:21:46,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 07:21:46,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '{"subnet": {"name": "vping_ssh-subnet_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "enable_dhcp": true, "network_id": "d1a90240-bdf3-4597-89aa-2ca830e1dc1c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 07:21:47,207 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-b4b8ec84-fb84-463e-9e55-97475786ad01 Date: Fri, 24 Aug 2018 07:21:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1a90240-bdf3-4597-89aa-2ca830e1dc1c","tenant_id":"6152ee26973747fe9c3bb027fc106d66","created_at":"2018-08-24T07:21:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:21:46Z","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":"6152ee26973747fe9c3bb027fc106d66","id":"f885f7b4-1f9c-48fb-9dbb-952f9ef34624","subnetpool_id":null,"name":"vping_ssh-subnet_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}} 2018-08-24 07:21:47,207 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b4b8ec84-fb84-463e-9e55-97475786ad01 2018-08-24 07:21:47,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.09747481346s 2018-08-24 07:21:47,208 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b4b8ec84-fb84-463e-9e55-97475786ad01 2018-08-24 07:21:47,208 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:21:46Z', 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'f885f7b4-1f9c-48fb-9dbb-952f9ef34624', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_51164c2c-9bfe-4642-9cd6-46bada4e50c3', u'enable_dhcp': True, u'network_id': u'd1a90240-bdf3-4597-89aa-2ca830e1dc1c', u'tenant_id': u'6152ee26973747fe9c3bb027fc106d66', u'created_at': u'2018-08-24T07:21:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'6152ee26973747fe9c3bb027fc106d66'}) 2018-08-24 07:21:47,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 07:21:47,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '{"router": {"external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a"}, "name": "vping_ssh-router_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "admin_state_up": true}}' 2018-08-24 07:21:48,613 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-3c7f0a22-293a-4532-ae55-8551da2d151b Date: Fri, 24 Aug 2018 07:21:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "created_at": "2018-08-24T07:21:47Z", "admin_state_up": true, "updated_at": "2018-08-24T07:21:48Z", "revision_number": 2, "routes": [], "project_id": "6152ee26973747fe9c3bb027fc106d66", "id": "0b2802b0-6384-4728-9df8-7d18cb5b93f8", "name": "vping_ssh-router_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}} 2018-08-24 07:21:48,613 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-3c7f0a22-293a-4532-ae55-8551da2d151b 2018-08-24 07:21:48,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.40445685387s 2018-08-24 07:21:48,614 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-3c7f0a22-293a-4532-ae55-8551da2d151b 2018-08-24 07:21:48,614 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'34d0d019-cdc4-4539-b3ce-9c3b1fff8757', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6152ee26973747fe9c3bb027fc106d66', u'created_at': u'2018-08-24T07:21:47Z', u'admin_state_up': True, u'updated_at': u'2018-08-24T07:21:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'6152ee26973747fe9c3bb027fc106d66', u'id': u'0b2802b0-6384-4728-9df8-7d18cb5b93f8', u'name': u'vping_ssh-router_51164c2c-9bfe-4642-9cd6-46bada4e50c3'}) 2018-08-24 07:21:48,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 07:21:48,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/0b2802b0-6384-4728-9df8-7d18cb5b93f8/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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '{"subnet_id": "f885f7b4-1f9c-48fb-9dbb-952f9ef34624"}' 2018-08-24 07:21:51,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b00235fe-a262-4eb5-b8b6-ffcd58efcf70 Date: Fri, 24 Aug 2018 07:21:51 GMT RESP BODY: {"network_id": "d1a90240-bdf3-4597-89aa-2ca830e1dc1c", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "subnet_id": "f885f7b4-1f9c-48fb-9dbb-952f9ef34624", "subnet_ids": ["f885f7b4-1f9c-48fb-9dbb-952f9ef34624"], "port_id": "1fbe1c8c-7944-4063-a246-4e68f8f81c56", "id": "0b2802b0-6384-4728-9df8-7d18cb5b93f8"} 2018-08-24 07:21:51,130 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/0b2802b0-6384-4728-9df8-7d18cb5b93f8/add_router_interface.json used request id req-b00235fe-a262-4eb5-b8b6-ffcd58efcf70 2018-08-24 07:21:51,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.51509094238s 2018-08-24 07:21:51,130 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/0b2802b0-6384-4728-9df8-7d18cb5b93f8/add_router_interface.json used request id req-b00235fe-a262-4eb5-b8b6-ffcd58efcf70 returning object 0b2802b0-6384-4728-9df8-7d18cb5b93f8 2018-08-24 07:21:51,130 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-24 07:21:51,270 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-24 07:21:51,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:21:51,277 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 24 Aug 2018 07:21:51 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-08-24 07:21:51,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:21:51,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:21:51,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5986a5ad-c1bb-487a-ad4e-789246c68e1c Date: Fri, 24 Aug 2018 07:21:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:21:51,589 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5986a5ad-c1bb-487a-ad4e-789246c68e1c 2018-08-24 07:21:51,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.306802988052s 2018-08-24 07:21:51,589 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5986a5ad-c1bb-487a-ad4e-789246c68e1c 2018-08-24 07:21:51,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-24 07:21:51,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}' 2018-08-24 07:21:51,960 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-50142f9e-d7c7-4aea-aa56-9356e746fd26 Date: Fri, 24 Aug 2018 07:21:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:21:51Z", "file": "/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/file", "owner": "6152ee26973747fe9c3bb027fc106d66", "id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "size": null, "self": "/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "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_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "checksum": null, "created_at": "2018-08-24T07:21:51Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-24 07:21:51,960 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-50142f9e-d7c7-4aea-aa56-9356e746fd26 2018-08-24 07:21:51,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.362095117569s 2018-08-24 07:21:51,961 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-50142f9e-d7c7-4aea-aa56-9356e746fd26 returning object 8611a8c9-27a7-49ed-9ae0-59c75f4c85eb 2018-08-24 07:21:51,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-24 07:21:51,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '' 2018-08-24 07:21:52,874 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee80862a-4a89-4663-b4c9-132bef9f5fba Date: Fri, 24 Aug 2018 07:21:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 07:21:52,874 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/file used request id req-ee80862a-4a89-4663-b4c9-132bef9f5fba 2018-08-24 07:21:52,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.912124872208s 2018-08-24 07:21:52,874 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/file used request id req-ee80862a-4a89-4663-b4c9-132bef9f5fba 2018-08-24 07:21:52,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:21:52,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:21:53,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-adbc3630-2203-4703-8424-68043018e841 Date: Fri, 24 Aug 2018 07:21:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:21:52Z", "file": "/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/file", "owner": "6152ee26973747fe9c3bb027fc106d66", "id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "size": 12716032, "self": "/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:21:51Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:21:53,209 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-adbc3630-2203-4703-8424-68043018e841 2018-08-24 07:21:53,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.330441951752s 2018-08-24 07:21:53,209 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-adbc3630-2203-4703-8424-68043018e841 2018-08-24 07:21:53,212 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/file', 'owner': u'6152ee26973747fe9c3bb027fc106d66', 'id': u'8611a8c9-27a7-49ed-9ae0-59c75f4c85eb', 'size': 12716032, u'self': u'/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6152ee26973747fe9c3bb027fc106d66', 'name': 'vping_ssh-project_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-24T07:21:52Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-24T07:21:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_51164c2c-9bfe-4642-9cd6-46bada4e50c3', '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/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb', 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_51164c2c-9bfe-4642-9cd6-46bada4e50c3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 'created': u'2018-08-24T07:21:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-24T07:21:51Z', 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/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb', 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_51164c2c-9bfe-4642-9cd6-46bada4e50c3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-24 07:21:53,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-24 07:21:53,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-24 07:21:53,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21: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-3eb0a8da-7cdc-4b23-b201-26b2311c3026 x-compute-request-id: req-3eb0a8da-7cdc-4b23-b201-26b2311c3026 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "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": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf"}} 2018-08-24 07:21:53,533 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-3eb0a8da-7cdc-4b23-b201-26b2311c3026 2018-08-24 07:21:53,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.321054935455s 2018-08-24 07:21:53,534 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-3eb0a8da-7cdc-4b23-b201-26b2311c3026 2018-08-24 07:21:53,535 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_51164c2c-9bfe-4642-9cd6-46bada4e50c3', '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'493fee6f873c403e9884bdf9d51cf413', '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'68d9016d-6c5f-40ab-b77c-220fa5f9d1bf', 'swap': 0}) 2018-08-24 07:21:53,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-24 07:21:53,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf/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}28f22e170153185f807569ec87fcce41bd05a6af" -d '{"extra_specs": {}}' 2018-08-24 07:21:53,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7350ac1a-48bc-44d6-8cdd-19498f4bc484 x-compute-request-id: req-7350ac1a-48bc-44d6-8cdd-19498f4bc484 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-24 07:21:53,667 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf/os-extra_specs used request id req-7350ac1a-48bc-44d6-8cdd-19498f4bc484 2018-08-24 07:21:53,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.131242990494s 2018-08-24 07:21:53,667 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf/os-extra_specs used request id req-7350ac1a-48bc-44d6-8cdd-19498f4bc484 2018-08-24 07:21:53,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-24 07:21:53,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '{"keypair": {"name": "vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}}' 2018-08-24 07:21:54,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21: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-726929e4-6e6b-4197-970d-84025849a42c x-compute-request-id: req-726929e4-6e6b-4197-970d-84025849a42c Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjBtCHIYwwGuD6aIMq2FKz7XMwCyLVke6N6ziQocnTSGYnplQY8ReoGn2H1FHiIThbkyt7ydYu/d22BYMPMo+d8iZ0DHBdwJ1it1+VSPdblEc9+YrPp+M1ArGH4mt8mS7LgGw+6X5R4QmF+Lx2cYM0eHT4BDaOzxrSllyejiYbY64Ck2D2d7CgB2YyIjTNV1eopV3WWN4dWurZnjIhQMDrHwNJ5nzeu4Wdw/xY/U8oCo2UfiJhqRL7g9sS75UCg5Oo8a1AoofAHjOLXPPOkmkxzaFCHqifKPk0wt8ucncaHBnfhA+m9yvhCeJrlU8xBWmX1iuFizMz9RbgYxZSOqE/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4wbQhyGMMBrg+miDKthSs+1zMAsi1ZHujes4kKHJ00hmJ6ZU\nGPEXqBp9h9RR4iE4W5Mre8nWLv3dtgWDDzKPnfImdAxwXcCdYrdflUj3W5RHPfmK\nz6fjNQKxh+JrfJkuy4BsPul+UeEJhfi8dnGDNHh0+AQ2js8a0pZcno4mG2OuApNg\n9newoAdmMiI0zVdXqKVd1ljeHVrq2Z4yIUDA6x8DSeZ83ruFncP8WP1PKAqNlH4i\nYakS+4PbEu+VAoOTqPGtQKKHwB4zi1zzzpJpMc2hQh6onyj5NMLfLnJ3GhwZ34QP\npvcr4Qnia5VPMQVpl9YrhYszM/UW4GMWUjqhPwIDAQABAoIBAQCBVQWApfzt/rIC\nFX3774aV2ATR7tYmYt9K3CC6TGDky47esaOhHd/DNWwj8DHBp/kqOhoAiEhLNvaS\nVmuGQeCNM0DyxY9R6YP/k8WRDyNTeZJoXPvWNqd6MJGgfr2LGt0Ms5l28Z+z14aM\nWtpKg3oibyj7jbLjAlsecuhKr2JIIRs8ANbDMSFKnSj7mYt4wM7ZLX82O8sdbgA1\nWNnwlP8lKZCf0fSyBfumPKB/cLoITV27p6FMxgYcNDV+akpQMK0cEyntMf1AfQBD\nVFCcL3dPVxk1WMk2TkgwFuaJgVRlwGQpawGAagfhuCK/ZJILXeg4pAyUW/QliY4X\nTbT20JO5AoGBAPs6gKVkZKxOcMHRt756uHxtvJkwcC+ynLKXy69q4prqnIxioI9K\nZoucdUq5RkNLk+jLYOiIyc+eGhQAhFZlFp8Axgf3OIfis9vh25PWPiC5PVfosVmZ\nNc3VQO1IkZh076vx+nqxeo6enBkR7dmc3Zgor95b+VB9eo83cpQK07hTAoGBAOdW\no9h1T4Ls0vppN2fcEFw92TUTGp/GrcCKjWfKGihtn9x22DAMu7xB/i7EflnLuSJa\nzkURrAQU4uDXr0sv5QKOs8uEnddIaiNwLaH79nwqfSb1kGXsqJINOZZXuvA3/lvh\nyl9ndt3BsQ5Fga6WP0j3NT2vBxYGqF0StSP8qmXlAoGBAOeVGhlb3eFnvVEs/O+9\nOGqazYt4tzGAuCl4++2L3a9oLT7Le64aq0RuyUBEYZyPAp1JPN+dmEqmNuvRPixV\nqvCPSfz1y0qXk6xRGpPAniyUFRQAD9vD+3Dt75fLmUqsIHKj8H1BNPRbCRGjEVnT\n3ADzIIscxUmJIXz7Y8dL47a5AoGAcuet6k4aeEV5ZbftNUExPx/ZS2t5xfLBSumG\n4w6Xf40z4iWFrBgnB5Mf1crzl1aBVncUDWqBrmVRa6y1/PqFHYgT9fqhC9WEIqYN\nhG/KNlJEZ52BY57w+9plyC87QyYMyUaVZl3VxL/4WcZca4NlW7CuWT0en+oeplws\nbPuLB6ECgYApSV1y5rYPdqxN0BNCkKfzxq2wKEWNdAHKkZpFMIjoAcGm+u1pPrKo\nFfp8S1ekP1a+Jmz7109+ong7SMlgIo3e4AC7qLwEs1QCSNN0nkWGEAR12x4PoSjJ\nUOofDNW/KtyzcvUQP6pfOc6fPA6VAAT/zly90Idm6tL/e4o/wREHAw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "name": "vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "fingerprint": "d1:72:b8:bc:e7:02:94:ee:40:f7:65:bd:46:49:77:01"}} 2018-08-24 07:21:54,120 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-726929e4-6e6b-4197-970d-84025849a42c 2018-08-24 07:21:54,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.452925920486s 2018-08-24 07:21:54,121 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-726929e4-6e6b-4197-970d-84025849a42c 2018-08-24 07:21:54,122 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjBtCHIYwwGuD6aIMq2FKz7XMwCyLVke6N6ziQocnTSGYnplQY8ReoGn2H1FHiIThbkyt7ydYu/d22BYMPMo+d8iZ0DHBdwJ1it1+VSPdblEc9+YrPp+M1ArGH4mt8mS7LgGw+6X5R4QmF+Lx2cYM0eHT4BDaOzxrSllyejiYbY64Ck2D2d7CgB2YyIjTNV1eopV3WWN4dWurZnjIhQMDrHwNJ5nzeu4Wdw/xY/U8oCo2UfiJhqRL7g9sS75UCg5Oo8a1AoofAHjOLXPPOkmkxzaFCHqifKPk0wt8ucncaHBnfhA+m9yvhCeJrlU8xBWmX1iuFizMz9RbgYxZSOqE/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4wbQhyGMMBrg+miDKthSs+1zMAsi1ZHujes4kKHJ00hmJ6ZU\nGPEXqBp9h9RR4iE4W5Mre8nWLv3dtgWDDzKPnfImdAxwXcCdYrdflUj3W5RHPfmK\nz6fjNQKxh+JrfJkuy4BsPul+UeEJhfi8dnGDNHh0+AQ2js8a0pZcno4mG2OuApNg\n9newoAdmMiI0zVdXqKVd1ljeHVrq2Z4yIUDA6x8DSeZ83ruFncP8WP1PKAqNlH4i\nYakS+4PbEu+VAoOTqPGtQKKHwB4zi1zzzpJpMc2hQh6onyj5NMLfLnJ3GhwZ34QP\npvcr4Qnia5VPMQVpl9YrhYszM/UW4GMWUjqhPwIDAQABAoIBAQCBVQWApfzt/rIC\nFX3774aV2ATR7tYmYt9K3CC6TGDky47esaOhHd/DNWwj8DHBp/kqOhoAiEhLNvaS\nVmuGQeCNM0DyxY9R6YP/k8WRDyNTeZJoXPvWNqd6MJGgfr2LGt0Ms5l28Z+z14aM\nWtpKg3oibyj7jbLjAlsecuhKr2JIIRs8ANbDMSFKnSj7mYt4wM7ZLX82O8sdbgA1\nWNnwlP8lKZCf0fSyBfumPKB/cLoITV27p6FMxgYcNDV+akpQMK0cEyntMf1AfQBD\nVFCcL3dPVxk1WMk2TkgwFuaJgVRlwGQpawGAagfhuCK/ZJILXeg4pAyUW/QliY4X\nTbT20JO5AoGBAPs6gKVkZKxOcMHRt756uHxtvJkwcC+ynLKXy69q4prqnIxioI9K\nZoucdUq5RkNLk+jLYOiIyc+eGhQAhFZlFp8Axgf3OIfis9vh25PWPiC5PVfosVmZ\nNc3VQO1IkZh076vx+nqxeo6enBkR7dmc3Zgor95b+VB9eo83cpQK07hTAoGBAOdW\no9h1T4Ls0vppN2fcEFw92TUTGp/GrcCKjWfKGihtn9x22DAMu7xB/i7EflnLuSJa\nzkURrAQU4uDXr0sv5QKOs8uEnddIaiNwLaH79nwqfSb1kGXsqJINOZZXuvA3/lvh\nyl9ndt3BsQ5Fga6WP0j3NT2vBxYGqF0StSP8qmXlAoGBAOeVGhlb3eFnvVEs/O+9\nOGqazYt4tzGAuCl4++2L3a9oLT7Le64aq0RuyUBEYZyPAp1JPN+dmEqmNuvRPixV\nqvCPSfz1y0qXk6xRGpPAniyUFRQAD9vD+3Dt75fLmUqsIHKj8H1BNPRbCRGjEVnT\n3ADzIIscxUmJIXz7Y8dL47a5AoGAcuet6k4aeEV5ZbftNUExPx/ZS2t5xfLBSumG\n4w6Xf40z4iWFrBgnB5Mf1crzl1aBVncUDWqBrmVRa6y1/PqFHYgT9fqhC9WEIqYN\nhG/KNlJEZ52BY57w+9plyC87QyYMyUaVZl3VxL/4WcZca4NlW7CuWT0en+oeplws\nbPuLB6ECgYApSV1y5rYPdqxN0BNCkKfzxq2wKEWNdAHKkZpFMIjoAcGm+u1pPrKo\nFfp8S1ekP1a+Jmz7109+ong7SMlgIo3e4AC7qLwEs1QCSNN0nkWGEAR12x4PoSjJ\nUOofDNW/KtyzcvUQP6pfOc6fPA6VAAT/zly90Idm6tL/e4o/wREHAw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f90aa533185b4c4190a0df3625a7a5c4', 'name': u'vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 'created_at': '2018-08-24T07:21:54.122177', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6152ee26973747fe9c3bb027fc106d66', 'name': 'vping_ssh-project_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'd1:72:b8:bc:e7:02:94:ee:40:f7:65:bd:46:49:77:01', 'type': 'ssh', 'id': u'vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3'}) 2018-08-24 07:21:54,122 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA4wbQhyGMMBrg+miDKthSs+1zMAsi1ZHujes4kKHJ00hmJ6ZU GPEXqBp9h9RR4iE4W5Mre8nWLv3dtgWDDzKPnfImdAxwXcCdYrdflUj3W5RHPfmK z6fjNQKxh+JrfJkuy4BsPul+UeEJhfi8dnGDNHh0+AQ2js8a0pZcno4mG2OuApNg 9newoAdmMiI0zVdXqKVd1ljeHVrq2Z4yIUDA6x8DSeZ83ruFncP8WP1PKAqNlH4i YakS+4PbEu+VAoOTqPGtQKKHwB4zi1zzzpJpMc2hQh6onyj5NMLfLnJ3GhwZ34QP pvcr4Qnia5VPMQVpl9YrhYszM/UW4GMWUjqhPwIDAQABAoIBAQCBVQWApfzt/rIC FX3774aV2ATR7tYmYt9K3CC6TGDky47esaOhHd/DNWwj8DHBp/kqOhoAiEhLNvaS VmuGQeCNM0DyxY9R6YP/k8WRDyNTeZJoXPvWNqd6MJGgfr2LGt0Ms5l28Z+z14aM WtpKg3oibyj7jbLjAlsecuhKr2JIIRs8ANbDMSFKnSj7mYt4wM7ZLX82O8sdbgA1 WNnwlP8lKZCf0fSyBfumPKB/cLoITV27p6FMxgYcNDV+akpQMK0cEyntMf1AfQBD VFCcL3dPVxk1WMk2TkgwFuaJgVRlwGQpawGAagfhuCK/ZJILXeg4pAyUW/QliY4X TbT20JO5AoGBAPs6gKVkZKxOcMHRt756uHxtvJkwcC+ynLKXy69q4prqnIxioI9K ZoucdUq5RkNLk+jLYOiIyc+eGhQAhFZlFp8Axgf3OIfis9vh25PWPiC5PVfosVmZ Nc3VQO1IkZh076vx+nqxeo6enBkR7dmc3Zgor95b+VB9eo83cpQK07hTAoGBAOdW o9h1T4Ls0vppN2fcEFw92TUTGp/GrcCKjWfKGihtn9x22DAMu7xB/i7EflnLuSJa zkURrAQU4uDXr0sv5QKOs8uEnddIaiNwLaH79nwqfSb1kGXsqJINOZZXuvA3/lvh yl9ndt3BsQ5Fga6WP0j3NT2vBxYGqF0StSP8qmXlAoGBAOeVGhlb3eFnvVEs/O+9 OGqazYt4tzGAuCl4++2L3a9oLT7Le64aq0RuyUBEYZyPAp1JPN+dmEqmNuvRPixV qvCPSfz1y0qXk6xRGpPAniyUFRQAD9vD+3Dt75fLmUqsIHKj8H1BNPRbCRGjEVnT 3ADzIIscxUmJIXz7Y8dL47a5AoGAcuet6k4aeEV5ZbftNUExPx/ZS2t5xfLBSumG 4w6Xf40z4iWFrBgnB5Mf1crzl1aBVncUDWqBrmVRa6y1/PqFHYgT9fqhC9WEIqYN hG/KNlJEZ52BY57w+9plyC87QyYMyUaVZl3VxL/4WcZca4NlW7CuWT0en+oeplws bPuLB6ECgYApSV1y5rYPdqxN0BNCkKfzxq2wKEWNdAHKkZpFMIjoAcGm+u1pPrKo Ffp8S1ekP1a+Jmz7109+ong7SMlgIo3e4AC7qLwEs1QCSNN0nkWGEAR12x4PoSjJ UOofDNW/KtyzcvUQP6pfOc6fPA6VAAT/zly90Idm6tL/e4o/wREHAw== -----END RSA PRIVATE KEY----- 2018-08-24 07:21:54,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-24 07:21:54,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '{"security_group": {"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-24 07:21:54,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-4578c6dd-4dc3-430a-9346-841ab9893176 Date: Fri, 24 Aug 2018 07:21:54 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "created_at": "2018-08-24T07:21:54Z", "updated_at": "2018-08-24T07:21:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:54Z", "revision_number": 0, "id": "4c37aee9-36e6-437e-bb9b-6735e752b891", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:54Z", "security_group_id": "a166762c-50ed-4437-b344-0a52530c544f", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv6", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:54Z", "revision_number": 0, "id": "d1b74dce-077d-43c4-b60f-6b885b0c1504", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:54Z", "security_group_id": "a166762c-50ed-4437-b344-0a52530c544f", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv4", "project_id": "6152ee26973747fe9c3bb027fc106d66"}], "revision_number": 1, "project_id": "6152ee26973747fe9c3bb027fc106d66", "id": "a166762c-50ed-4437-b344-0a52530c544f", "name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}} 2018-08-24 07:21:54,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4578c6dd-4dc3-430a-9346-841ab9893176 2018-08-24 07:21:54,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.475367069244s 2018-08-24 07:21:54,601 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4578c6dd-4dc3-430a-9346-841ab9893176 2018-08-24 07:21:54,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-24 07:21:54,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:21:54,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-834c2a81-bd5b-4b66-bf3f-9c05c4df2b96 Date: Fri, 24 Aug 2018 07:21:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "created_at": "2018-08-24T07:21:45Z", "updated_at": "2018-08-24T07:21:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:45Z", "revision_number": 0, "id": "2679e18b-6422-4916-bd3e-450cd225dcae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:45Z", "security_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv6", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:45Z", "revision_number": 0, "id": "45d7dcc1-5503-44ab-b4dc-ed023944f7d0", "remote_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:45Z", "security_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv6", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:45Z", "revision_number": 0, "id": "ce08a0dc-8af9-41b4-b640-5e7c823642c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:45Z", "security_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv4", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:45Z", "revision_number": 0, "id": "e24bdd10-ff48-4e41-905b-ad9daa92fca2", "remote_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:45Z", "security_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv4", "project_id": "6152ee26973747fe9c3bb027fc106d66"}], "revision_number": 1, "project_id": "6152ee26973747fe9c3bb027fc106d66", "id": "58f10741-9673-47ec-ad43-b466e08992c0", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "created_at": "2018-08-24T07:21:54Z", "updated_at": "2018-08-24T07:21:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:54Z", "revision_number": 0, "id": "4c37aee9-36e6-437e-bb9b-6735e752b891", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:54Z", "security_group_id": "a166762c-50ed-4437-b344-0a52530c544f", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv6", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:54Z", "revision_number": 0, "id": "d1b74dce-077d-43c4-b60f-6b885b0c1504", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:54Z", "security_group_id": "a166762c-50ed-4437-b344-0a52530c544f", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv4", "project_id": "6152ee26973747fe9c3bb027fc106d66"}], "revision_number": 1, "project_id": "6152ee26973747fe9c3bb027fc106d66", "id": "a166762c-50ed-4437-b344-0a52530c544f", "name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}]} 2018-08-24 07:21:54,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-834c2a81-bd5b-4b66-bf3f-9c05c4df2b96 2018-08-24 07:21:54,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.311180830002s 2018-08-24 07:21:54,917 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-834c2a81-bd5b-4b66-bf3f-9c05c4df2b96 2018-08-24 07:21:54,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-24 07:21:54,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -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": "a166762c-50ed-4437-b344-0a52530c544f"}}' 2018-08-24 07:21:55,170 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-cefa0651-7261-41e0-b340-c719d33c8fab Date: Fri, 24 Aug 2018 07:21:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-24T07:21:55Z", "security_group_id": "a166762c-50ed-4437-b344-0a52530c544f", "port_range_min": 22, "revision_number": 0, "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "created_at": "2018-08-24T07:21:55Z", "project_id": "6152ee26973747fe9c3bb027fc106d66", "id": "a583e956-1c47-4cc7-a1f6-7a727768c2a7"}} 2018-08-24 07:21:55,171 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-cefa0651-7261-41e0-b340-c719d33c8fab 2018-08-24 07:21:55,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.249436855316s 2018-08-24 07:21:55,171 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-cefa0651-7261-41e0-b340-c719d33c8fab 2018-08-24 07:21:55,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-24 07:21:55,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:21:55,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-46c24b5b-12cc-4a93-8c86-f4a6fff19f7d Date: Fri, 24 Aug 2018 07:21:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "created_at": "2018-08-24T07:21:45Z", "updated_at": "2018-08-24T07:21:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:45Z", "revision_number": 0, "id": "2679e18b-6422-4916-bd3e-450cd225dcae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:45Z", "security_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv6", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:45Z", "revision_number": 0, "id": "45d7dcc1-5503-44ab-b4dc-ed023944f7d0", "remote_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:45Z", "security_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv6", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:45Z", "revision_number": 0, "id": "ce08a0dc-8af9-41b4-b640-5e7c823642c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:45Z", "security_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv4", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:45Z", "revision_number": 0, "id": "e24bdd10-ff48-4e41-905b-ad9daa92fca2", "remote_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:45Z", "security_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv4", "project_id": "6152ee26973747fe9c3bb027fc106d66"}], "revision_number": 1, "project_id": "6152ee26973747fe9c3bb027fc106d66", "id": "58f10741-9673-47ec-ad43-b466e08992c0", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "created_at": "2018-08-24T07:21:54Z", "updated_at": "2018-08-24T07:21:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:54Z", "revision_number": 0, "id": "4c37aee9-36e6-437e-bb9b-6735e752b891", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:54Z", "security_group_id": "a166762c-50ed-4437-b344-0a52530c544f", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv6", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-24T07:21:55Z", "revision_number": 0, "id": "a583e956-1c47-4cc7-a1f6-7a727768c2a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:55Z", "security_group_id": "a166762c-50ed-4437-b344-0a52530c544f", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:54Z", "revision_number": 0, "id": "d1b74dce-077d-43c4-b60f-6b885b0c1504", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:54Z", "security_group_id": "a166762c-50ed-4437-b344-0a52530c544f", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv4", "project_id": "6152ee26973747fe9c3bb027fc106d66"}], "revision_number": 2, "project_id": "6152ee26973747fe9c3bb027fc106d66", "id": "a166762c-50ed-4437-b344-0a52530c544f", "name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}]} 2018-08-24 07:21:55,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-46c24b5b-12cc-4a93-8c86-f4a6fff19f7d 2018-08-24 07:21:55,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.328990221024s 2018-08-24 07:21:55,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-46c24b5b-12cc-4a93-8c86-f4a6fff19f7d 2018-08-24 07:21:55,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-24 07:21:55,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -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": "a166762c-50ed-4437-b344-0a52530c544f"}}' 2018-08-24 07:21:55,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-bf1c70be-9441-4342-9dd2-f1daddf7d3db Date: Fri, 24 Aug 2018 07:21:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-24T07:21:55Z", "security_group_id": "a166762c-50ed-4437-b344-0a52530c544f", "port_range_min": null, "revision_number": 0, "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "created_at": "2018-08-24T07:21:55Z", "project_id": "6152ee26973747fe9c3bb027fc106d66", "id": "c80b6378-51d5-4d6f-81a3-6d9c1c756d32"}} 2018-08-24 07:21:55,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-bf1c70be-9441-4342-9dd2-f1daddf7d3db 2018-08-24 07:21:55,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.180671930313s 2018-08-24 07:21:55,689 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-bf1c70be-9441-4342-9dd2-f1daddf7d3db 2018-08-24 07:21:55,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:21:55,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:21:56,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-838d9856-5d6d-4188-aa9d-e26dc8dcafc9 Date: Fri, 24 Aug 2018 07:21:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f885f7b4-1f9c-48fb-9dbb-952f9ef34624"],"updated_at":"2018-08-24T07:21:46Z","tenant_id":"6152ee26973747fe9c3bb027fc106d66","created_at":"2018-08-24T07:21:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6152ee26973747fe9c3bb027fc106d66","id":"d1a90240-bdf3-4597-89aa-2ca830e1dc1c","name":"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}]} 2018-08-24 07:21:56,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-838d9856-5d6d-4188-aa9d-e26dc8dcafc9 2018-08-24 07:21:56,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357016086578s 2018-08-24 07:21:56,047 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-838d9856-5d6d-4188-aa9d-e26dc8dcafc9 2018-08-24 07:21:56,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:21:56,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:21:56,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-cf1f966f-20b4-4788-b5fe-ad52f2eac105 Date: Fri, 24 Aug 2018 07:21:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:21:52Z", "file": "/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/file", "owner": "6152ee26973747fe9c3bb027fc106d66", "id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "size": 12716032, "self": "/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:21:51Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:21:56,339 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-cf1f966f-20b4-4788-b5fe-ad52f2eac105 2018-08-24 07:21:56,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.28728890419s 2018-08-24 07:21:56,340 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-cf1f966f-20b4-4788-b5fe-ad52f2eac105 2018-08-24 07:21:56,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-24 07:21:56,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:21:56,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:21:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-402305d9-65ce-4ab2-a034-dfc761f5c615 x-compute-request-id: req-402305d9-65ce-4ab2-a034-dfc761f5c615 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "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": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf"}]} 2018-08-24 07:21:56,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-402305d9-65ce-4ab2-a034-dfc761f5c615 2018-08-24 07:21:56,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0267269611359s 2018-08-24 07:21:56,368 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-402305d9-65ce-4ab2-a034-dfc761f5c615 2018-08-24 07:21:56,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-24 07:21:56,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '{"server": {"name": "vping_ssh-vm2_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "imageRef": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "flavorRef": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d1a90240-bdf3-4597-89aa-2ca830e1dc1c"}], "security_groups": [{"name": "a166762c-50ed-4437-b344-0a52530c544f"}]}}' 2018-08-24 07:22:00,618 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:21:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2f587902-94fd-4d82-85cf-5d8ea5e2cf2d x-compute-request-id: req-2f587902-94fd-4d82-85cf-5d8ea5e2cf2d Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "a166762c-50ed-4437-b344-0a52530c544f"}], "OS-DCF:diskConfig": "MANUAL", "id": "42d69c05-4b4e-442d-94d7-c98642057899", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "bookmark"}], "adminPass": "GMF3FPQaUf9A"}} 2018-08-24 07:22:00,618 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-2f587902-94fd-4d82-85cf-5d8ea5e2cf2d 2018-08-24 07:22:00,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.24781918526s 2018-08-24 07:22:00,618 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-2f587902-94fd-4d82-85cf-5d8ea5e2cf2d 2018-08-24 07:22:00,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:00,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:01,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cef434f8-c8d4-479a-868d-4ec545ff8365 x-compute-request-id: req-cef434f8-c8d4-479a-868d-4ec545ff8365 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "42d69c05-4b4e-442d-94d7-c98642057899", "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:22:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:00Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:22:01,023 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cef434f8-c8d4-479a-868d-4ec545ff8365 2018-08-24 07:22:01,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.403635025024s 2018-08-24 07:22:01,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cef434f8-c8d4-479a-868d-4ec545ff8365 2018-08-24 07:22:01,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:22:01,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:01,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-3af006c6-8195-4252-8152-6510a4e6ae43 Date: Fri, 24 Aug 2018 07:22:01 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":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f885f7b4-1f9c-48fb-9dbb-952f9ef34624"],"updated_at":"2018-08-24T07:21:46Z","tenant_id":"6152ee26973747fe9c3bb027fc106d66","created_at":"2018-08-24T07:21:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6152ee26973747fe9c3bb027fc106d66","id":"d1a90240-bdf3-4597-89aa-2ca830e1dc1c","name":"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}]} 2018-08-24 07:22:01,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3af006c6-8195-4252-8152-6510a4e6ae43 2018-08-24 07:22:01,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0909559726715s 2018-08-24 07:22:01,121 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3af006c6-8195-4252-8152-6510a4e6ae43 2018-08-24 07:22:01,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 07:22:01,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:01,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-56897eea-2185-45bf-abb6-814dae55bad8 Date: Fri, 24 Aug 2018 07:22:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1a90240-bdf3-4597-89aa-2ca830e1dc1c","tenant_id":"6152ee26973747fe9c3bb027fc106d66","created_at":"2018-08-24T07:21:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:21:46Z","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":"6152ee26973747fe9c3bb027fc106d66","id":"f885f7b4-1f9c-48fb-9dbb-952f9ef34624","subnetpool_id":null,"name":"vping_ssh-subnet_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}]} 2018-08-24 07:22:01,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-56897eea-2185-45bf-abb6-814dae55bad8 2018-08-24 07:22:01,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.290588855743s 2018-08-24 07:22:01,413 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-56897eea-2185-45bf-abb6-814dae55bad8 2018-08-24 07:22:01,414 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:22:03,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:03,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:04,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-add6adc6-9921-469b-8bc7-49b207d48d9b x-compute-request-id: req-add6adc6-9921-469b-8bc7-49b207d48d9b Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "42d69c05-4b4e-442d-94d7-c98642057899", "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:22:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:00Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:22:04,343 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-add6adc6-9921-469b-8bc7-49b207d48d9b 2018-08-24 07:22:04,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.926908969879s 2018-08-24 07:22:04,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-add6adc6-9921-469b-8bc7-49b207d48d9b 2018-08-24 07:22:04,347 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:22:06,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:06,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:07,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22: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-47e113a6-82bc-4d60-b859-0b0d99a5fa07 x-compute-request-id: req-47e113a6-82bc-4d60-b859-0b0d99a5fa07 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "42d69c05-4b4e-442d-94d7-c98642057899", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:22:04Z", "hostId": "2073c5a2cbc2278d77073c0564bb846197e9365314e5c536f4998084", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:00Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:22:07,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-47e113a6-82bc-4d60-b859-0b0d99a5fa07 2018-08-24 07:22:07,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.50061917305s 2018-08-24 07:22:07,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-47e113a6-82bc-4d60-b859-0b0d99a5fa07 2018-08-24 07:22:07,855 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:22:09,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:09,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:10,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24e6f2ec-c261-4a18-a683-d26c6b98d9ac x-compute-request-id: req-24e6f2ec-c261-4a18-a683-d26c6b98d9ac Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "42d69c05-4b4e-442d-94d7-c98642057899", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:22:04Z", "hostId": "2073c5a2cbc2278d77073c0564bb846197e9365314e5c536f4998084", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:00Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:22:10,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-24e6f2ec-c261-4a18-a683-d26c6b98d9ac 2018-08-24 07:22:10,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02470898628s 2018-08-24 07:22:10,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-24e6f2ec-c261-4a18-a683-d26c6b98d9ac 2018-08-24 07:22:10,887 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:22:12,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:12,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:13,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14442b4a-072e-4260-8566-f5ac834e20f2 x-compute-request-id: req-14442b4a-072e-4260-8566-f5ac834e20f2 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:3e:7f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-24T07:22:12.000000", "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "42d69c05-4b4e-442d-94d7-c98642057899", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:22:12Z", "hostId": "2073c5a2cbc2278d77073c0564bb846197e9365314e5c536f4998084", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:00Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:22:13,889 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-14442b4a-072e-4260-8566-f5ac834e20f2 2018-08-24 07:22:13,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.999425888062s 2018-08-24 07:22:13,890 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-14442b4a-072e-4260-8566-f5ac834e20f2 2018-08-24 07:22:13,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-24 07:22:13,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=42d69c05-4b4e-442d-94d7-c98642057899" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:14,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-9926a041-0519-4f34-a933-c3535b58345f Date: Fri, 24 Aug 2018 07:22:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d1a90240-bdf3-4597-89aa-2ca830e1dc1c","tenant_id":"6152ee26973747fe9c3bb027fc106d66","created_at":"2018-08-24T07:22:05Z","admin_state_up":true,"updated_at":"2018-08-24T07:22:11Z","binding:vnic_type":"normal","device_id":"42d69c05-4b4e-442d-94d7-c98642057899","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ec:3e:7f","id":"dd6bc738-46c9-4a0e-b499-c7ef266bc4b5","port_security_enabled":true,"project_id":"6152ee26973747fe9c3bb027fc106d66","fixed_ips":[{"subnet_id":"f885f7b4-1f9c-48fb-9dbb-952f9ef34624","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["a166762c-50ed-4437-b344-0a52530c544f"],"name":""}]} 2018-08-24 07:22:14,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=42d69c05-4b4e-442d-94d7-c98642057899 used request id req-9926a041-0519-4f34-a933-c3535b58345f 2018-08-24 07:22:14,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.249371051788s 2018-08-24 07:22:14,144 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=42d69c05-4b4e-442d-94d7-c98642057899 used request id req-9926a041-0519-4f34-a933-c3535b58345f 2018-08-24 07:22:14,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-24 07:22:14,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=dd6bc738-46c9-4a0e-b499-c7ef266bc4b5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:14,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-85e86a47-b0ca-4918-8043-e506d5f7c855 Date: Fri, 24 Aug 2018 07:22:14 GMT RESP BODY: {"floatingips": []} 2018-08-24 07:22:14,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=dd6bc738-46c9-4a0e-b499-c7ef266bc4b5 used request id req-85e86a47-b0ca-4918-8043-e506d5f7c855 2018-08-24 07:22:14,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.316287994385s 2018-08-24 07:22:14,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=dd6bc738-46c9-4a0e-b499-c7ef266bc4b5 used request id req-85e86a47-b0ca-4918-8043-e506d5f7c855 2018-08-24 07:22:14,465 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ec:3e:7f', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8611a8c9-27a7-49ed-9ae0-59c75f4c85eb'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-24T07:22:12.000000', 'flavor': Munch({u'id': u'68d9016d-6c5f-40ab-b77c-220fa5f9d1bf'}), 'az': u'nova', 'id': u'42d69c05-4b4e-442d-94d7-c98642057899', 'security_groups': [Munch({u'name': u'vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f90aa533185b4c4190a0df3625a7a5c4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6152ee26973747fe9c3bb027fc106d66', 'name': 'vping_ssh-project_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-24T07:22:12.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-24T07:22:12Z', 'hostId': u'2073c5a2cbc2278d77073c0564bb846197e9365314e5c536f4998084', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'2073c5a2cbc2278d77073c0564bb846197e9365314e5c536f4998084', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-24T07:22:12.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6152ee26973747fe9c3bb027fc106d66', 'name': u'vping_ssh-vm2_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 'adminPass': u'GMF3FPQaUf9A', 'tenant_id': u'6152ee26973747fe9c3bb027fc106d66', 'created_at': u'2018-08-24T07:22:00Z', 'created': u'2018-08-24T07:22:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-24 07:22:14,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:22:14,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:14,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-76ca28fe-d39f-4bb0-b75e-0b4c12bf74bb Date: Fri, 24 Aug 2018 07:22: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":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f885f7b4-1f9c-48fb-9dbb-952f9ef34624"],"updated_at":"2018-08-24T07:21:46Z","tenant_id":"6152ee26973747fe9c3bb027fc106d66","created_at":"2018-08-24T07:21:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6152ee26973747fe9c3bb027fc106d66","id":"d1a90240-bdf3-4597-89aa-2ca830e1dc1c","name":"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}]} 2018-08-24 07:22:14,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-76ca28fe-d39f-4bb0-b75e-0b4c12bf74bb 2018-08-24 07:22:14,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260837078094s 2018-08-24 07:22:14,728 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-76ca28fe-d39f-4bb0-b75e-0b4c12bf74bb 2018-08-24 07:22:14,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:22:14,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:15,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-6a30c8e1-3f76-499b-b1e0-9ffb43a2ad60 Date: Fri, 24 Aug 2018 07:22:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:21:52Z", "file": "/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/file", "owner": "6152ee26973747fe9c3bb027fc106d66", "id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "size": 12716032, "self": "/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:21:51Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:22:15,003 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-6a30c8e1-3f76-499b-b1e0-9ffb43a2ad60 2018-08-24 07:22:15,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.270717859268s 2018-08-24 07:22:15,004 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-6a30c8e1-3f76-499b-b1e0-9ffb43a2ad60 2018-08-24 07:22:15,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-24 07:22:15,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:15,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22: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-d3dc4291-bea8-4d55-b8ab-90db531eae3e x-compute-request-id: req-d3dc4291-bea8-4d55-b8ab-90db531eae3e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "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": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf"}]} 2018-08-24 07:22:15,045 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d3dc4291-bea8-4d55-b8ab-90db531eae3e 2018-08-24 07:22:15,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0401339530945s 2018-08-24 07:22:15,046 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d3dc4291-bea8-4d55-b8ab-90db531eae3e 2018-08-24 07:22:15,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-24 07:22:15,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '{"server": {"name": "vping_ssh-vm_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "imageRef": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "key_name": "vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "flavorRef": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d1a90240-bdf3-4597-89aa-2ca830e1dc1c"}], "security_groups": [{"name": "a166762c-50ed-4437-b344-0a52530c544f"}]}}' 2018-08-24 07:22:19,504 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:22: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-9e0b6289-c602-4916-a8eb-0596e90cb410 x-compute-request-id: req-9e0b6289-c602-4916-a8eb-0596e90cb410 Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "a166762c-50ed-4437-b344-0a52530c544f"}], "OS-DCF:diskConfig": "MANUAL", "id": "dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "bookmark"}], "adminPass": "ENuadJrH6gNF"}} 2018-08-24 07:22:19,504 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-9e0b6289-c602-4916-a8eb-0596e90cb410 2018-08-24 07:22:19,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.45692801476s 2018-08-24 07:22:19,504 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-9e0b6289-c602-4916-a8eb-0596e90cb410 2018-08-24 07:22:19,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:19,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:20,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22: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-3643fc2e-c0da-4249-9503-d43eab46a550 x-compute-request-id: req-3643fc2e-c0da-4249-9503-d43eab46a550 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:22:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "name": "vping_ssh-vm_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:19Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:3e:7f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-24T07:22:12.000000", "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "42d69c05-4b4e-442d-94d7-c98642057899", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:22:12Z", "hostId": "2073c5a2cbc2278d77073c0564bb846197e9365314e5c536f4998084", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:00Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:22:20,937 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3643fc2e-c0da-4249-9503-d43eab46a550 2018-08-24 07:22:20,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.43170714378s 2018-08-24 07:22:20,937 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3643fc2e-c0da-4249-9503-d43eab46a550 2018-08-24 07:22:20,943 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:22:22,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:22,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:24,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22: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-4da43faf-e17b-4fb5-b718-69576270583f x-compute-request-id: req-4da43faf-e17b-4fb5-b718-69576270583f Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:22:22Z", "hostId": "e8def15826c507ce07ef53baa33ee9a7a410c77e3b78ef556b73f88a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "name": "vping_ssh-vm_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:19Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:3e:7f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-24T07:22:12.000000", "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "42d69c05-4b4e-442d-94d7-c98642057899", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:22:12Z", "hostId": "2073c5a2cbc2278d77073c0564bb846197e9365314e5c536f4998084", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:00Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:22:24,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4da43faf-e17b-4fb5-b718-69576270583f 2018-08-24 07:22:24,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.24369311333s 2018-08-24 07:22:24,190 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4da43faf-e17b-4fb5-b718-69576270583f 2018-08-24 07:22:24,195 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:22:26,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:26,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:26,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22: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-80311c70-ddd0-4319-905a-401b20accf9a x-compute-request-id: req-80311c70-ddd0-4319-905a-401b20accf9a Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:22:23Z", "hostId": "e8def15826c507ce07ef53baa33ee9a7a410c77e3b78ef556b73f88a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "name": "vping_ssh-vm_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:19Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:3e:7f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-24T07:22:12.000000", "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "42d69c05-4b4e-442d-94d7-c98642057899", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:22:12Z", "hostId": "2073c5a2cbc2278d77073c0564bb846197e9365314e5c536f4998084", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:00Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:22:26,845 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-80311c70-ddd0-4319-905a-401b20accf9a 2018-08-24 07:22:26,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.647732019424s 2018-08-24 07:22:26,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-80311c70-ddd0-4319-905a-401b20accf9a 2018-08-24 07:22:26,850 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:22:28,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:28,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:29,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22: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-a8993b27-c26d-452d-b25b-e6900dcbbe07 x-compute-request-id: req-a8993b27-c26d-452d-b25b-e6900dcbbe07 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:22:23Z", "hostId": "e8def15826c507ce07ef53baa33ee9a7a410c77e3b78ef556b73f88a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "name": "vping_ssh-vm_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:19Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:3e:7f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-24T07:22:12.000000", "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "42d69c05-4b4e-442d-94d7-c98642057899", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:22:12Z", "hostId": "2073c5a2cbc2278d77073c0564bb846197e9365314e5c536f4998084", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:00Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:22:29,849 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a8993b27-c26d-452d-b25b-e6900dcbbe07 2018-08-24 07:22:29,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.99612402916s 2018-08-24 07:22:29,850 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a8993b27-c26d-452d-b25b-e6900dcbbe07 2018-08-24 07:22:29,855 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:22:31,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:31,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:32,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2aab42d-600e-4ead-bfa9-f59cff736e5f x-compute-request-id: req-c2aab42d-600e-4ead-bfa9-f59cff736e5f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:84:36", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-24T07:22:30.000000", "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:22:30Z", "hostId": "e8def15826c507ce07ef53baa33ee9a7a410c77e3b78ef556b73f88a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "name": "vping_ssh-vm_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:19Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:3e:7f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-24T07:22:12.000000", "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "42d69c05-4b4e-442d-94d7-c98642057899", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:22:12Z", "hostId": "2073c5a2cbc2278d77073c0564bb846197e9365314e5c536f4998084", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:00Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:22:32,747 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c2aab42d-600e-4ead-bfa9-f59cff736e5f 2018-08-24 07:22:32,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.888944864273s 2018-08-24 07:22:32,747 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c2aab42d-600e-4ead-bfa9-f59cff736e5f 2018-08-24 07:22:32,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-24 07:22:32,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=dd223a83-00b3-4c5b-9ee5-cd3e639055b6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:32,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5f2721cc-87cf-484a-b0a4-e46c9cfd6c35 Date: Fri, 24 Aug 2018 07:22:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d1a90240-bdf3-4597-89aa-2ca830e1dc1c","tenant_id":"6152ee26973747fe9c3bb027fc106d66","created_at":"2018-08-24T07:22:23Z","admin_state_up":true,"updated_at":"2018-08-24T07:22:30Z","binding:vnic_type":"normal","device_id":"dd223a83-00b3-4c5b-9ee5-cd3e639055b6","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:39:84:36","id":"de4e8bda-84d1-4dcb-8d38-48ad63e3bed3","port_security_enabled":true,"project_id":"6152ee26973747fe9c3bb027fc106d66","fixed_ips":[{"subnet_id":"f885f7b4-1f9c-48fb-9dbb-952f9ef34624","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["a166762c-50ed-4437-b344-0a52530c544f"],"name":""}]} 2018-08-24 07:22:32,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=dd223a83-00b3-4c5b-9ee5-cd3e639055b6 used request id req-5f2721cc-87cf-484a-b0a4-e46c9cfd6c35 2018-08-24 07:22:32,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0495598316193s 2018-08-24 07:22:32,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=dd223a83-00b3-4c5b-9ee5-cd3e639055b6 used request id req-5f2721cc-87cf-484a-b0a4-e46c9cfd6c35 2018-08-24 07:22:32,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-24 07:22:32,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=de4e8bda-84d1-4dcb-8d38-48ad63e3bed3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:32,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0c5e55cc-3ef3-4440-b6ec-79989f98dda7 Date: Fri, 24 Aug 2018 07:22:32 GMT RESP BODY: {"floatingips": []} 2018-08-24 07:22:32,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=de4e8bda-84d1-4dcb-8d38-48ad63e3bed3 used request id req-0c5e55cc-3ef3-4440-b6ec-79989f98dda7 2018-08-24 07:22:32,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0458328723907s 2018-08-24 07:22:32,854 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=de4e8bda-84d1-4dcb-8d38-48ad63e3bed3 used request id req-0c5e55cc-3ef3-4440-b6ec-79989f98dda7 2018-08-24 07:22:32,854 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:39:84:36', 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'8611a8c9-27a7-49ed-9ae0-59c75f4c85eb'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-24T07:22:30.000000', 'flavor': Munch({u'id': u'68d9016d-6c5f-40ab-b77c-220fa5f9d1bf'}), 'az': u'nova', 'id': u'dd223a83-00b3-4c5b-9ee5-cd3e639055b6', 'security_groups': [Munch({u'name': u'vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f90aa533185b4c4190a0df3625a7a5c4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6152ee26973747fe9c3bb027fc106d66', 'name': 'vping_ssh-project_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-24T07:22:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-24T07:22:30Z', 'hostId': u'e8def15826c507ce07ef53baa33ee9a7a410c77e3b78ef556b73f88a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'e8def15826c507ce07ef53baa33ee9a7a410c77e3b78ef556b73f88a', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-24T07:22:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6152ee26973747fe9c3bb027fc106d66', 'name': u'vping_ssh-vm_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 'adminPass': u'ENuadJrH6gNF', 'tenant_id': u'6152ee26973747fe9c3bb027fc106d66', 'created_at': u'2018-08-24T07:22:19Z', 'created': u'2018-08-24T07:22:19Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-24 07:22:32,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:22:32,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:33,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-ce35ea0a-ce62-4ba6-84c0-cc0b2bdeb7be Date: Fri, 24 Aug 2018 07:22:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f885f7b4-1f9c-48fb-9dbb-952f9ef34624"],"updated_at":"2018-08-24T07:21:46Z","tenant_id":"6152ee26973747fe9c3bb027fc106d66","created_at":"2018-08-24T07:21:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6152ee26973747fe9c3bb027fc106d66","id":"d1a90240-bdf3-4597-89aa-2ca830e1dc1c","name":"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}]} 2018-08-24 07:22:33,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ce35ea0a-ce62-4ba6-84c0-cc0b2bdeb7be 2018-08-24 07:22:33,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.273885965347s 2018-08-24 07:22:33,132 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ce35ea0a-ce62-4ba6-84c0-cc0b2bdeb7be 2018-08-24 07:22:33,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-24 07:22:33,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=dd223a83-00b3-4c5b-9ee5-cd3e639055b6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:33,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fe48db6e-1b42-4fb1-a24b-af60ed38fe9f Date: Fri, 24 Aug 2018 07:22:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d1a90240-bdf3-4597-89aa-2ca830e1dc1c","tenant_id":"6152ee26973747fe9c3bb027fc106d66","created_at":"2018-08-24T07:22:23Z","admin_state_up":true,"updated_at":"2018-08-24T07:22:30Z","binding:vnic_type":"normal","device_id":"dd223a83-00b3-4c5b-9ee5-cd3e639055b6","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:39:84:36","id":"de4e8bda-84d1-4dcb-8d38-48ad63e3bed3","port_security_enabled":true,"project_id":"6152ee26973747fe9c3bb027fc106d66","fixed_ips":[{"subnet_id":"f885f7b4-1f9c-48fb-9dbb-952f9ef34624","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["a166762c-50ed-4437-b344-0a52530c544f"],"name":""}]} 2018-08-24 07:22:33,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=dd223a83-00b3-4c5b-9ee5-cd3e639055b6 used request id req-fe48db6e-1b42-4fb1-a24b-af60ed38fe9f 2018-08-24 07:22:33,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0702199935913s 2018-08-24 07:22:33,203 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=dd223a83-00b3-4c5b-9ee5-cd3e639055b6 used request id req-fe48db6e-1b42-4fb1-a24b-af60ed38fe9f 2018-08-24 07:22:33,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-24 07:22:33,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '{"floatingip": {"floating_network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "fixed_ip_address": "192.168.120.7", "port_id": "de4e8bda-84d1-4dcb-8d38-48ad63e3bed3"}}' 2018-08-24 07:22:35,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-a8b3d1b5-fb10-40c9-9795-3acc0bcdbcae Date: Fri, 24 Aug 2018 07:22:35 GMT RESP BODY: {"floatingip": {"router_id": "0b2802b0-6384-4728-9df8-7d18cb5b93f8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-24T07:22:34Z", "floating_network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "de4e8bda-84d1-4dcb-8d38-48ad63e3bed3", "id": "bc81089b-0add-4be1-bf6b-e51a44eb734a", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "created_at": "2018-08-24T07:22:34Z", "project_id": "6152ee26973747fe9c3bb027fc106d66"}} 2018-08-24 07:22:35,158 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a8b3d1b5-fb10-40c9-9795-3acc0bcdbcae 2018-08-24 07:22:35,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.95350193977s 2018-08-24 07:22:35,158 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a8b3d1b5-fb10-40c9-9795-3acc0bcdbcae 2018-08-24 07:22:35,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-24 07:22:35,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:35,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-513744d9-17c6-4fe8-be6d-648adf1d5ae3 Date: Fri, 24 Aug 2018 07:22:35 GMT RESP BODY: {"floatingips": [{"router_id": "0b2802b0-6384-4728-9df8-7d18cb5b93f8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-24T07:22:34Z", "floating_network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "de4e8bda-84d1-4dcb-8d38-48ad63e3bed3", "id": "bc81089b-0add-4be1-bf6b-e51a44eb734a", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "created_at": "2018-08-24T07:22:34Z", "project_id": "6152ee26973747fe9c3bb027fc106d66"}]} 2018-08-24 07:22:35,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-513744d9-17c6-4fe8-be6d-648adf1d5ae3 2018-08-24 07:22:35,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0582411289215s 2018-08-24 07:22:35,225 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-513744d9-17c6-4fe8-be6d-648adf1d5ae3 2018-08-24 07:22:35,229 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'0b2802b0-6384-4728-9df8-7d18cb5b93f8', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'6152ee26973747fe9c3bb027fc106d66', 'created_at': u'2018-08-24T07:22:34Z', 'attached': True, 'updated_at': u'2018-08-24T07:22:34Z', 'id': u'bc81089b-0add-4be1-bf6b-e51a44eb734a', 'floating_network_id': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6152ee26973747fe9c3bb027fc106d66', 'name': 'vping_ssh-project_51164c2c-9bfe-4642-9cd6-46bada4e50c3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'0b2802b0-6384-4728-9df8-7d18cb5b93f8', 'project_id': u'6152ee26973747fe9c3bb027fc106d66', 'port_id': u'de4e8bda-84d1-4dcb-8d38-48ad63e3bed3', 'port': u'de4e8bda-84d1-4dcb-8d38-48ad63e3bed3', 'network': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a'}) 2018-08-24 07:22:35,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-24 07:22:35,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6/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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-24 07:22:36,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c904714f-22bd-4f35-984c-49c8fc31a2d4 x-compute-request-id: req-c904714f-22bd-4f35-984c-49c8fc31a2d4 Content-Encoding: gzip Content-Length: 9584 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529029537 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.194870] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.197314] pid_max: default: 32768 minimum: 301\n[ 0.198673] ACPI: Core revision 20150930\n[ 0.200373] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202274] Security Framework initialized\n[ 0.203482] Yama: becoming mindful.\n[ 0.204532] AppArmor: AppArmor initialized\n[ 0.205815] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207718] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211319] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213284] Initializing cgroup subsys io\n[ 0.214509] Initializing cgroup subsys memory\n[ 0.215790] Initializing cgroup subsys devices\n[ 0.217046] Initializing cgroup subsys freezer\n[ 0.218318] Initializing cgroup subsys net_cls\n[ 0.219602] Initializing cgroup subsys perf_event\n[ 0.220920] Initializing cgroup subsys net_prio\n[ 0.222241] Initializing cgroup subsys hugetlb\n[ 0.223531] Initializing cgroup subsys pids\n[ 0.224731] CPU: Physical Processor ID: 0\n[ 0.226549] mce: CPU supports 10 MCE banks\n[ 0.227700] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229171] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251467] ftrace: allocating 31920 entries in 125 pages\n[ 0.277164] smpboot: Max logical packages: 1\n[ 0.278542] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280692] x2apic enabled\n[ 0.281954] Switched APIC routing to physical x2apic.\n[ 0.284602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286450] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289643] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292493] KVM setup paravirtual spinlock\n[ 0.294262] x86: Booted up 1 node, 1 CPUs\n[ 0.295586] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297807] devtmpfs: initialized\n[ 0.299944] evm: security.selinux\n[ 0.301079] evm: security.SMACK64\n[ 0.302184] evm: security.SMACK64EXEC\n[ 0.303373] evm: security.SMACK64TRANSMUTE\n[ 0.304665] evm: security.SMACK64MMAP\n[ 0.305859] evm: security.ima\n[ 0.306907] evm: security.capability\n[ 0.308169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.311118] pinctrl core: initialized pinctrl subsystem\n[ 0.312834] RTC time: 7:22:30, date: 08/24/18\n[ 0.314324] NET: Registered protocol family 16\n[ 0.315851] cpuidle: using governor ladder\n[ 0.317193] cpuidle: using governor menu\n[ 0.318460] PCCT header not found.\n[ 0.319625] ACPI: bus type PCI registered\n[ 0.320906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.322887] PCI: Using configuration type 1 for base access\n[ 0.325291] ACPI: Added _OSI(Module Device)\n[ 0.326664] ACPI: Added _OSI(Processor Device)\n[ 0.328088] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.329537] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331933] ACPI: Interpreter enabled\n[ 0.333169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.336195] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.339217] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.342203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.345181] ACPI: (supports S0 S5)\n[ 0.346313] ACPI: Using IOAPIC for interrupt routing\n[ 0.347897] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.352103] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.353947] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.355952] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.357946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361480] acpiphp: Slot [3] registered\n[ 0.362774] acpiphp: Slot [4] registered\n[ 0.364061] acpiphp: Slot [5] registered\n[ 0.365347] acpiphp: Slot [6] registered\n[ 0.366637] acpiphp: Slot [7] registered\n[ 0.367972] acpiphp: Slot [8] registered\n[ 0.369252] acpiphp: Slot [9] registered\n[ 0.370544] acpiphp: Slot [10] registered\n[ 0.371925] acpiphp: Slot [11] registered\n[ 0.373053] acpiphp: Slot [12] registered\n[ 0.374169] acpiphp: Slot [13] registered\n[ 0.375289] acpiphp: Slot [14] registered\n[ 0.376409] acpiphp: Slot [15] registered\n[ 0.391673] acpiphp: Slot [16] registered\n[ 0.392793] acpiphp: Slot [17] registered\n[ 0.393916] acpiphp: Slot [18] registered\n[ 0.395028] acpiphp: Slot [19] registered\n[ 0.396145] acpiphp: Slot [20] registered\n[ 0.397263] acpiphp: Slot [21] registered\n[ 0.398383] acpiphp: Slot [22] registered\n[ 0.399497] acpiphp: Slot [23] registered\n[ 0.400619] acpiphp: Slot [24] registered\n[ 0.401740] acpiphp: Slot [25] registered\n[ 0.402862] acpiphp: Slot [26] registered\n[ 0.403972] acpiphp: Slot [27] registered\n[ 0.405090] acpiphp: Slot [28] registered\n[ 0.406212] acpiphp: Slot [29] registered\n[ 0.407323] acpiphp: Slot [30] registered\n[ 0.408438] acpiphp: Slot [31] registered\n[ 0.409555] PCI host bridge to bus 0000:00\n[ 0.410673] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.412331] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.413995] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.415996] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418005] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420040] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.424033] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.425778] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.427384] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.429103] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.433470] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.435464] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.456140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.458144] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.460114] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.462060] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.464094] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.465824] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.467640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.469087] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.471233] vgaarb: loaded\n[ 0.472075] vgaarb: bridge control possible 0000:00:02.0\n[ 0.473736] SCSI subsystem initialized\n[ 0.475004] ACPI: bus type USB registered\n[ 0.476153] usbcore: registered new interface driver usbfs\n[ 0.477589] usbcore: registered new interface driver hub\n[ 0.478977] usbcore: registered new device driver usb\n[ 0.480489] PCI: Using ACPI for IRQ routing\n[ 0.482017] NetLabel: Initializing\n[ 0.483017] NetLabel: domain hash size = 128\n[ 0.484199] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.485530] NetLabel: unlabeled traffic allowed by default\n[ 0.487124] clocksource: Switched to clocksource kvm-clock\n[ 0.497313] AppArmor: AppArmor Filesystem Enabled\n[ 0.498645] pnp: PnP ACPI init\n[ 0.499889] pnp: PnP ACPI: found 5 devices\n[ 0.506731] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509092] NET: Registered protocol family 2\n[ 0.510515] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512296] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.513971] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.515628] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.517123] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518735] NET: Registered protocol family 1\n[ 0.519952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.521466] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.522963] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539669] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.555266] Trying to unpack rootfs image as initramfs...\n[ 0.617714] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620377] Scanning for low memory corruption every 60 seconds\n[ 0.622385] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624028] audit: initializing netlink subsys (disabled)\n[ 0.625519] audit: type=2000 audit(1535095351.061:1): initialized\n[ 0.627470] Initialise system trusted keyring\n[ 0.628854] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630485] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633207] zbud: loaded\n[ 0.634222] VFS: Disk quotas dquot_6.6.0\n[ 0.635398] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637611] fuse init (API version 7.23)\n[ 0.638863] Key type big_key registered\n[ 0.640009] Allocating IMA MOK and blacklist keyrings.\n[ 0.641708] Key type asymmetric registered\n[ 0.642873] Asymmetric key parser 'x509' registered\n[ 0.644221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646340] io scheduler noop registered\n[ 0.647468] io scheduler deadline registered (default)\n[ 0.648869] io scheduler cfq registered\n[ 0.650079] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655407] ACPI: Power Button [PWRF]\n[ 0.656624] GHES: HEST is not enabled!\n[ 0.670656] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.699883] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.702947] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726697] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729866] Linux agpgart interface v0.103\n[ 0.733287] brd: module loaded\n[ 0.735537] loop: module loaded\n[ 0.740919] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742983] GPT:90111 != 2097151\n[ 0.743949] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745495] GPT:90111 != 2097151\n[ 0.746458] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747842] vda: vda1 vda15\n[ 0.749573] scsi host0: ata_piix\n[ 0.750672] scsi host1: ata_piix\n[ 0.751696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.753419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.755477] libphy: Fixed MDIO Bus: probed\n[ 0.756655] tun: Universal TUN/TAP device driver, 1.6\n[ 0.758018] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.761033] PPP generic driver version 2.4.2\n[ 0.762329] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.764036] ehci-pci: EHCI PCI platform driver\n[ 0.765293] ehci-platform: EHCI generic platform driver\n[ 0.766735] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.768362] ohci-pci: OHCI PCI platform driver\n[ 0.769621] ohci-platform: OHCI generic platform driver\n[ 0.771061] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.785761] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.787185] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.789257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.790648] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.792240] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.793951] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.795960] usb usb1: Product: UHCI Host Controller\n[ 0.797258] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.798842] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.800264] hub 1-0:1.0: USB hub found\n[ 0.801354] hub 1-0:1.0: 2 ports detected\n[ 0.802643] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.805584] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.806919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.808345] mousedev: PS/2 mouse device common for all mice\n[ 0.810084] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.812630] rtc_cmos 00:00: RTC can wake from S4\n[ 0.814194] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.815857] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.817509] i2c /dev entries driver\n[ 0.818569] device-mapper: uevent: version 1.0.3\n[ 0.819903] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.822207] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.824098] NET: Registered protocol family 10\n[ 0.825690] NET: Registered protocol family 17\n[ 0.826936] Key type dns_resolver registered\n[ 0.828247] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.829771] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.832240] registered taskstats version 1\n[ 0.833426] Loading compiled-in X.509 certificates\n[ 0.835303] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.837893] zswap: loaded using pool lzo/zbud\n[ 0.839962] Key type trusted registered\n[ 0.842127] Key type encrypted registered\n[ 0.843306] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.844761] ima: No TPM chip found, activating TPM-bypass!\n[ 0.846212] evm: HMAC attrs: 0x1\n[ 0.847550] Magic number: 14:379:370\n[ 0.848742] rtc_cmos 00:00: setting system clock to 2018-08-24 07:22:30 UTC (1535095350)\n[ 0.851023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.852596] EDD information not available.\n[ 0.916716] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.933661] Write protecting the kernel read-only data: 14336k\n[ 0.936667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.939162] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.987056] 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.83\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-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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCe8amj8WL9IhZfQsQQipcsAgAWxUPfThjtgn26qL/1E6Ve3wG111m9Sx61EUuLfbeCS3PysL039wPpkC0Vj/bOdwuHInXRhXZ2F8HgKchvIerPi9k0Wi57kw1zllm+NwMNeYb070gh44gXW1hM06uL1RxxkibF1+9+pt/eLeXB6M9rcjRzOgIU6n8aL7vPlKzpA6TjPAXwrbklEACe0fniOzwUZcEmsjG7YsgYWK7GXRQm+kk0RajD35Cb0nwJMm1gg+C5OeHqwNaFkfzo/bbnBomJkerxAKyyi9gjsAazSt1psZKvXVnwfFy+pqf4SwDVt2YAXeGIUSocqtGN2yQV root@vping-ssh-vm-51164c2c-9bfe-4642-9cd6-46bada4e50c3\nssh-dss AAAAB3NzaC1kc3MAAACBALmXKY/60JmDpHYk7d8UpFvNRYr5/dp2tEdsqPH+AzwjIz/UTwFiK4ZXDwHEzDuKRy/tzDjJd8lNdgd+P2iGbXDDT9zlpHBCq5T41AKX+cWDsXAW2334vMz6b6roREUy+yupLpO3VckNKVNbquwaJxoCaC9tQiTXhXx3JWTEGjIHAAAAFQCDLlCFQpd0EKHLMGsPNVUPic1I2wAAAIEAuCc66qd02IRxgwtZq8JTD6cFBqvDoSIPvYHbuee1uaZaE/SqY+7LfoIEge26OcjwVpo5tDl0a2EwzKS8VXXTZ6PaD0MM9h+A3rYfW5iXgYJeLMFRCEYaSRzkhCjUQ0hWptnZGKMl5VKzFJbfM8Q/nwtg/5VCv6Ft9liH3qSXo2gAAACAdlzoa8FuBTWU99BtCyTL4SLe7SPPhEYlJBdJYYvq8Bb4rDTst9hIyEnIeQ44o76IA/8HngWt/wZvi4rY6cMsfoFfMSOhv6sqGApNJjoS4ByYwxQpR7EuUoNizXTYCNG7TlV3HyXmFTJfKHvlnV/aJlIklC1jf+0erqbJiCzxiQc= root@vping-ssh-vm-51164c2c-9bfe-4642-9cd6-46bada4e50c3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.16s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe39:8436/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.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-51164c2c-9bfe-4642-9cd6-46bada4e50c3\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.13 ===\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-51164c2c-9bfe-4642-9cd6-46bada4e50c3 login: "} 2018-08-24 07:22:36,146 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6/action used request id req-c904714f-22bd-4f35-984c-49c8fc31a2d4 2018-08-24 07:22:36,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.916136980057s 2018-08-24 07:22:36,147 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6/action used request id req-c904714f-22bd-4f35-984c-49c8fc31a2d4 2018-08-24 07:22:36,147 - 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 529029537 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.194870] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.197314] pid_max: default: 32768 minimum: 301 [ 0.198673] ACPI: Core revision 20150930 [ 0.200373] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.202274] Security Framework initialized [ 0.203482] Yama: becoming mindful. [ 0.204532] AppArmor: AppArmor initialized [ 0.205815] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.207718] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.209554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211319] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213284] Initializing cgroup subsys io [ 0.214509] Initializing cgroup subsys memory [ 0.215790] Initializing cgroup subsys devices [ 0.217046] Initializing cgroup subsys freezer [ 0.218318] Initializing cgroup subsys net_cls [ 0.219602] Initializing cgroup subsys perf_event [ 0.220920] Initializing cgroup subsys net_prio [ 0.222241] Initializing cgroup subsys hugetlb [ 0.223531] Initializing cgroup subsys pids [ 0.224731] CPU: Physical Processor ID: 0 [ 0.226549] mce: CPU supports 10 MCE banks [ 0.227700] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229171] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.244391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.251467] ftrace: allocating 31920 entries in 125 pages [ 0.277164] smpboot: Max logical packages: 1 [ 0.278542] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.280692] x2apic enabled [ 0.281954] Switched APIC routing to physical x2apic. [ 0.284602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.286450] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.289643] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.292493] KVM setup paravirtual spinlock [ 0.294262] x86: Booted up 1 node, 1 CPUs [ 0.295586] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.297807] devtmpfs: initialized [ 0.299944] evm: security.selinux [ 0.301079] evm: security.SMACK64 [ 0.302184] evm: security.SMACK64EXEC [ 0.303373] evm: security.SMACK64TRANSMUTE [ 0.304665] evm: security.SMACK64MMAP [ 0.305859] evm: security.ima [ 0.306907] evm: security.capability [ 0.308169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.311118] pinctrl core: initialized pinctrl subsystem [ 0.312834] RTC time: 7:22:30, date: 08/24/18 [ 0.314324] NET: Registered protocol family 16 [ 0.315851] cpuidle: using governor ladder [ 0.317193] cpuidle: using governor menu [ 0.318460] PCCT header not found. [ 0.319625] ACPI: bus type PCI registered [ 0.320906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.322887] PCI: Using configuration type 1 for base access [ 0.325291] ACPI: Added _OSI(Module Device) [ 0.326664] ACPI: Added _OSI(Processor Device) [ 0.328088] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.329537] ACPI: Added _OSI(Processor Aggregator Device) [ 0.331933] ACPI: Interpreter enabled [ 0.333169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.336195] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.339217] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.342203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.345181] ACPI: (supports S0 S5) [ 0.346313] ACPI: Using IOAPIC for interrupt routing [ 0.347897] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.352103] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.353947] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.355952] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.357946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.361480] acpiphp: Slot [3] registered [ 0.362774] acpiphp: Slot [4] registered [ 0.364061] acpiphp: Slot [5] registered [ 0.365347] acpiphp: Slot [6] registered [ 0.366637] acpiphp: Slot [7] registered [ 0.367972] acpiphp: Slot [8] registered [ 0.369252] acpiphp: Slot [9] registered [ 0.370544] acpiphp: Slot [10] registered [ 0.371925] acpiphp: Slot [11] registered [ 0.373053] acpiphp: Slot [12] registered [ 0.374169] acpiphp: Slot [13] registered [ 0.375289] acpiphp: Slot [14] registered [ 0.376409] acpiphp: Slot [15] registered [ 0.391673] acpiphp: Slot [16] registered [ 0.392793] acpiphp: Slot [17] registered [ 0.393916] acpiphp: Slot [18] registered [ 0.395028] acpiphp: Slot [19] registered [ 0.396145] acpiphp: Slot [20] registered [ 0.397263] acpiphp: Slot [21] registered [ 0.398383] acpiphp: Slot [22] registered [ 0.399497] acpiphp: Slot [23] registered [ 0.400619] acpiphp: Slot [24] registered [ 0.401740] acpiphp: Slot [25] registered [ 0.402862] acpiphp: Slot [26] registered [ 0.403972] acpiphp: Slot [27] registered [ 0.405090] acpiphp: Slot [28] registered [ 0.406212] acpiphp: Slot [29] registered [ 0.407323] acpiphp: Slot [30] registered [ 0.408438] acpiphp: Slot [31] registered [ 0.409555] PCI host bridge to bus 0000:00 [ 0.410673] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.412331] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.413995] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.415996] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.418005] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.420040] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.424033] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.425778] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.427384] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.429103] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.433470] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.435464] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.456140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.458144] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.460114] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.462060] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.464094] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.465824] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.467640] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.469087] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.471233] vgaarb: loaded [ 0.472075] vgaarb: bridge control possible 0000:00:02.0 [ 0.473736] SCSI subsystem initialized [ 0.475004] ACPI: bus type USB registered [ 0.476153] usbcore: registered new interface driver usbfs [ 0.477589] usbcore: registered new interface driver hub [ 0.478977] usbcore: registered new device driver usb [ 0.480489] PCI: Using ACPI for IRQ routing [ 0.482017] NetLabel: Initializing [ 0.483017] NetLabel: domain hash size = 128 [ 0.484199] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.485530] NetLabel: unlabeled traffic allowed by default [ 0.487124] clocksource: Switched to clocksource kvm-clock [ 0.497313] AppArmor: AppArmor Filesystem Enabled [ 0.498645] pnp: PnP ACPI init [ 0.499889] pnp: PnP ACPI: found 5 devices [ 0.506731] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.509092] NET: Registered protocol family 2 [ 0.510515] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.512296] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.513971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.515628] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.517123] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.518735] NET: Registered protocol family 1 [ 0.519952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.521466] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.522963] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.539669] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.555266] Trying to unpack rootfs image as initramfs... [ 0.617714] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.620377] Scanning for low memory corruption every 60 seconds [ 0.622385] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.624028] audit: initializing netlink subsys (disabled) [ 0.625519] audit: type=2000 audit(1535095351.061:1): initialized [ 0.627470] Initialise system trusted keyring [ 0.628854] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.630485] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.633207] zbud: loaded [ 0.634222] VFS: Disk quotas dquot_6.6.0 [ 0.635398] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.637611] fuse init (API version 7.23) [ 0.638863] Key type big_key registered [ 0.640009] Allocating IMA MOK and blacklist keyrings. [ 0.641708] Key type asymmetric registered [ 0.642873] Asymmetric key parser 'x509' registered [ 0.644221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.646340] io scheduler noop registered [ 0.647468] io scheduler deadline registered (default) [ 0.648869] io scheduler cfq registered [ 0.650079] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.651556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.653337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.655407] ACPI: Power Button [PWRF] [ 0.656624] GHES: HEST is not enabled! [ 0.670656] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.699883] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.702947] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.726697] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.729866] Linux agpgart interface v0.103 [ 0.733287] brd: module loaded [ 0.735537] loop: module loaded [ 0.740919] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.742983] GPT:90111 != 2097151 [ 0.743949] GPT:Alternate GPT header not at the end of the disk. [ 0.745495] GPT:90111 != 2097151 [ 0.746458] GPT: Use GNU Parted to correct GPT errors. [ 0.747842] vda: vda1 vda15 [ 0.749573] scsi host0: ata_piix [ 0.750672] scsi host1: ata_piix [ 0.751696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.753419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.755477] libphy: Fixed MDIO Bus: probed [ 0.756655] tun: Universal TUN/TAP device driver, 1.6 [ 0.758018] tun: (C) 1999-2004 Max Krasnyansky [ 0.761033] PPP generic driver version 2.4.2 [ 0.762329] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.764036] ehci-pci: EHCI PCI platform driver [ 0.765293] ehci-platform: EHCI generic platform driver [ 0.766735] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.768362] ohci-pci: OHCI PCI platform driver [ 0.769621] ohci-platform: OHCI generic platform driver [ 0.771061] uhci_hcd: USB Universal Host Controller Interface driver [ 0.785761] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.787185] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.789257] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.790648] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.792240] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.793951] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.795960] usb usb1: Product: UHCI Host Controller [ 0.797258] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.798842] usb usb1: SerialNumber: 0000:00:01.2 [ 0.800264] hub 1-0:1.0: USB hub found [ 0.801354] hub 1-0:1.0: 2 ports detected [ 0.802643] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.805584] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.806919] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.808345] mousedev: PS/2 mouse device common for all mice [ 0.810084] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.812630] rtc_cmos 00:00: RTC can wake from S4 [ 0.814194] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.815857] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.817509] i2c /dev entries driver [ 0.818569] device-mapper: uevent: version 1.0.3 [ 0.819903] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.822207] ledtrig-cpu: registered to indicate activity on CPUs [ 0.824098] NET: Registered protocol family 10 [ 0.825690] NET: Registered protocol family 17 [ 0.826936] Key type dns_resolver registered [ 0.828247] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.829771] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.832240] registered taskstats version 1 [ 0.833426] Loading compiled-in X.509 certificates [ 0.835303] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.837893] zswap: loaded using pool lzo/zbud [ 0.839962] Key type trusted registered [ 0.842127] Key type encrypted registered [ 0.843306] AppArmor: AppArmor sha1 policy hashing enabled [ 0.844761] ima: No TPM chip found, activating TPM-bypass! [ 0.846212] evm: HMAC attrs: 0x1 [ 0.847550] Magic number: 14:379:370 [ 0.848742] rtc_cmos 00:00: setting system clock to 2018-08-24 07:22:30 UTC (1535095350) [ 0.851023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.852596] EDD information not available. [ 0.916716] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.933661] Write protecting the kernel read-only data: 14336k [ 0.936667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.939162] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.987056] 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.83 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-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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCe8amj8WL9IhZfQsQQipcsAgAWxUPfThjtgn26qL/1E6Ve3wG111m9Sx61EUuLfbeCS3PysL039wPpkC0Vj/bOdwuHInXRhXZ2F8HgKchvIerPi9k0Wi57kw1zllm+NwMNeYb070gh44gXW1hM06uL1RxxkibF1+9+pt/eLeXB6M9rcjRzOgIU6n8aL7vPlKzpA6TjPAXwrbklEACe0fniOzwUZcEmsjG7YsgYWK7GXRQm+kk0RajD35Cb0nwJMm1gg+C5OeHqwNaFkfzo/bbnBomJkerxAKyyi9gjsAazSt1psZKvXVnwfFy+pqf4SwDVt2YAXeGIUSocqtGN2yQV root@vping-ssh-vm-51164c2c-9bfe-4642-9cd6-46bada4e50c3 ssh-dss AAAAB3NzaC1kc3MAAACBALmXKY/60JmDpHYk7d8UpFvNRYr5/dp2tEdsqPH+AzwjIz/UTwFiK4ZXDwHEzDuKRy/tzDjJd8lNdgd+P2iGbXDDT9zlpHBCq5T41AKX+cWDsXAW2334vMz6b6roREUy+yupLpO3VckNKVNbquwaJxoCaC9tQiTXhXx3JWTEGjIHAAAAFQCDLlCFQpd0EKHLMGsPNVUPic1I2wAAAIEAuCc66qd02IRxgwtZq8JTD6cFBqvDoSIPvYHbuee1uaZaE/SqY+7LfoIEge26OcjwVpo5tDl0a2EwzKS8VXXTZ6PaD0MM9h+A3rYfW5iXgYJeLMFRCEYaSRzkhCjUQ0hWptnZGKMl5VKzFJbfM8Q/nwtg/5VCv6Ft9liH3qSXo2gAAACAdlzoa8FuBTWU99BtCyTL4SLe7SPPhEYlJBdJYYvq8Bb4rDTst9hIyEnIeQ44o76IA/8HngWt/wZvi4rY6cMsfoFfMSOhv6sqGApNJjoS4ByYwxQpR7EuUoNizXTYCNG7TlV3HyXmFTJfKHvlnV/aJlIklC1jf+0erqbJiCzxiQc= root@vping-ssh-vm-51164c2c-9bfe-4642-9cd6-46bada4e50c3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.16s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe39:8436/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.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-51164c2c-9bfe-4642-9cd6-46bada4e50c3 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.13 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-51164c2c-9bfe-4642-9cd6-46bada4e50c3 login: 2018-08-24 07:22:37,149 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-08-24 07:22:46,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-24 07:22:46,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6/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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-24 07:22:46,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1de6393f-d8c1-4761-961a-3203fae00a92 x-compute-request-id: req-1de6393f-d8c1-4761-961a-3203fae00a92 Content-Encoding: gzip Content-Length: 9584 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529029537 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.194870] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.197314] pid_max: default: 32768 minimum: 301\n[ 0.198673] ACPI: Core revision 20150930\n[ 0.200373] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202274] Security Framework initialized\n[ 0.203482] Yama: becoming mindful.\n[ 0.204532] AppArmor: AppArmor initialized\n[ 0.205815] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207718] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211319] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213284] Initializing cgroup subsys io\n[ 0.214509] Initializing cgroup subsys memory\n[ 0.215790] Initializing cgroup subsys devices\n[ 0.217046] Initializing cgroup subsys freezer\n[ 0.218318] Initializing cgroup subsys net_cls\n[ 0.219602] Initializing cgroup subsys perf_event\n[ 0.220920] Initializing cgroup subsys net_prio\n[ 0.222241] Initializing cgroup subsys hugetlb\n[ 0.223531] Initializing cgroup subsys pids\n[ 0.224731] CPU: Physical Processor ID: 0\n[ 0.226549] mce: CPU supports 10 MCE banks\n[ 0.227700] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229171] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251467] ftrace: allocating 31920 entries in 125 pages\n[ 0.277164] smpboot: Max logical packages: 1\n[ 0.278542] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280692] x2apic enabled\n[ 0.281954] Switched APIC routing to physical x2apic.\n[ 0.284602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286450] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289643] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292493] KVM setup paravirtual spinlock\n[ 0.294262] x86: Booted up 1 node, 1 CPUs\n[ 0.295586] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297807] devtmpfs: initialized\n[ 0.299944] evm: security.selinux\n[ 0.301079] evm: security.SMACK64\n[ 0.302184] evm: security.SMACK64EXEC\n[ 0.303373] evm: security.SMACK64TRANSMUTE\n[ 0.304665] evm: security.SMACK64MMAP\n[ 0.305859] evm: security.ima\n[ 0.306907] evm: security.capability\n[ 0.308169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.311118] pinctrl core: initialized pinctrl subsystem\n[ 0.312834] RTC time: 7:22:30, date: 08/24/18\n[ 0.314324] NET: Registered protocol family 16\n[ 0.315851] cpuidle: using governor ladder\n[ 0.317193] cpuidle: using governor menu\n[ 0.318460] PCCT header not found.\n[ 0.319625] ACPI: bus type PCI registered\n[ 0.320906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.322887] PCI: Using configuration type 1 for base access\n[ 0.325291] ACPI: Added _OSI(Module Device)\n[ 0.326664] ACPI: Added _OSI(Processor Device)\n[ 0.328088] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.329537] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331933] ACPI: Interpreter enabled\n[ 0.333169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.336195] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.339217] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.342203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.345181] ACPI: (supports S0 S5)\n[ 0.346313] ACPI: Using IOAPIC for interrupt routing\n[ 0.347897] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.352103] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.353947] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.355952] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.357946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361480] acpiphp: Slot [3] registered\n[ 0.362774] acpiphp: Slot [4] registered\n[ 0.364061] acpiphp: Slot [5] registered\n[ 0.365347] acpiphp: Slot [6] registered\n[ 0.366637] acpiphp: Slot [7] registered\n[ 0.367972] acpiphp: Slot [8] registered\n[ 0.369252] acpiphp: Slot [9] registered\n[ 0.370544] acpiphp: Slot [10] registered\n[ 0.371925] acpiphp: Slot [11] registered\n[ 0.373053] acpiphp: Slot [12] registered\n[ 0.374169] acpiphp: Slot [13] registered\n[ 0.375289] acpiphp: Slot [14] registered\n[ 0.376409] acpiphp: Slot [15] registered\n[ 0.391673] acpiphp: Slot [16] registered\n[ 0.392793] acpiphp: Slot [17] registered\n[ 0.393916] acpiphp: Slot [18] registered\n[ 0.395028] acpiphp: Slot [19] registered\n[ 0.396145] acpiphp: Slot [20] registered\n[ 0.397263] acpiphp: Slot [21] registered\n[ 0.398383] acpiphp: Slot [22] registered\n[ 0.399497] acpiphp: Slot [23] registered\n[ 0.400619] acpiphp: Slot [24] registered\n[ 0.401740] acpiphp: Slot [25] registered\n[ 0.402862] acpiphp: Slot [26] registered\n[ 0.403972] acpiphp: Slot [27] registered\n[ 0.405090] acpiphp: Slot [28] registered\n[ 0.406212] acpiphp: Slot [29] registered\n[ 0.407323] acpiphp: Slot [30] registered\n[ 0.408438] acpiphp: Slot [31] registered\n[ 0.409555] PCI host bridge to bus 0000:00\n[ 0.410673] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.412331] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.413995] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.415996] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418005] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420040] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.424033] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.425778] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.427384] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.429103] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.433470] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.435464] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.456140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.458144] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.460114] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.462060] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.464094] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.465824] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.467640] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.469087] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.471233] vgaarb: loaded\n[ 0.472075] vgaarb: bridge control possible 0000:00:02.0\n[ 0.473736] SCSI subsystem initialized\n[ 0.475004] ACPI: bus type USB registered\n[ 0.476153] usbcore: registered new interface driver usbfs\n[ 0.477589] usbcore: registered new interface driver hub\n[ 0.478977] usbcore: registered new device driver usb\n[ 0.480489] PCI: Using ACPI for IRQ routing\n[ 0.482017] NetLabel: Initializing\n[ 0.483017] NetLabel: domain hash size = 128\n[ 0.484199] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.485530] NetLabel: unlabeled traffic allowed by default\n[ 0.487124] clocksource: Switched to clocksource kvm-clock\n[ 0.497313] AppArmor: AppArmor Filesystem Enabled\n[ 0.498645] pnp: PnP ACPI init\n[ 0.499889] pnp: PnP ACPI: found 5 devices\n[ 0.506731] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509092] NET: Registered protocol family 2\n[ 0.510515] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512296] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.513971] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.515628] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.517123] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518735] NET: Registered protocol family 1\n[ 0.519952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.521466] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.522963] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539669] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.555266] Trying to unpack rootfs image as initramfs...\n[ 0.617714] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620377] Scanning for low memory corruption every 60 seconds\n[ 0.622385] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624028] audit: initializing netlink subsys (disabled)\n[ 0.625519] audit: type=2000 audit(1535095351.061:1): initialized\n[ 0.627470] Initialise system trusted keyring\n[ 0.628854] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630485] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633207] zbud: loaded\n[ 0.634222] VFS: Disk quotas dquot_6.6.0\n[ 0.635398] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637611] fuse init (API version 7.23)\n[ 0.638863] Key type big_key registered\n[ 0.640009] Allocating IMA MOK and blacklist keyrings.\n[ 0.641708] Key type asymmetric registered\n[ 0.642873] Asymmetric key parser 'x509' registered\n[ 0.644221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646340] io scheduler noop registered\n[ 0.647468] io scheduler deadline registered (default)\n[ 0.648869] io scheduler cfq registered\n[ 0.650079] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655407] ACPI: Power Button [PWRF]\n[ 0.656624] GHES: HEST is not enabled!\n[ 0.670656] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.699883] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.702947] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726697] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729866] Linux agpgart interface v0.103\n[ 0.733287] brd: module loaded\n[ 0.735537] loop: module loaded\n[ 0.740919] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742983] GPT:90111 != 2097151\n[ 0.743949] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745495] GPT:90111 != 2097151\n[ 0.746458] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747842] vda: vda1 vda15\n[ 0.749573] scsi host0: ata_piix\n[ 0.750672] scsi host1: ata_piix\n[ 0.751696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.753419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.755477] libphy: Fixed MDIO Bus: probed\n[ 0.756655] tun: Universal TUN/TAP device driver, 1.6\n[ 0.758018] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.761033] PPP generic driver version 2.4.2\n[ 0.762329] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.764036] ehci-pci: EHCI PCI platform driver\n[ 0.765293] ehci-platform: EHCI generic platform driver\n[ 0.766735] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.768362] ohci-pci: OHCI PCI platform driver\n[ 0.769621] ohci-platform: OHCI generic platform driver\n[ 0.771061] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.785761] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.787185] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.789257] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.790648] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.792240] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.793951] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.795960] usb usb1: Product: UHCI Host Controller\n[ 0.797258] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.798842] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.800264] hub 1-0:1.0: USB hub found\n[ 0.801354] hub 1-0:1.0: 2 ports detected\n[ 0.802643] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.805584] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.806919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.808345] mousedev: PS/2 mouse device common for all mice\n[ 0.810084] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.812630] rtc_cmos 00:00: RTC can wake from S4\n[ 0.814194] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.815857] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.817509] i2c /dev entries driver\n[ 0.818569] device-mapper: uevent: version 1.0.3\n[ 0.819903] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.822207] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.824098] NET: Registered protocol family 10\n[ 0.825690] NET: Registered protocol family 17\n[ 0.826936] Key type dns_resolver registered\n[ 0.828247] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.829771] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.832240] registered taskstats version 1\n[ 0.833426] Loading compiled-in X.509 certificates\n[ 0.835303] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.837893] zswap: loaded using pool lzo/zbud\n[ 0.839962] Key type trusted registered\n[ 0.842127] Key type encrypted registered\n[ 0.843306] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.844761] ima: No TPM chip found, activating TPM-bypass!\n[ 0.846212] evm: HMAC attrs: 0x1\n[ 0.847550] Magic number: 14:379:370\n[ 0.848742] rtc_cmos 00:00: setting system clock to 2018-08-24 07:22:30 UTC (1535095350)\n[ 0.851023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.852596] EDD information not available.\n[ 0.916716] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.933661] Write protecting the kernel read-only data: 14336k\n[ 0.936667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.939162] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.987056] 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.83\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-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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCe8amj8WL9IhZfQsQQipcsAgAWxUPfThjtgn26qL/1E6Ve3wG111m9Sx61EUuLfbeCS3PysL039wPpkC0Vj/bOdwuHInXRhXZ2F8HgKchvIerPi9k0Wi57kw1zllm+NwMNeYb070gh44gXW1hM06uL1RxxkibF1+9+pt/eLeXB6M9rcjRzOgIU6n8aL7vPlKzpA6TjPAXwrbklEACe0fniOzwUZcEmsjG7YsgYWK7GXRQm+kk0RajD35Cb0nwJMm1gg+C5OeHqwNaFkfzo/bbnBomJkerxAKyyi9gjsAazSt1psZKvXVnwfFy+pqf4SwDVt2YAXeGIUSocqtGN2yQV root@vping-ssh-vm-51164c2c-9bfe-4642-9cd6-46bada4e50c3\nssh-dss AAAAB3NzaC1kc3MAAACBALmXKY/60JmDpHYk7d8UpFvNRYr5/dp2tEdsqPH+AzwjIz/UTwFiK4ZXDwHEzDuKRy/tzDjJd8lNdgd+P2iGbXDDT9zlpHBCq5T41AKX+cWDsXAW2334vMz6b6roREUy+yupLpO3VckNKVNbquwaJxoCaC9tQiTXhXx3JWTEGjIHAAAAFQCDLlCFQpd0EKHLMGsPNVUPic1I2wAAAIEAuCc66qd02IRxgwtZq8JTD6cFBqvDoSIPvYHbuee1uaZaE/SqY+7LfoIEge26OcjwVpo5tDl0a2EwzKS8VXXTZ6PaD0MM9h+A3rYfW5iXgYJeLMFRCEYaSRzkhCjUQ0hWptnZGKMl5VKzFJbfM8Q/nwtg/5VCv6Ft9liH3qSXo2gAAACAdlzoa8FuBTWU99BtCyTL4SLe7SPPhEYlJBdJYYvq8Bb4rDTst9hIyEnIeQ44o76IA/8HngWt/wZvi4rY6cMsfoFfMSOhv6sqGApNJjoS4ByYwxQpR7EuUoNizXTYCNG7TlV3HyXmFTJfKHvlnV/aJlIklC1jf+0erqbJiCzxiQc= root@vping-ssh-vm-51164c2c-9bfe-4642-9cd6-46bada4e50c3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.16s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe39:8436/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.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-51164c2c-9bfe-4642-9cd6-46bada4e50c3\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.13 ===\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-51164c2c-9bfe-4642-9cd6-46bada4e50c3 login: "} 2018-08-24 07:22:46,284 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6/action used request id req-1de6393f-d8c1-4761-961a-3203fae00a92 2018-08-24 07:22:46,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.125038146973s 2018-08-24 07:22:46,285 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6/action used request id req-1de6393f-d8c1-4761-961a-3203fae00a92 2018-08-24 07:22:46,285 - 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 529029537 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.194870] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.197314] pid_max: default: 32768 minimum: 301 [ 0.198673] ACPI: Core revision 20150930 [ 0.200373] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.202274] Security Framework initialized [ 0.203482] Yama: becoming mindful. [ 0.204532] AppArmor: AppArmor initialized [ 0.205815] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.207718] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.209554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211319] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213284] Initializing cgroup subsys io [ 0.214509] Initializing cgroup subsys memory [ 0.215790] Initializing cgroup subsys devices [ 0.217046] Initializing cgroup subsys freezer [ 0.218318] Initializing cgroup subsys net_cls [ 0.219602] Initializing cgroup subsys perf_event [ 0.220920] Initializing cgroup subsys net_prio [ 0.222241] Initializing cgroup subsys hugetlb [ 0.223531] Initializing cgroup subsys pids [ 0.224731] CPU: Physical Processor ID: 0 [ 0.226549] mce: CPU supports 10 MCE banks [ 0.227700] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229171] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.244391] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.251467] ftrace: allocating 31920 entries in 125 pages [ 0.277164] smpboot: Max logical packages: 1 [ 0.278542] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.280692] x2apic enabled [ 0.281954] Switched APIC routing to physical x2apic. [ 0.284602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.286450] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.289643] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.292493] KVM setup paravirtual spinlock [ 0.294262] x86: Booted up 1 node, 1 CPUs [ 0.295586] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.297807] devtmpfs: initialized [ 0.299944] evm: security.selinux [ 0.301079] evm: security.SMACK64 [ 0.302184] evm: security.SMACK64EXEC [ 0.303373] evm: security.SMACK64TRANSMUTE [ 0.304665] evm: security.SMACK64MMAP [ 0.305859] evm: security.ima [ 0.306907] evm: security.capability [ 0.308169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.311118] pinctrl core: initialized pinctrl subsystem [ 0.312834] RTC time: 7:22:30, date: 08/24/18 [ 0.314324] NET: Registered protocol family 16 [ 0.315851] cpuidle: using governor ladder [ 0.317193] cpuidle: using governor menu [ 0.318460] PCCT header not found. [ 0.319625] ACPI: bus type PCI registered [ 0.320906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.322887] PCI: Using configuration type 1 for base access [ 0.325291] ACPI: Added _OSI(Module Device) [ 0.326664] ACPI: Added _OSI(Processor Device) [ 0.328088] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.329537] ACPI: Added _OSI(Processor Aggregator Device) [ 0.331933] ACPI: Interpreter enabled [ 0.333169] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.336195] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.339217] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.342203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.345181] ACPI: (supports S0 S5) [ 0.346313] ACPI: Using IOAPIC for interrupt routing [ 0.347897] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.352103] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.353947] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.355952] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.357946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.361480] acpiphp: Slot [3] registered [ 0.362774] acpiphp: Slot [4] registered [ 0.364061] acpiphp: Slot [5] registered [ 0.365347] acpiphp: Slot [6] registered [ 0.366637] acpiphp: Slot [7] registered [ 0.367972] acpiphp: Slot [8] registered [ 0.369252] acpiphp: Slot [9] registered [ 0.370544] acpiphp: Slot [10] registered [ 0.371925] acpiphp: Slot [11] registered [ 0.373053] acpiphp: Slot [12] registered [ 0.374169] acpiphp: Slot [13] registered [ 0.375289] acpiphp: Slot [14] registered [ 0.376409] acpiphp: Slot [15] registered [ 0.391673] acpiphp: Slot [16] registered [ 0.392793] acpiphp: Slot [17] registered [ 0.393916] acpiphp: Slot [18] registered [ 0.395028] acpiphp: Slot [19] registered [ 0.396145] acpiphp: Slot [20] registered [ 0.397263] acpiphp: Slot [21] registered [ 0.398383] acpiphp: Slot [22] registered [ 0.399497] acpiphp: Slot [23] registered [ 0.400619] acpiphp: Slot [24] registered [ 0.401740] acpiphp: Slot [25] registered [ 0.402862] acpiphp: Slot [26] registered [ 0.403972] acpiphp: Slot [27] registered [ 0.405090] acpiphp: Slot [28] registered [ 0.406212] acpiphp: Slot [29] registered [ 0.407323] acpiphp: Slot [30] registered [ 0.408438] acpiphp: Slot [31] registered [ 0.409555] PCI host bridge to bus 0000:00 [ 0.410673] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.412331] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.413995] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.415996] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.418005] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.420040] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.424033] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.425778] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.427384] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.429103] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.433470] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.435464] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.456140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.458144] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.460114] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.462060] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.464094] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.465824] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.467640] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.469087] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.471233] vgaarb: loaded [ 0.472075] vgaarb: bridge control possible 0000:00:02.0 [ 0.473736] SCSI subsystem initialized [ 0.475004] ACPI: bus type USB registered [ 0.476153] usbcore: registered new interface driver usbfs [ 0.477589] usbcore: registered new interface driver hub [ 0.478977] usbcore: registered new device driver usb [ 0.480489] PCI: Using ACPI for IRQ routing [ 0.482017] NetLabel: Initializing [ 0.483017] NetLabel: domain hash size = 128 [ 0.484199] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.485530] NetLabel: unlabeled traffic allowed by default [ 0.487124] clocksource: Switched to clocksource kvm-clock [ 0.497313] AppArmor: AppArmor Filesystem Enabled [ 0.498645] pnp: PnP ACPI init [ 0.499889] pnp: PnP ACPI: found 5 devices [ 0.506731] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.509092] NET: Registered protocol family 2 [ 0.510515] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.512296] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.513971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.515628] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.517123] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.518735] NET: Registered protocol family 1 [ 0.519952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.521466] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.522963] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.539669] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.555266] Trying to unpack rootfs image as initramfs... [ 0.617714] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.620377] Scanning for low memory corruption every 60 seconds [ 0.622385] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.624028] audit: initializing netlink subsys (disabled) [ 0.625519] audit: type=2000 audit(1535095351.061:1): initialized [ 0.627470] Initialise system trusted keyring [ 0.628854] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.630485] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.633207] zbud: loaded [ 0.634222] VFS: Disk quotas dquot_6.6.0 [ 0.635398] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.637611] fuse init (API version 7.23) [ 0.638863] Key type big_key registered [ 0.640009] Allocating IMA MOK and blacklist keyrings. [ 0.641708] Key type asymmetric registered [ 0.642873] Asymmetric key parser 'x509' registered [ 0.644221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.646340] io scheduler noop registered [ 0.647468] io scheduler deadline registered (default) [ 0.648869] io scheduler cfq registered [ 0.650079] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.651556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.653337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.655407] ACPI: Power Button [PWRF] [ 0.656624] GHES: HEST is not enabled! [ 0.670656] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.699883] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.702947] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.726697] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.729866] Linux agpgart interface v0.103 [ 0.733287] brd: module loaded [ 0.735537] loop: module loaded [ 0.740919] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.742983] GPT:90111 != 2097151 [ 0.743949] GPT:Alternate GPT header not at the end of the disk. [ 0.745495] GPT:90111 != 2097151 [ 0.746458] GPT: Use GNU Parted to correct GPT errors. [ 0.747842] vda: vda1 vda15 [ 0.749573] scsi host0: ata_piix [ 0.750672] scsi host1: ata_piix [ 0.751696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.753419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.755477] libphy: Fixed MDIO Bus: probed [ 0.756655] tun: Universal TUN/TAP device driver, 1.6 [ 0.758018] tun: (C) 1999-2004 Max Krasnyansky [ 0.761033] PPP generic driver version 2.4.2 [ 0.762329] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.764036] ehci-pci: EHCI PCI platform driver [ 0.765293] ehci-platform: EHCI generic platform driver [ 0.766735] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.768362] ohci-pci: OHCI PCI platform driver [ 0.769621] ohci-platform: OHCI generic platform driver [ 0.771061] uhci_hcd: USB Universal Host Controller Interface driver [ 0.785761] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.787185] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.789257] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.790648] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.792240] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.793951] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.795960] usb usb1: Product: UHCI Host Controller [ 0.797258] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.798842] usb usb1: SerialNumber: 0000:00:01.2 [ 0.800264] hub 1-0:1.0: USB hub found [ 0.801354] hub 1-0:1.0: 2 ports detected [ 0.802643] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.805584] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.806919] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.808345] mousedev: PS/2 mouse device common for all mice [ 0.810084] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.812630] rtc_cmos 00:00: RTC can wake from S4 [ 0.814194] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.815857] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.817509] i2c /dev entries driver [ 0.818569] device-mapper: uevent: version 1.0.3 [ 0.819903] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.822207] ledtrig-cpu: registered to indicate activity on CPUs [ 0.824098] NET: Registered protocol family 10 [ 0.825690] NET: Registered protocol family 17 [ 0.826936] Key type dns_resolver registered [ 0.828247] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.829771] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.832240] registered taskstats version 1 [ 0.833426] Loading compiled-in X.509 certificates [ 0.835303] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.837893] zswap: loaded using pool lzo/zbud [ 0.839962] Key type trusted registered [ 0.842127] Key type encrypted registered [ 0.843306] AppArmor: AppArmor sha1 policy hashing enabled [ 0.844761] ima: No TPM chip found, activating TPM-bypass! [ 0.846212] evm: HMAC attrs: 0x1 [ 0.847550] Magic number: 14:379:370 [ 0.848742] rtc_cmos 00:00: setting system clock to 2018-08-24 07:22:30 UTC (1535095350) [ 0.851023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.852596] EDD information not available. [ 0.916716] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.933661] Write protecting the kernel read-only data: 14336k [ 0.936667] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.939162] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.987056] 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.83 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-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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCe8amj8WL9IhZfQsQQipcsAgAWxUPfThjtgn26qL/1E6Ve3wG111m9Sx61EUuLfbeCS3PysL039wPpkC0Vj/bOdwuHInXRhXZ2F8HgKchvIerPi9k0Wi57kw1zllm+NwMNeYb070gh44gXW1hM06uL1RxxkibF1+9+pt/eLeXB6M9rcjRzOgIU6n8aL7vPlKzpA6TjPAXwrbklEACe0fniOzwUZcEmsjG7YsgYWK7GXRQm+kk0RajD35Cb0nwJMm1gg+C5OeHqwNaFkfzo/bbnBomJkerxAKyyi9gjsAazSt1psZKvXVnwfFy+pqf4SwDVt2YAXeGIUSocqtGN2yQV root@vping-ssh-vm-51164c2c-9bfe-4642-9cd6-46bada4e50c3 ssh-dss AAAAB3NzaC1kc3MAAACBALmXKY/60JmDpHYk7d8UpFvNRYr5/dp2tEdsqPH+AzwjIz/UTwFiK4ZXDwHEzDuKRy/tzDjJd8lNdgd+P2iGbXDDT9zlpHBCq5T41AKX+cWDsXAW2334vMz6b6roREUy+yupLpO3VckNKVNbquwaJxoCaC9tQiTXhXx3JWTEGjIHAAAAFQCDLlCFQpd0EKHLMGsPNVUPic1I2wAAAIEAuCc66qd02IRxgwtZq8JTD6cFBqvDoSIPvYHbuee1uaZaE/SqY+7LfoIEge26OcjwVpo5tDl0a2EwzKS8VXXTZ6PaD0MM9h+A3rYfW5iXgYJeLMFRCEYaSRzkhCjUQ0hWptnZGKMl5VKzFJbfM8Q/nwtg/5VCv6Ft9liH3qSXo2gAAACAdlzoa8FuBTWU99BtCyTL4SLe7SPPhEYlJBdJYYvq8Bb4rDTst9hIyEnIeQ44o76IA/8HngWt/wZvi4rY6cMsfoFfMSOhv6sqGApNJjoS4ByYwxQpR7EuUoNizXTYCNG7TlV3HyXmFTJfKHvlnV/aJlIklC1jf+0erqbJiCzxiQc= root@vping-ssh-vm-51164c2c-9bfe-4642-9cd6-46bada4e50c3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.16s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe39:8436/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.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-51164c2c-9bfe-4642-9cd6-46bada4e50c3 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.13 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-51164c2c-9bfe-4642-9cd6-46bada4e50c3 login: 2018-08-24 07:22:47,287 - paramiko.transport - DEBUG - starting thread (client mode): 0x2c802d90L 2018-08-24 07:22:47,288 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-24 07:22:47,288 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-24 07:22:47,288 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-24 07:22:47,289 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-24 07:22:47,289 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-24 07:22:47,290 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-24 07:22:47,290 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-24 07:22:47,290 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-24 07:22:47,290 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-24 07:22:47,308 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-24 07:22:47,308 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-24 07:22:47,320 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: 5ba4ee4d96d987cacf1d5b161acc077e 2018-08-24 07:22:47,321 - paramiko.transport - DEBUG - Trying discovered key d172b8bce70294ee40f765bd46497701 in /tmp/tmp4c2Zel 2018-08-24 07:22:47,346 - paramiko.transport - DEBUG - userauth is OK 2018-08-24 07:22:47,352 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-24 07:22:47,354 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-24 07:22:47,355 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-24 07:22:47,355 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-24 07:22:47,356 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-24 07:22:47,360 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-24 07:22:47,360 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.11 (192.168.120.11): 56 data bytes 64 bytes from 192.168.120.11: seq=0 ttl=64 time=1.762 ms --- 192.168.120.11 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.762/1.762/1.762 ms 2018-08-24 07:22:47,361 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-24 07:22:47,361 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-24 07:22:47,479 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 07:22:47,479 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:03 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-24 07:22:47,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-24 07:22:47,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:47,782 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:22:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-39282b07-4e31-4f52-b104-b9e757b4e101 x-compute-request-id: req-39282b07-4e31-4f52-b104-b9e757b4e101 Content-Type: application/json 2018-08-24 07:22:47,782 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899 used request id req-39282b07-4e31-4f52-b104-b9e757b4e101 2018-08-24 07:22:47,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.297554969788s 2018-08-24 07:22:47,783 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899 used request id req-39282b07-4e31-4f52-b104-b9e757b4e101 2018-08-24 07:22:47,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:47,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:48,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eeb2d7bb-eff7-44c8-ac42-c45218bcf6b5 x-compute-request-id: req-eeb2d7bb-eff7-44c8-ac42-c45218bcf6b5 Content-Encoding: gzip Content-Length: 894 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:84:36", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:84:36", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-24T07:22:30.000000", "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:22:30Z", "hostId": "e8def15826c507ce07ef53baa33ee9a7a410c77e3b78ef556b73f88a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "name": "vping_ssh-vm_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:19Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:3e:7f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/42d69c05-4b4e-442d-94d7-c98642057899", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-24T07:22:12.000000", "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "42d69c05-4b4e-442d-94d7-c98642057899", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:22:47Z", "hostId": "2073c5a2cbc2278d77073c0564bb846197e9365314e5c536f4998084", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:00Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:22:48,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-eeb2d7bb-eff7-44c8-ac42-c45218bcf6b5 2018-08-24 07:22:48,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.811942100525s 2018-08-24 07:22:48,596 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-eeb2d7bb-eff7-44c8-ac42-c45218bcf6b5 2018-08-24 07:22:48,598 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:22:50,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:50,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:51,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22: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-c108a49b-e034-4966-a111-591436d37c82 x-compute-request-id: req-c108a49b-e034-4966-a111-591436d37c82 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:84:36", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:84:36", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-24T07:22:30.000000", "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:22:30Z", "hostId": "e8def15826c507ce07ef53baa33ee9a7a410c77e3b78ef556b73f88a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "name": "vping_ssh-vm_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:19Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:22:51,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c108a49b-e034-4966-a111-591436d37c82 2018-08-24 07:22:51,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.453893899918s 2018-08-24 07:22:51,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c108a49b-e034-4966-a111-591436d37c82 2018-08-24 07:22:51,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-24 07:22:51,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/bc81089b-0add-4be1-bf6b-e51a44eb734a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:52,119 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-49879897-6689-4e03-b321-4bbea182df43 Content-Length: 0 Date: Fri, 24 Aug 2018 07:22:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:22:52,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/bc81089b-0add-4be1-bf6b-e51a44eb734a.json used request id req-49879897-6689-4e03-b321-4bbea182df43 2018-08-24 07:22:52,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.05919194221s 2018-08-24 07:22:52,119 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/bc81089b-0add-4be1-bf6b-e51a44eb734a.json used request id req-49879897-6689-4e03-b321-4bbea182df43 2018-08-24 07:22:52,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-24 07:22:52,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:52,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8808b999-7475-473e-8b85-2ba6193706a7 Date: Fri, 24 Aug 2018 07:22:52 GMT RESP BODY: {"floatingips": []} 2018-08-24 07:22:52,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-8808b999-7475-473e-8b85-2ba6193706a7 2018-08-24 07:22:52,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.046844959259s 2018-08-24 07:22:52,172 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-8808b999-7475-473e-8b85-2ba6193706a7 2018-08-24 07:22:52,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-24 07:22:52,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:52,602 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:22:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4b971de2-82d3-41e8-89fd-f7a3ddf0ec01 x-compute-request-id: req-4b971de2-82d3-41e8-89fd-f7a3ddf0ec01 Content-Type: application/json 2018-08-24 07:22:52,602 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6 used request id req-4b971de2-82d3-41e8-89fd-f7a3ddf0ec01 2018-08-24 07:22:52,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.429076910019s 2018-08-24 07:22:52,602 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6 used request id req-4b971de2-82d3-41e8-89fd-f7a3ddf0ec01 2018-08-24 07:22:52,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:52,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:53,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22: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-7185edb3-0b3a-4afe-acf9-fb44a145dd65 x-compute-request-id: req-7185edb3-0b3a-4afe-acf9-fb44a145dd65 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:84:36", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:84:36", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "rel": "bookmark"}], "image": {"id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "links": [{"href": "http://172.30.9.25:8774/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-24T07:22:30.000000", "flavor": {"id": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "links": [{"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "bookmark"}]}, "id": "dd223a83-00b3-4c5b-9ee5-cd3e639055b6", "security_groups": [{"name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}], "user_id": "f90aa533185b4c4190a0df3625a7a5c4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-24T07:22:52Z", "hostId": "e8def15826c507ce07ef53baa33ee9a7a410c77e3b78ef556b73f88a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "name": "vping_ssh-vm_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "created": "2018-08-24T07:22:19Z", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:22:53,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7185edb3-0b3a-4afe-acf9-fb44a145dd65 2018-08-24 07:22:53,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.478729009628s 2018-08-24 07:22:53,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7185edb3-0b3a-4afe-acf9-fb44a145dd65 2018-08-24 07:22:53,084 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:22:55,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:22:55,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:55,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:22: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-b0fabbea-cbdc-42ec-a23f-ef138759a1cb x-compute-request-id: req-b0fabbea-cbdc-42ec-a23f-ef138759a1cb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-24 07:22:55,310 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b0fabbea-cbdc-42ec-a23f-ef138759a1cb 2018-08-24 07:22:55,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.222894191742s 2018-08-24 07:22:55,310 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b0fabbea-cbdc-42ec-a23f-ef138759a1cb 2018-08-24 07:22:55,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-24 07:22:55,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:55,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-0ec4cb26-c6ed-4329-8dc3-723e229f2d91 Date: Fri, 24 Aug 2018 07:22:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "created_at": "2018-08-24T07:21:45Z", "updated_at": "2018-08-24T07:21:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:45Z", "revision_number": 0, "id": "2679e18b-6422-4916-bd3e-450cd225dcae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:45Z", "security_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv6", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:45Z", "revision_number": 0, "id": "45d7dcc1-5503-44ab-b4dc-ed023944f7d0", "remote_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:45Z", "security_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv6", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:45Z", "revision_number": 0, "id": "ce08a0dc-8af9-41b4-b640-5e7c823642c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:45Z", "security_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv4", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:45Z", "revision_number": 0, "id": "e24bdd10-ff48-4e41-905b-ad9daa92fca2", "remote_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:45Z", "security_group_id": "58f10741-9673-47ec-ad43-b466e08992c0", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv4", "project_id": "6152ee26973747fe9c3bb027fc106d66"}], "revision_number": 1, "project_id": "6152ee26973747fe9c3bb027fc106d66", "id": "58f10741-9673-47ec-ad43-b466e08992c0", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "created_at": "2018-08-24T07:21:54Z", "updated_at": "2018-08-24T07:21:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:54Z", "revision_number": 0, "id": "4c37aee9-36e6-437e-bb9b-6735e752b891", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:54Z", "security_group_id": "a166762c-50ed-4437-b344-0a52530c544f", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv6", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-24T07:21:55Z", "revision_number": 0, "id": "a583e956-1c47-4cc7-a1f6-7a727768c2a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:55Z", "security_group_id": "a166762c-50ed-4437-b344-0a52530c544f", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:55Z", "revision_number": 0, "id": "c80b6378-51d5-4d6f-81a3-6d9c1c756d32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:55Z", "security_group_id": "a166762c-50ed-4437-b344-0a52530c544f", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv4", "project_id": "6152ee26973747fe9c3bb027fc106d66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-24T07:21:54Z", "revision_number": 0, "id": "d1b74dce-077d-43c4-b60f-6b885b0c1504", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-24T07:21:54Z", "security_group_id": "a166762c-50ed-4437-b344-0a52530c544f", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "port_range_min": null, "ethertype": "IPv4", "project_id": "6152ee26973747fe9c3bb027fc106d66"}], "revision_number": 3, "project_id": "6152ee26973747fe9c3bb027fc106d66", "id": "a166762c-50ed-4437-b344-0a52530c544f", "name": "vping_ssh-sg_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}]} 2018-08-24 07:22:55,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-0ec4cb26-c6ed-4329-8dc3-723e229f2d91 2018-08-24 07:22:55,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0514619350433s 2018-08-24 07:22:55,366 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-0ec4cb26-c6ed-4329-8dc3-723e229f2d91 2018-08-24 07:22:55,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-24 07:22:55,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/a166762c-50ed-4437-b344-0a52530c544f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:55,645 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6a608e6b-4f7f-4fe8-8992-a219a3dc5a43 Content-Length: 0 Date: Fri, 24 Aug 2018 07:22:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:22:55,646 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/a166762c-50ed-4437-b344-0a52530c544f.json used request id req-6a608e6b-4f7f-4fe8-8992-a219a3dc5a43 2018-08-24 07:22:55,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.275762081146s 2018-08-24 07:22:55,646 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/a166762c-50ed-4437-b344-0a52530c544f.json used request id req-6a608e6b-4f7f-4fe8-8992-a219a3dc5a43 2018-08-24 07:22:55,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-24 07:22:55,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:55,859 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:22: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-06877a4d-6372-4a1b-831c-409ed34ab44e x-compute-request-id: req-06877a4d-6372-4a1b-831c-409ed34ab44e Content-Length: 0 Content-Type: application/json 2018-08-24 07:22:55,859 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3 used request id req-06877a4d-6372-4a1b-831c-409ed34ab44e 2018-08-24 07:22:55,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.212742090225s 2018-08-24 07:22:55,860 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_51164c2c-9bfe-4642-9cd6-46bada4e50c3 used request id req-06877a4d-6372-4a1b-831c-409ed34ab44e 2018-08-24 07:22:55,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 07:22:55,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/0b2802b0-6384-4728-9df8-7d18cb5b93f8/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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" -d '{"subnet_id": "f885f7b4-1f9c-48fb-9dbb-952f9ef34624"}' 2018-08-24 07:22:57,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1a6cd05f-b220-4dd5-9470-2d615ff3a5b2 Date: Fri, 24 Aug 2018 07:22:57 GMT RESP BODY: {"network_id": "d1a90240-bdf3-4597-89aa-2ca830e1dc1c", "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "subnet_id": "f885f7b4-1f9c-48fb-9dbb-952f9ef34624", "subnet_ids": ["f885f7b4-1f9c-48fb-9dbb-952f9ef34624"], "port_id": "1fbe1c8c-7944-4063-a246-4e68f8f81c56", "id": "0b2802b0-6384-4728-9df8-7d18cb5b93f8"} 2018-08-24 07:22:57,642 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/0b2802b0-6384-4728-9df8-7d18cb5b93f8/remove_router_interface.json used request id req-1a6cd05f-b220-4dd5-9470-2d615ff3a5b2 2018-08-24 07:22:57,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.78198885918s 2018-08-24 07:22:57,643 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/0b2802b0-6384-4728-9df8-7d18cb5b93f8/remove_router_interface.json used request id req-1a6cd05f-b220-4dd5-9470-2d615ff3a5b2 returning object 0b2802b0-6384-4728-9df8-7d18cb5b93f8 2018-08-24 07:22:57,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 07:22:57,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:58,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-d8360a29-6a65-4c0d-a7cb-6301ed7ec7db Date: Fri, 24 Aug 2018 07:22:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "6152ee26973747fe9c3bb027fc106d66", "created_at": "2018-08-24T07:21:47Z", "admin_state_up": true, "updated_at": "2018-08-24T07:22:56Z", "revision_number": 4, "routes": [], "project_id": "6152ee26973747fe9c3bb027fc106d66", "id": "0b2802b0-6384-4728-9df8-7d18cb5b93f8", "name": "vping_ssh-router_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}]} 2018-08-24 07:22:58,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d8360a29-6a65-4c0d-a7cb-6301ed7ec7db 2018-08-24 07:22:58,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.546953201294s 2018-08-24 07:22:58,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d8360a29-6a65-4c0d-a7cb-6301ed7ec7db 2018-08-24 07:22:58,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 07:22:58,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/0b2802b0-6384-4728-9df8-7d18cb5b93f8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:59,860 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0212068f-e825-491c-8044-e37e27df7ed3 Content-Length: 0 Date: Fri, 24 Aug 2018 07:22:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:22:59,860 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/0b2802b0-6384-4728-9df8-7d18cb5b93f8.json used request id req-0212068f-e825-491c-8044-e37e27df7ed3 2018-08-24 07:22:59,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.66802191734s 2018-08-24 07:22:59,860 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/0b2802b0-6384-4728-9df8-7d18cb5b93f8.json used request id req-0212068f-e825-491c-8044-e37e27df7ed3 2018-08-24 07:22:59,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 07:22:59,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:22:59,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0b1b4c05-f727-44ff-9f4e-b60d679c79e1 Date: Fri, 24 Aug 2018 07:22:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1a90240-bdf3-4597-89aa-2ca830e1dc1c","tenant_id":"6152ee26973747fe9c3bb027fc106d66","created_at":"2018-08-24T07:21:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:21:46Z","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":"6152ee26973747fe9c3bb027fc106d66","id":"f885f7b4-1f9c-48fb-9dbb-952f9ef34624","subnetpool_id":null,"name":"vping_ssh-subnet_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}]} 2018-08-24 07:22:59,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-0b1b4c05-f727-44ff-9f4e-b60d679c79e1 2018-08-24 07:22:59,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.043123960495s 2018-08-24 07:22:59,904 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-0b1b4c05-f727-44ff-9f4e-b60d679c79e1 2018-08-24 07:22:59,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 07:22:59,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/f885f7b4-1f9c-48fb-9dbb-952f9ef34624.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:23:02,224 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bac239bf-25e0-47c9-b981-76d011ec048b Date: Fri, 24 Aug 2018 07:23:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:23:02,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/f885f7b4-1f9c-48fb-9dbb-952f9ef34624.json used request id req-bac239bf-25e0-47c9-b981-76d011ec048b 2018-08-24 07:23:02,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.31900000572s 2018-08-24 07:23:02,225 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/f885f7b4-1f9c-48fb-9dbb-952f9ef34624.json used request id req-bac239bf-25e0-47c9-b981-76d011ec048b 2018-08-24 07:23:02,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:23:02,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:23:02,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-6a72f010-da8b-4e07-bb5e-8c3f5500e6b0 Date: Fri, 24 Aug 2018 07:23:02 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":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T07:23:02Z","tenant_id":"6152ee26973747fe9c3bb027fc106d66","created_at":"2018-08-24T07:21:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6152ee26973747fe9c3bb027fc106d66","id":"d1a90240-bdf3-4597-89aa-2ca830e1dc1c","name":"vping_ssh-net_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}]} 2018-08-24 07:23:02,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6a72f010-da8b-4e07-bb5e-8c3f5500e6b0 2018-08-24 07:23:02,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10338807106s 2018-08-24 07:23:02,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6a72f010-da8b-4e07-bb5e-8c3f5500e6b0 2018-08-24 07:23:02,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 07:23:02,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/d1a90240-bdf3-4597-89aa-2ca830e1dc1c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:23:03,797 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-012acebb-bedb-4d9b-9b0f-ee80b25fb929 Date: Fri, 24 Aug 2018 07:23:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:23:03,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/d1a90240-bdf3-4597-89aa-2ca830e1dc1c.json used request id req-012acebb-bedb-4d9b-9b0f-ee80b25fb929 2018-08-24 07:23:03,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.46654891968s 2018-08-24 07:23:03,797 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/d1a90240-bdf3-4597-89aa-2ca830e1dc1c.json used request id req-012acebb-bedb-4d9b-9b0f-ee80b25fb929 2018-08-24 07:23:03,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:23:03,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:23:04,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-27a0f9fa-710c-44f9-9e9a-02e8af30de50 Date: Fri, 24 Aug 2018 07:23:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:21:52Z", "file": "/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/file", "owner": "6152ee26973747fe9c3bb027fc106d66", "id": "8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "size": 12716032, "self": "/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:21:51Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:23:04,606 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-27a0f9fa-710c-44f9-9e9a-02e8af30de50 2018-08-24 07:23:04,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.804731845856s 2018-08-24 07:23:04,607 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-27a0f9fa-710c-44f9-9e9a-02e8af30de50 2018-08-24 07:23:04,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-24 07:23:04,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f4579fcb8c98c60f8d1fb257a6386500ff08015" 2018-08-24 07:23:05,729 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e61d3150-723e-4fbd-ae3a-0945f3aecc2e Date: Fri, 24 Aug 2018 07:23:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 07:23:05,729 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb used request id req-e61d3150-723e-4fbd-ae3a-0945f3aecc2e 2018-08-24 07:23:05,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.12091994286s 2018-08-24 07:23:05,730 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/8611a8c9-27a7-49ed-9ae0-59c75f4c85eb used request id req-e61d3150-723e-4fbd-ae3a-0945f3aecc2e 2018-08-24 07:23:05,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-24 07:23:05,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:23:05,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b978d56a-1745-4892-b4ac-5ef2110856df x-compute-request-id: req-b978d56a-1745-4892-b4ac-5ef2110856df Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf", "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": "68d9016d-6c5f-40ab-b77c-220fa5f9d1bf"}]} 2018-08-24 07:23:05,757 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b978d56a-1745-4892-b4ac-5ef2110856df 2018-08-24 07:23:05,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0266680717468s 2018-08-24 07:23:05,757 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b978d56a-1745-4892-b4ac-5ef2110856df 2018-08-24 07:23:05,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-24 07:23:05,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:23:05,793 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:23:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c1c89e40-cf98-4ed4-b7c9-cd9fd21d9f04 x-compute-request-id: req-c1c89e40-cf98-4ed4-b7c9-cd9fd21d9f04 Content-Length: 0 Content-Type: application/json 2018-08-24 07:23:05,794 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf used request id req-c1c89e40-cf98-4ed4-b7c9-cd9fd21d9f04 2018-08-24 07:23:05,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0350952148438s 2018-08-24 07:23:05,794 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/68d9016d-6c5f-40ab-b77c-220fa5f9d1bf used request id req-c1c89e40-cf98-4ed4-b7c9-cd9fd21d9f04 2018-08-24 07:23:05,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:23:05,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:23:05,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec41d922-4023-4230-bb84-c620ad8309ef Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/010fedb1b6b8493f87dee25ef9e427d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "010fedb1b6b8493f87dee25ef9e427d8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1c574d1430e149ccae73be8a19add554"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c574d1430e149ccae73be8a19add554", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/1e69033bcc3b4dc18ac5e9feda7879ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e69033bcc3b4dc18ac5e9feda7879ab", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/482ab629ea2b464ca0f38b4817a2e953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482ab629ea2b464ca0f38b4817a2e953", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/4b242962093549a8b2b26446bb2d45c9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b242962093549a8b2b26446bb2d45c9", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/6011f0ce70f84033bace68ed428db135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6011f0ce70f84033bace68ed428db135", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/61c5b84e120f428893b9833b7ea07536"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61c5b84e120f428893b9833b7ea07536", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/701e061a00164d34a6345f77f2a06583"}, "domain_id": "94c6fafca7294cf988c0529d5357c147", "enabled": true, "options": {}, "id": "701e061a00164d34a6345f77f2a06583", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/89da8566b3114ac68854ec081c56b8b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "89da8566b3114ac68854ec081c56b8b7", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/a87a98e4b1944968a60b64423b1736b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a87a98e4b1944968a60b64423b1736b5", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/b60376ba118042ea80808ded4be6bd9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b60376ba118042ea80808ded4be6bd9b", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/d11850cf6b12475c95aade9c2bb12caa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11850cf6b12475c95aade9c2bb12caa", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/d25e4970964144ed8e2798dfa2955cc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25e4970964144ed8e2798dfa2955cc1", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/e2697db3ddde49c0a1cd64cdfc8e1924"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2697db3ddde49c0a1cd64cdfc8e1924", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "links": {"self": "http://172.30.9.25:5000/v3/users/f90aa533185b4c4190a0df3625a7a5c4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f90aa533185b4c4190a0df3625a7a5c4", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-08-24 07:23:05,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-ec41d922-4023-4230-bb84-c620ad8309ef 2018-08-24 07:23:05,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201799869537s 2018-08-24 07:23:05,997 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-ec41d922-4023-4230-bb84-c620ad8309ef 2018-08-24 07:23:06,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:23:06,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/f90aa533185b4c4190a0df3625a7a5c4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:23:06,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bf8c4ad-8166-45fc-a359-7bd32aed855b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_51164c2c-9bfe-4642-9cd6-46bada4e50c3", "links": {"self": "http://172.30.9.25:5000/v3/users/f90aa533185b4c4190a0df3625a7a5c4"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f90aa533185b4c4190a0df3625a7a5c4", "description": null}} 2018-08-24 07:23:06,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/f90aa533185b4c4190a0df3625a7a5c4 used request id req-0bf8c4ad-8166-45fc-a359-7bd32aed855b 2018-08-24 07:23:06,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20626282692s 2018-08-24 07:23:06,209 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/f90aa533185b4c4190a0df3625a7a5c4 used request id req-0bf8c4ad-8166-45fc-a359-7bd32aed855b 2018-08-24 07:23:06,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-24 07:23:06,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/f90aa533185b4c4190a0df3625a7a5c4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:23:06,572 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:23:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65d7009e-59de-487c-927d-0064c515e014 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:23:06,572 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/f90aa533185b4c4190a0df3625a7a5c4 used request id req-65d7009e-59de-487c-927d-0064c515e014 2018-08-24 07:23:06,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.36280298233s 2018-08-24 07:23:06,573 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/f90aa533185b4c4190a0df3625a7a5c4 used request id req-65d7009e-59de-487c-927d-0064c515e014 2018-08-24 07:23:06,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 07:23:06,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:23:06,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c36c5cb2-6c98-41a3-aad6-7bab743b31c6 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/493fee6f873c403e9884bdf9d51cf413"}, "tags": [], "enabled": true, "id": "493fee6f873c403e9884bdf9d51cf413", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.25:5000/v3/projects/6152ee26973747fe9c3bb027fc106d66"}, "tags": [], "enabled": true, "id": "6152ee26973747fe9c3bb027fc106d66", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_51164c2c-9bfe-4642-9cd6-46bada4e50c3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1"}, "tags": [], "enabled": true, "id": "bd5da89061c541f69dcf67747600a6b1", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-24 07:23:06,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-c36c5cb2-6c98-41a3-aad6-7bab743b31c6 2018-08-24 07:23:06,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178049087524s 2018-08-24 07:23:06,757 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-c36c5cb2-6c98-41a3-aad6-7bab743b31c6 2018-08-24 07:23:06,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-24 07:23:06,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/6152ee26973747fe9c3bb027fc106d66 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28f22e170153185f807569ec87fcce41bd05a6af" 2018-08-24 07:23:07,038 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:23:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cd86c11-ba94-4252-b87c-84f75701fcaf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:23:07,039 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/6152ee26973747fe9c3bb027fc106d66 used request id req-7cd86c11-ba94-4252-b87c-84f75701fcaf 2018-08-24 07:23:07,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.277141094208s 2018-08-24 07:23:07,039 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/6152ee26973747fe9c3bb027fc106d66 used request id req-7cd86c11-ba94-4252-b87c-84f75701fcaf 2018-08-24 07:23:07,092 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-24 07:23:07,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:23:07,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:23:07,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:23:07,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:23:07,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:23:07,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:23:07,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:23:07,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:23:07,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:23:07,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:23:07,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:23:07,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:23:07,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:23:07,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:23:07,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:23:07,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:23:07,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:23:07,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:23:07,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:23:07,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:23:07,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:23:07,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:23:07,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:23:07,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1efddd15-9774-496a-9064-01862c23192e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:23:07,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-1efddd15-9774-496a-9064-01862c23192e 2018-08-24 07:23:07,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:23:07,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a1f48ea4d65470f94da6aee8f8075d6", "name": "admin"}, {"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:23:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "493fee6f873c403e9884bdf9d51cf413", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/493fee6f873c403e9884bdf9d51cf413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d25e4970964144ed8e2798dfa2955cc1"}, "audit_ids": ["i18u0QugScSJzemk-7Q14A"], "issued_at": "2018-08-24T07:23:07.000000Z"}} 2018-08-24 07:23:07,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:23:07,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:07,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8a6a4c79-38ff-457c-944d-315c57833e38 Date: Fri, 24 Aug 2018 07:23:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","status":"ACTIVE","subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"description":"","tags":[],"updated_at":"2018-08-24T07:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","provider:network_type":"flat"}]} 2018-08-24 07:23:07,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8a6a4c79-38ff-457c-944d-315c57833e38 2018-08-24 07:23:07,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.377509832382s 2018-08-24 07:23:07,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8a6a4c79-38ff-457c-944d-315c57833e38 2018-08-24 07:23:07,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:23:07,934 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 24 Aug 2018 07:23:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8e409d7-e5f0-4357-a1ba-21d43ec20966 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.25:5000/v3/", "rel": "self"}]}]}} 2018-08-24 07:23:07,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-c8e409d7-e5f0-4357-a1ba-21d43ec20966 2018-08-24 07:23:07,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 07:23:07,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:08,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f07c017-bd25-427d-b5bc-e17cb6b6e72d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/94c6fafca7294cf988c0529d5357c147"}, "tags": [], "enabled": true, "id": "94c6fafca7294cf988c0529d5357c147", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-08-24 07:23:08,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-4f07c017-bd25-427d-b5bc-e17cb6b6e72d 2018-08-24 07:23:08,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.206823825836s 2018-08-24 07:23:08,142 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-4f07c017-bd25-427d-b5bc-e17cb6b6e72d 2018-08-24 07:23:08,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-24 07:23:08,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_5eb6f4c7-692c-4583-857e-8b1645e33798"}}' 2018-08-24 07:23:08,375 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 07:23:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f72e0284-31ef-46f4-b644-e84feee894c7 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.25:5000/v3/projects/1064a3a336bb4e509f6e2803b5e1e1be"}, "tags": [], "enabled": true, "id": "1064a3a336bb4e509f6e2803b5e1e1be", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_5eb6f4c7-692c-4583-857e-8b1645e33798"}} 2018-08-24 07:23:08,376 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-f72e0284-31ef-46f4-b644-e84feee894c7 2018-08-24 07:23:08,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.226366043091s 2018-08-24 07:23:08,376 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-f72e0284-31ef-46f4-b644-e84feee894c7 2018-08-24 07:23:08,377 - 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'1064a3a336bb4e509f6e2803b5e1e1be', '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_5eb6f4c7-692c-4583-857e-8b1645e33798'}) 2018-08-24 07:23:08,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-24 07:23:08,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "39192c89-2e94-49d8-ab3d-5c6fcc488d79", "email": null, "name": "vping_userdata-user_5eb6f4c7-692c-4583-857e-8b1645e33798"}}' 2018-08-24 07:23:08,897 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 07:23:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06d4a680-a5c9-47af-8c80-a7ada26a7523 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_5eb6f4c7-692c-4583-857e-8b1645e33798", "links": {"self": "http://172.30.9.25:5000/v3/users/bcc17139506f4f19bc56fcb61ea39790"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bcc17139506f4f19bc56fcb61ea39790", "domain_id": "default", "password_expires_at": null}} 2018-08-24 07:23:08,898 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-06d4a680-a5c9-47af-8c80-a7ada26a7523 2018-08-24 07:23:08,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.514787912369s 2018-08-24 07:23:08,898 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-06d4a680-a5c9-47af-8c80-a7ada26a7523 2018-08-24 07:23:08,899 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'bcc17139506f4f19bc56fcb61ea39790', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_5eb6f4c7-692c-4583-857e-8b1645e33798'}) 2018-08-24 07:23:08,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:23:08,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:09,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81f2ef9-0e30-4300-9cbc-84485e6e5f87 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:23:09,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a81f2ef9-0e30-4300-9cbc-84485e6e5f87 2018-08-24 07:23:09,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20404791832s 2018-08-24 07:23:09,107 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a81f2ef9-0e30-4300-9cbc-84485e6e5f87 2018-08-24 07:23:09,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:23:09,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:09,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adbc7442-ff65-4b0d-a333-856e7f265004 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:23:09,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-adbc7442-ff65-4b0d-a333-856e7f265004 2018-08-24 07:23:09,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10454583168s 2018-08-24 07:23:09,217 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-adbc7442-ff65-4b0d-a333-856e7f265004 2018-08-24 07:23:09,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 07:23:09,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:09,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-461a6ba6-9033-4b0e-b650-41eba9ab98e3 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a1f48ea4d65470f94da6aee8f8075d6", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a1f48ea4d65470f94da6aee8f8075d6"}, "name": "admin"}, {"domain_id": null, "id": "5a65566b3ea74344b1d6e563d606e2c4", "links": {"self": "http://172.30.9.25:5000/v3/roles/5a65566b3ea74344b1d6e563d606e2c4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a283bb6d3064f228ed51e5831549199", "links": {"self": "http://172.30.9.25:5000/v3/roles/7a283bb6d3064f228ed51e5831549199"}, "name": "swiftoperator"}, {"domain_id": null, "id": "7fa5282617e24dd08ffafb5758db5b98", "links": {"self": "http://172.30.9.25:5000/v3/roles/7fa5282617e24dd08ffafb5758db5b98"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c4142aa70fd34e02a9ab8aac78c7a79f", "links": {"self": "http://172.30.9.25:5000/v3/roles/c4142aa70fd34e02a9ab8aac78c7a79f"}, "name": "member"}, {"domain_id": null, "id": "d09011068cf84019a873dcce53334c8f", "links": {"self": "http://172.30.9.25:5000/v3/roles/d09011068cf84019a873dcce53334c8f"}, "name": "heat_stack_user"}]} 2018-08-24 07:23:09,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-461a6ba6-9033-4b0e-b650-41eba9ab98e3 2018-08-24 07:23:09,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185866832733s 2018-08-24 07:23:09,408 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-461a6ba6-9033-4b0e-b650-41eba9ab98e3 2018-08-24 07:23:09,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 07:23:09,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:09,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5d45174-a1d4-49a6-b62e-df0406b57ce4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-24 07:23:09,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-c5d45174-a1d4-49a6-b62e-df0406b57ce4 2018-08-24 07:23:09,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193670988083s 2018-08-24 07:23:09,606 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-c5d45174-a1d4-49a6-b62e-df0406b57ce4 2018-08-24 07:23:09,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:23:09,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:09,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add2de1f-10bf-4cb1-931d-9f62de6e3748 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/010fedb1b6b8493f87dee25ef9e427d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "010fedb1b6b8493f87dee25ef9e427d8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1c574d1430e149ccae73be8a19add554"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c574d1430e149ccae73be8a19add554", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/1e69033bcc3b4dc18ac5e9feda7879ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e69033bcc3b4dc18ac5e9feda7879ab", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/482ab629ea2b464ca0f38b4817a2e953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482ab629ea2b464ca0f38b4817a2e953", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/4b242962093549a8b2b26446bb2d45c9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b242962093549a8b2b26446bb2d45c9", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/6011f0ce70f84033bace68ed428db135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6011f0ce70f84033bace68ed428db135", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/61c5b84e120f428893b9833b7ea07536"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61c5b84e120f428893b9833b7ea07536", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/701e061a00164d34a6345f77f2a06583"}, "domain_id": "94c6fafca7294cf988c0529d5357c147", "enabled": true, "options": {}, "id": "701e061a00164d34a6345f77f2a06583", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/89da8566b3114ac68854ec081c56b8b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "89da8566b3114ac68854ec081c56b8b7", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/a87a98e4b1944968a60b64423b1736b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a87a98e4b1944968a60b64423b1736b5", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/b60376ba118042ea80808ded4be6bd9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b60376ba118042ea80808ded4be6bd9b", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_5eb6f4c7-692c-4583-857e-8b1645e33798", "links": {"self": "http://172.30.9.25:5000/v3/users/bcc17139506f4f19bc56fcb61ea39790"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bcc17139506f4f19bc56fcb61ea39790", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/d11850cf6b12475c95aade9c2bb12caa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11850cf6b12475c95aade9c2bb12caa", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/d25e4970964144ed8e2798dfa2955cc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25e4970964144ed8e2798dfa2955cc1", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/e2697db3ddde49c0a1cd64cdfc8e1924"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2697db3ddde49c0a1cd64cdfc8e1924", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-08-24 07:23:09,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-add2de1f-10bf-4cb1-931d-9f62de6e3748 2018-08-24 07:23:09,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.215624094009s 2018-08-24 07:23:09,824 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-add2de1f-10bf-4cb1-931d-9f62de6e3748 2018-08-24 07:23:09,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 07:23:09,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:10,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2200c65b-5ab0-45d3-addb-dc95b3cd78d0 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/493fee6f873c403e9884bdf9d51cf413"}, "tags": [], "enabled": true, "id": "493fee6f873c403e9884bdf9d51cf413", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1"}, "tags": [], "enabled": true, "id": "bd5da89061c541f69dcf67747600a6b1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.25:5000/v3/projects/1064a3a336bb4e509f6e2803b5e1e1be"}, "tags": [], "enabled": true, "id": "1064a3a336bb4e509f6e2803b5e1e1be", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_5eb6f4c7-692c-4583-857e-8b1645e33798"}]} 2018-08-24 07:23:10,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-2200c65b-5ab0-45d3-addb-dc95b3cd78d0 2018-08-24 07:23:10,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.215616941452s 2018-08-24 07:23:10,051 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-2200c65b-5ab0-45d3-addb-dc95b3cd78d0 2018-08-24 07:23:10,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-24 07:23:10,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=bcc17139506f4f19bc56fcb61ea39790&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=1064a3a336bb4e509f6e2803b5e1e1be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:10,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe6f7dcc-bde5-4deb-8921-77a2bc7808c0 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=bcc17139506f4f19bc56fcb61ea39790&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=1064a3a336bb4e509f6e2803b5e1e1be", "previous": null, "next": null}} 2018-08-24 07:23:10,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=bcc17139506f4f19bc56fcb61ea39790&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=1064a3a336bb4e509f6e2803b5e1e1be used request id req-fe6f7dcc-bde5-4deb-8921-77a2bc7808c0 2018-08-24 07:23:10,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.203016996384s 2018-08-24 07:23:10,261 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=bcc17139506f4f19bc56fcb61ea39790&role.id=c4142aa70fd34e02a9ab8aac78c7a79f&scope.project.id=1064a3a336bb4e509f6e2803b5e1e1be used request id req-fe6f7dcc-bde5-4deb-8921-77a2bc7808c0 2018-08-24 07:23:10,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-24 07:23:10,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/1064a3a336bb4e509f6e2803b5e1e1be/users/bcc17139506f4f19bc56fcb61ea39790/roles/c4142aa70fd34e02a9ab8aac78c7a79f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:10,558 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:23:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8d5ed78-cc2a-43f9-b5e6-a57f3316985e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:23:10,559 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1064a3a336bb4e509f6e2803b5e1e1be/users/bcc17139506f4f19bc56fcb61ea39790/roles/c4142aa70fd34e02a9ab8aac78c7a79f used request id req-c8d5ed78-cc2a-43f9-b5e6-a57f3316985e 2018-08-24 07:23:10,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.294327020645s 2018-08-24 07:23:10,559 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1064a3a336bb4e509f6e2803b5e1e1be/users/bcc17139506f4f19bc56fcb61ea39790/roles/c4142aa70fd34e02a9ab8aac78c7a79f used request id req-c8d5ed78-cc2a-43f9-b5e6-a57f3316985e 2018-08-24 07:23:10,560 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_5eb6f4c7-692c-4583-857e-8b1645e33798', 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'1064a3a336bb4e509f6e2803b5e1e1be', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '39192c89-2e94-49d8-ab3d-5c6fcc488d79', 'username': u'vping_userdata-user_5eb6f4c7-692c-4583-857e-8b1645e33798', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-24 07:23:10,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 07:23:10,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 07:23:10,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 07:23:10,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 07:23:10,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 07:23:10,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 07:23:10,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 07:23:10,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 07:23:10,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 07:23:10,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 07:23:10,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 07:23:10,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 07:23:10,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 07:23:10,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 07:23:10,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 07:23:10,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 07:23:10,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 07:23:10,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 07:23:10,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 07:23:10,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 07:23:10,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 07:23:10,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 07:23:10,565 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_5eb6f4c7-692c-4583-857e-8b1645e33798', 'password': '39192c89-2e94-49d8-ab3d-5c6fcc488d79', 'project_name': 'vping_userdata-project_5eb6f4c7-692c-4583-857e-8b1645e33798', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '1064a3a336bb4e509f6e2803b5e1e1be', 'project_domain_name': 'Default'} 2018-08-24 07:23:10,565 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-24 07:23:10,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:23:10,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32ce77f2-bcf6-46d3-ad00-23f90c16ca90 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.25:5000/v3/", "rel": "self"}]}} 2018-08-24 07:23:10,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-32ce77f2-bcf6-46d3-ad00-23f90c16ca90 2018-08-24 07:23:10,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-24 07:23:10,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c4142aa70fd34e02a9ab8aac78c7a79f", "name": "member"}, {"id": "7fa5282617e24dd08ffafb5758db5b98", "name": "reader"}], "expires_at": "2018-08-24T08:23:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1064a3a336bb4e509f6e2803b5e1e1be", "name": "vping_userdata-project_5eb6f4c7-692c-4583-857e-8b1645e33798"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_1064a3a336bb4e509f6e2803b5e1e1be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "486170ccaf30405198e088211d61b3e4"}, {"url": "http://172.30.9.25:8080/v1/AUTH_1064a3a336bb4e509f6e2803b5e1e1be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5537a225ba764751bed141ad282d2e13"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bab286ee8907423f80403ced7d972c0e"}], "type": "object-store", "id": "1d095cd93db6445caca4dab412d8ad5f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "539b0b6e76bf48b6897b700f436f2458"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8c1373f28b8541208813f1d734ead69c"}, {"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5f2f33a9a684f99a41321ff254e5150"}], "type": "network", "id": "34cb4d4f4c6449f4888b49ea084302f6", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/1064a3a336bb4e509f6e2803b5e1e1be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "481840d0ec9e4c4ba7d8cef38fda53a1"}, {"url": "http://192.30.9.4:8776/v3/1064a3a336bb4e509f6e2803b5e1e1be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ccf2d5ffe824383ad23ddb155ad3f36"}, {"url": "http://192.30.9.4:8776/v3/1064a3a336bb4e509f6e2803b5e1e1be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97018bda622b40c0b308542deedaef76"}], "type": "volumev3", "id": "39bf35061f834d06ab1f5e8de4ec0fb1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/1064a3a336bb4e509f6e2803b5e1e1be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2115b79c4518436ca4c28c9b696103e4"}, {"url": "http://172.30.9.25:8776/v1/1064a3a336bb4e509f6e2803b5e1e1be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949805b436f641cb8845577c0d909b34"}, {"url": "http://192.30.9.4:8776/v1/1064a3a336bb4e509f6e2803b5e1e1be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb85b2f0e4ab44e5b7c33ccde9e7cd65"}], "type": "volume", "id": "46e3ca05971b42cba3cb3d5cf2242a2e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4117ac78d5ba47f3a9adaf81c81a3a21"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7da657f51737470eb779769393869dd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfa87767db444754ad8369425f8438d7"}], "type": "alarming", "id": "4bf8d50bb92445c4963666c17e0554f5", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1064a3a336bb4e509f6e2803b5e1e1be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5ad7c7cc46c64b25abe7d62bf0459c01"}, {"url": "http://192.30.9.4:8004/v1/1064a3a336bb4e509f6e2803b5e1e1be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72a4b0501de24be9b88c98a8ce7ff92d"}, {"url": "http://172.30.9.25:8004/v1/1064a3a336bb4e509f6e2803b5e1e1be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b65999bc36244add89d283000cd40c84"}], "type": "orchestration", "id": "7e128137538d4ed2b2bb3dc54a2933f2", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dffd82a2b614f1880b4e5f2fdc712f2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f10838f1b174a6fbb95e738ababc2f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9b1fc4ba8714776baeb82facd4b6e1c"}], "type": "identity", "id": "7f296f2a8e024333b6098c992cfa50e1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1064a3a336bb4e509f6e2803b5e1e1be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2069ce27f008405a8401113001b2ee57"}, {"url": "http://192.30.9.4:8776/v2/1064a3a336bb4e509f6e2803b5e1e1be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aecf2a1bbfa400d8d5e17cbe07e0422"}, {"url": "http://172.30.9.25:8776/v2/1064a3a336bb4e509f6e2803b5e1e1be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8d7c2fd683544d7881f2ce74453bb91c"}], "type": "volumev2", "id": "839edacab4cc4912893e6c020544dd07", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "890bfc73e2e04967a736b5f605d4d3f7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10a3f57ed7824c8294dbedbeb35bd4c9"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1699b4d477644b7b8c3941bd763f7df6"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49130fcc9a54b6e808645a74cb3781e"}], "type": "placement", "id": "a646993a511e4291842e6b3736c2af64", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b2e8ac57aeb4483b00357095caee6c2"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8f6910e4cae465ba7ac8c758b796977"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f40f1a32112444ae989d6c37b2827a94"}], "type": "event", "id": "af18cb4a08a2459c8ed516131471b2f0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84b6516de550464489b8b7468e92bcd2"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cb33c23d0dd403780f583c4b9e8a95d"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b466120183954b72afe2837b3dfb9f35"}], "type": "cloudformation", "id": "cbbe5375d94d45488df71ba84f896a06", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5b0db517510c41a5a25c29b180eea8ed"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "865b3c5157dd4f11bc4bc7b402f8dab3"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86f4bc1012674625a84e7424c39ca5b8"}], "type": "image", "id": "e209fdf6fca34d67bbcb0df619826d69", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "50d467b3a2ab4bd69f76703403dfabbf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df87f596390945438f8c21e15e902ddc"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e44de93c3ca94a66b92c1563309b8a91"}], "type": "compute", "id": "e65bc286d2364004a30274b72452254c", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67d0f71b331a4ca3a2275a1531b95039"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a33886dc4faf441599005fdf8a6a562f"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dfe075eac9784171bfced856e96209d6"}], "type": "metric", "id": "f2c4810da89d42f2a0a6891807c9d201", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_5eb6f4c7-692c-4583-857e-8b1645e33798", "id": "bcc17139506f4f19bc56fcb61ea39790"}, "audit_ids": ["kUmrLM-dQwiQgGPNhgYKhA"], "issued_at": "2018-08-24T07:23:10.000000Z"}} 2018-08-24 07:23:10,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 07:23:10,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" -d '{"network": {"name": "vping_userdata-net_5eb6f4c7-692c-4583-857e-8b1645e33798", "admin_state_up": true}}' 2018-08-24 07:23:11,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-9b6eb1ee-b7fe-4bbd-9dd2-7aa1862f502c Date: Fri, 24 Aug 2018 07:23:11 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1064a3a336bb4e509f6e2803b5e1e1be","created_at":"2018-08-24T07:23:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-24T07:23:11Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1064a3a336bb4e509f6e2803b5e1e1be","id":"c9bfd7dc-3061-4f9a-862e-5664439c1366","name":"vping_userdata-net_5eb6f4c7-692c-4583-857e-8b1645e33798"}} 2018-08-24 07:23:11,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-9b6eb1ee-b7fe-4bbd-9dd2-7aa1862f502c 2018-08-24 07:23:11,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.931221961975s 2018-08-24 07:23:11,914 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-9b6eb1ee-b7fe-4bbd-9dd2-7aa1862f502c 2018-08-24 07:23:11,914 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:23:11Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'c9bfd7dc-3061-4f9a-862e-5664439c1366', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_5eb6f4c7-692c-4583-857e-8b1645e33798', u'admin_state_up': True, u'tenant_id': u'1064a3a336bb4e509f6e2803b5e1e1be', u'created_at': u'2018-08-24T07:23:11Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1064a3a336bb4e509f6e2803b5e1e1be'}) 2018-08-24 07:23:11,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:23:11,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:12,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-ded6051e-5eea-4ad0-a9f5-1685c78670ea Date: Fri, 24 Aug 2018 07:23:12 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":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T07:23:11Z","tenant_id":"1064a3a336bb4e509f6e2803b5e1e1be","created_at":"2018-08-24T07:23:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"1064a3a336bb4e509f6e2803b5e1e1be","id":"c9bfd7dc-3061-4f9a-862e-5664439c1366","name":"vping_userdata-net_5eb6f4c7-692c-4583-857e-8b1645e33798"}]} 2018-08-24 07:23:12,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ded6051e-5eea-4ad0-a9f5-1685c78670ea 2018-08-24 07:23:12,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.35993719101s 2018-08-24 07:23:12,275 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ded6051e-5eea-4ad0-a9f5-1685c78670ea 2018-08-24 07:23:12,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 07:23:12,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" -d '{"subnet": {"name": "vping_userdata-subnet_5eb6f4c7-692c-4583-857e-8b1645e33798", "enable_dhcp": true, "network_id": "c9bfd7dc-3061-4f9a-862e-5664439c1366", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 07:23:13,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1b34992b-dc5e-4c57-b00c-e3e17a61e2bd Date: Fri, 24 Aug 2018 07:23:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9bfd7dc-3061-4f9a-862e-5664439c1366","tenant_id":"1064a3a336bb4e509f6e2803b5e1e1be","created_at":"2018-08-24T07:23:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:23:12Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"1064a3a336bb4e509f6e2803b5e1e1be","id":"23573b4c-c60a-465b-b726-fe4cfe4cff93","subnetpool_id":null,"name":"vping_userdata-subnet_5eb6f4c7-692c-4583-857e-8b1645e33798"}} 2018-08-24 07:23:13,397 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-1b34992b-dc5e-4c57-b00c-e3e17a61e2bd 2018-08-24 07:23:13,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.12006902695s 2018-08-24 07:23:13,397 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-1b34992b-dc5e-4c57-b00c-e3e17a61e2bd 2018-08-24 07:23:13,398 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T07:23:12Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'23573b4c-c60a-465b-b726-fe4cfe4cff93', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_5eb6f4c7-692c-4583-857e-8b1645e33798', u'enable_dhcp': True, u'network_id': u'c9bfd7dc-3061-4f9a-862e-5664439c1366', u'tenant_id': u'1064a3a336bb4e509f6e2803b5e1e1be', u'created_at': u'2018-08-24T07:23:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1064a3a336bb4e509f6e2803b5e1e1be'}) 2018-08-24 07:23:13,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 07:23:13,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" -d '{"router": {"external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a"}, "name": "vping_userdata-router_5eb6f4c7-692c-4583-857e-8b1645e33798", "admin_state_up": true}}' 2018-08-24 07:23:15,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-4f15aa50-1ee0-4b31-bba7-a94d29c78931 Date: Fri, 24 Aug 2018 07:23:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "1064a3a336bb4e509f6e2803b5e1e1be", "created_at": "2018-08-24T07:23:13Z", "admin_state_up": true, "updated_at": "2018-08-24T07:23:14Z", "revision_number": 2, "routes": [], "project_id": "1064a3a336bb4e509f6e2803b5e1e1be", "id": "7aa146d9-eee2-42e9-90c3-92383abdb267", "name": "vping_userdata-router_5eb6f4c7-692c-4583-857e-8b1645e33798"}} 2018-08-24 07:23:15,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-4f15aa50-1ee0-4b31-bba7-a94d29c78931 2018-08-24 07:23:15,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.41476106644s 2018-08-24 07:23:15,814 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-4f15aa50-1ee0-4b31-bba7-a94d29c78931 2018-08-24 07:23:15,814 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'01a6573e-688d-4e67-b8e7-a2b66bfaa64a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'34d0d019-cdc4-4539-b3ce-9c3b1fff8757', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1064a3a336bb4e509f6e2803b5e1e1be', u'created_at': u'2018-08-24T07:23:13Z', u'admin_state_up': True, u'updated_at': u'2018-08-24T07:23:14Z', u'revision_number': 2, u'routes': [], u'project_id': u'1064a3a336bb4e509f6e2803b5e1e1be', u'id': u'7aa146d9-eee2-42e9-90c3-92383abdb267', u'name': u'vping_userdata-router_5eb6f4c7-692c-4583-857e-8b1645e33798'}) 2018-08-24 07:23:15,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 07:23:15,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7aa146d9-eee2-42e9-90c3-92383abdb267/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}c260b40b79429f9d0811057e2510fc81b6900446" -d '{"subnet_id": "23573b4c-c60a-465b-b726-fe4cfe4cff93"}' 2018-08-24 07:23:18,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-74cd2446-9869-4ed2-846d-c2d6c96a2a15 Date: Fri, 24 Aug 2018 07:23:18 GMT RESP BODY: {"network_id": "c9bfd7dc-3061-4f9a-862e-5664439c1366", "tenant_id": "1064a3a336bb4e509f6e2803b5e1e1be", "subnet_id": "23573b4c-c60a-465b-b726-fe4cfe4cff93", "subnet_ids": ["23573b4c-c60a-465b-b726-fe4cfe4cff93"], "port_id": "1f828f3d-c936-40fb-bb00-5786a943fa23", "id": "7aa146d9-eee2-42e9-90c3-92383abdb267"} 2018-08-24 07:23:18,264 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7aa146d9-eee2-42e9-90c3-92383abdb267/add_router_interface.json used request id req-74cd2446-9869-4ed2-846d-c2d6c96a2a15 2018-08-24 07:23:18,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.44924402237s 2018-08-24 07:23:18,264 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7aa146d9-eee2-42e9-90c3-92383abdb267/add_router_interface.json used request id req-74cd2446-9869-4ed2-846d-c2d6c96a2a15 returning object 7aa146d9-eee2-42e9-90c3-92383abdb267 2018-08-24 07:23:18,265 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-24 07:23:18,397 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-24 07:23:18,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 07:23:18,404 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 24 Aug 2018 07:23:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-08-24 07:23:18,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:23:18,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:19,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6423c572-40c5-492b-9693-453740667424 Date: Fri, 24 Aug 2018 07:23:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:23:19,193 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-6423c572-40c5-492b-9693-453740667424 2018-08-24 07:23:19,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.784347057343s 2018-08-24 07:23:19,193 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-6423c572-40c5-492b-9693-453740667424 2018-08-24 07:23:19,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-24 07:23:19,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_5eb6f4c7-692c-4583-857e-8b1645e33798", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_5eb6f4c7-692c-4583-857e-8b1645e33798"}' 2018-08-24 07:23:20,033 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/a17eca46-0648-41a0-945a-533e01685fd7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-dfd31cae-a36a-406a-abe1-7d073c41ea2b Date: Fri, 24 Aug 2018 07:23:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:23:19Z", "file": "/v2/images/a17eca46-0648-41a0-945a-533e01685fd7/file", "owner": "1064a3a336bb4e509f6e2803b5e1e1be", "id": "a17eca46-0648-41a0-945a-533e01685fd7", "size": null, "self": "/v2/images/a17eca46-0648-41a0-945a-533e01685fd7", "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_5eb6f4c7-692c-4583-857e-8b1645e33798", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_5eb6f4c7-692c-4583-857e-8b1645e33798", "checksum": null, "created_at": "2018-08-24T07:23:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-24 07:23:20,033 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-dfd31cae-a36a-406a-abe1-7d073c41ea2b 2018-08-24 07:23:20,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.834757089615s 2018-08-24 07:23:20,034 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-dfd31cae-a36a-406a-abe1-7d073c41ea2b returning object a17eca46-0648-41a0-945a-533e01685fd7 2018-08-24 07:23:20,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-24 07:23:20,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/a17eca46-0648-41a0-945a-533e01685fd7/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}c260b40b79429f9d0811057e2510fc81b6900446" -d '' 2018-08-24 07:23:21,321 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-05abfa8e-9215-4505-bb40-4cf4250fb809 Date: Fri, 24 Aug 2018 07:23:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 07:23:21,321 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/a17eca46-0648-41a0-945a-533e01685fd7/file used request id req-05abfa8e-9215-4505-bb40-4cf4250fb809 2018-08-24 07:23:21,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.28709292412s 2018-08-24 07:23:21,322 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/a17eca46-0648-41a0-945a-533e01685fd7/file used request id req-05abfa8e-9215-4505-bb40-4cf4250fb809 2018-08-24 07:23:21,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:23:21,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:22,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-cc6d768f-8aa2-4312-a7a8-31b4e7f43add Date: Fri, 24 Aug 2018 07:23:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:23:21Z", "file": "/v2/images/a17eca46-0648-41a0-945a-533e01685fd7/file", "owner": "1064a3a336bb4e509f6e2803b5e1e1be", "id": "a17eca46-0648-41a0-945a-533e01685fd7", "size": 12716032, "self": "/v2/images/a17eca46-0648-41a0-945a-533e01685fd7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/a17eca46-0648-41a0-945a-533e01685fd7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/a17eca46-0648-41a0-945a-533e01685fd7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_5eb6f4c7-692c-4583-857e-8b1645e33798", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_5eb6f4c7-692c-4583-857e-8b1645e33798", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:23:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:23:22,147 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-cc6d768f-8aa2-4312-a7a8-31b4e7f43add 2018-08-24 07:23:22,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.821137905121s 2018-08-24 07:23:22,148 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-cc6d768f-8aa2-4312-a7a8-31b4e7f43add 2018-08-24 07:23:22,150 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/a17eca46-0648-41a0-945a-533e01685fd7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a17eca46-0648-41a0-945a-533e01685fd7/file', 'owner': u'1064a3a336bb4e509f6e2803b5e1e1be', 'id': u'a17eca46-0648-41a0-945a-533e01685fd7', 'size': 12716032, u'self': u'/v2/images/a17eca46-0648-41a0-945a-533e01685fd7', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1064a3a336bb4e509f6e2803b5e1e1be', 'name': 'vping_userdata-project_5eb6f4c7-692c-4583-857e-8b1645e33798', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/a17eca46-0648-41a0-945a-533e01685fd7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-24T07:23:21Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-24T07:23:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_5eb6f4c7-692c-4583-857e-8b1645e33798', '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/a17eca46-0648-41a0-945a-533e01685fd7', 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_5eb6f4c7-692c-4583-857e-8b1645e33798', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_5eb6f4c7-692c-4583-857e-8b1645e33798', 'created': u'2018-08-24T07:23:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-24T07:23:19Z', 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/a17eca46-0648-41a0-945a-533e01685fd7', 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_5eb6f4c7-692c-4583-857e-8b1645e33798', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-24 07:23:22,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-24 07:23:22,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_5eb6f4c7-692c-4583-857e-8b1645e33798", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-24 07:23:22,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23: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-1abe5b32-7ff8-48b6-b4d7-5c0edaaeedd7 x-compute-request-id: req-1abe5b32-7ff8-48b6-b4d7-5c0edaaeedd7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_5eb6f4c7-692c-4583-857e-8b1645e33798", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37", "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": "b77ef793-49a0-477f-af91-d2f7dbbecf37"}} 2018-08-24 07:23:22,901 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-1abe5b32-7ff8-48b6-b4d7-5c0edaaeedd7 2018-08-24 07:23:22,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.750757217407s 2018-08-24 07:23:22,902 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-1abe5b32-7ff8-48b6-b4d7-5c0edaaeedd7 2018-08-24 07:23:22,903 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_5eb6f4c7-692c-4583-857e-8b1645e33798', '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'493fee6f873c403e9884bdf9d51cf413', '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'b77ef793-49a0-477f-af91-d2f7dbbecf37', 'swap': 0}) 2018-08-24 07:23:22,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-24 07:23:22,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37/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}5e844b41e77cba0be653c9e0e325135257c7e79f" -d '{"extra_specs": {}}' 2018-08-24 07:23:22,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23: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-4013eba2-2b81-4425-9efc-4a011043e5b4 x-compute-request-id: req-4013eba2-2b81-4425-9efc-4a011043e5b4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-24 07:23:22,926 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37/os-extra_specs used request id req-4013eba2-2b81-4425-9efc-4a011043e5b4 2018-08-24 07:23:22,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022176027298s 2018-08-24 07:23:22,926 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37/os-extra_specs used request id req-4013eba2-2b81-4425-9efc-4a011043e5b4 2018-08-24 07:23:22,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:23:22,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:23,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-0f880813-af27-499c-abab-1f73c9fd4686 Date: Fri, 24 Aug 2018 07:23:23 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":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["23573b4c-c60a-465b-b726-fe4cfe4cff93"],"updated_at":"2018-08-24T07:23:12Z","tenant_id":"1064a3a336bb4e509f6e2803b5e1e1be","created_at":"2018-08-24T07:23:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1064a3a336bb4e509f6e2803b5e1e1be","id":"c9bfd7dc-3061-4f9a-862e-5664439c1366","name":"vping_userdata-net_5eb6f4c7-692c-4583-857e-8b1645e33798"}]} 2018-08-24 07:23:23,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0f880813-af27-499c-abab-1f73c9fd4686 2018-08-24 07:23:23,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.348368883133s 2018-08-24 07:23:23,275 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0f880813-af27-499c-abab-1f73c9fd4686 2018-08-24 07:23:23,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:23:23,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:23,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-970a1ac0-8c38-4eba-91cd-350c0fef8de6 Date: Fri, 24 Aug 2018 07:23:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:23:21Z", "file": "/v2/images/a17eca46-0648-41a0-945a-533e01685fd7/file", "owner": "1064a3a336bb4e509f6e2803b5e1e1be", "id": "a17eca46-0648-41a0-945a-533e01685fd7", "size": 12716032, "self": "/v2/images/a17eca46-0648-41a0-945a-533e01685fd7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/a17eca46-0648-41a0-945a-533e01685fd7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/a17eca46-0648-41a0-945a-533e01685fd7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_5eb6f4c7-692c-4583-857e-8b1645e33798", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_5eb6f4c7-692c-4583-857e-8b1645e33798", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:23:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:23:23,587 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-970a1ac0-8c38-4eba-91cd-350c0fef8de6 2018-08-24 07:23:23,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.307908058167s 2018-08-24 07:23:23,588 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-970a1ac0-8c38-4eba-91cd-350c0fef8de6 2018-08-24 07:23:23,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-24 07:23:23,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:23,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d1f8c16-d6c5-4e0d-9e2a-eac9a557344f x-compute-request-id: req-1d1f8c16-d6c5-4e0d-9e2a-eac9a557344f Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_5eb6f4c7-692c-4583-857e-8b1645e33798", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37", "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": "b77ef793-49a0-477f-af91-d2f7dbbecf37"}]} 2018-08-24 07:23:23,878 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-1d1f8c16-d6c5-4e0d-9e2a-eac9a557344f 2018-08-24 07:23:23,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.288586854935s 2018-08-24 07:23:23,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-1d1f8c16-d6c5-4e0d-9e2a-eac9a557344f 2018-08-24 07:23:23,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-24 07:23:23,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" -d '{"server": {"name": "vping_userdata-vm_5eb6f4c7-692c-4583-857e-8b1645e33798", "imageRef": "a17eca46-0648-41a0-945a-533e01685fd7", "flavorRef": "b77ef793-49a0-477f-af91-d2f7dbbecf37", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c9bfd7dc-3061-4f9a-862e-5664439c1366"}]}}' 2018-08-24 07:23:27,978 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:23: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-ab532f5f-2ac0-4836-b53b-53a53572d9a2 x-compute-request-id: req-ab532f5f-2ac0-4836-b53b-53a53572d9a2 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b", "rel": "bookmark"}], "adminPass": "N3yvy34KRcKk"}} 2018-08-24 07:23:27,978 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-ab532f5f-2ac0-4836-b53b-53a53572d9a2 2018-08-24 07:23:27,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.09819293022s 2018-08-24 07:23:27,979 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-ab532f5f-2ac0-4836-b53b-53a53572d9a2 2018-08-24 07:23:27,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:23:27,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:28,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23: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-d73b49d1-4031-4cc5-957f-983416a02604 x-compute-request-id: req-d73b49d1-4031-4cc5-957f-983416a02604 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b", "rel": "bookmark"}], "image": {"id": "a17eca46-0648-41a0-945a-533e01685fd7", "links": [{"href": "http://172.30.9.25:8774/images/a17eca46-0648-41a0-945a-533e01685fd7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b77ef793-49a0-477f-af91-d2f7dbbecf37", "links": [{"href": "http://172.30.9.25:8774/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37", "rel": "bookmark"}]}, "id": "8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b", "user_id": "bcc17139506f4f19bc56fcb61ea39790", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:23:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5eb6f4c7-692c-4583-857e-8b1645e33798", "created": "2018-08-24T07:23:27Z", "tenant_id": "1064a3a336bb4e509f6e2803b5e1e1be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:23:28,958 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d73b49d1-4031-4cc5-957f-983416a02604 2018-08-24 07:23:28,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.978718996048s 2018-08-24 07:23:28,959 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d73b49d1-4031-4cc5-957f-983416a02604 2018-08-24 07:23:28,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:23:28,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:29,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-926acc1d-0781-4c3a-a17e-531b9eed1172 Date: Fri, 24 Aug 2018 07:23: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":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["23573b4c-c60a-465b-b726-fe4cfe4cff93"],"updated_at":"2018-08-24T07:23:12Z","tenant_id":"1064a3a336bb4e509f6e2803b5e1e1be","created_at":"2018-08-24T07:23:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1064a3a336bb4e509f6e2803b5e1e1be","id":"c9bfd7dc-3061-4f9a-862e-5664439c1366","name":"vping_userdata-net_5eb6f4c7-692c-4583-857e-8b1645e33798"}]} 2018-08-24 07:23:29,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-926acc1d-0781-4c3a-a17e-531b9eed1172 2018-08-24 07:23:29,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257475852966s 2018-08-24 07:23:29,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-926acc1d-0781-4c3a-a17e-531b9eed1172 2018-08-24 07:23:29,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 07:23:29,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:29,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7d7c80b8-663c-4783-a319-95fccb545c28 Date: Fri, 24 Aug 2018 07:23:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9bfd7dc-3061-4f9a-862e-5664439c1366","tenant_id":"1064a3a336bb4e509f6e2803b5e1e1be","created_at":"2018-08-24T07:23:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:23:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"1064a3a336bb4e509f6e2803b5e1e1be","id":"23573b4c-c60a-465b-b726-fe4cfe4cff93","subnetpool_id":null,"name":"vping_userdata-subnet_5eb6f4c7-692c-4583-857e-8b1645e33798"}]} 2018-08-24 07:23:29,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-7d7c80b8-663c-4783-a319-95fccb545c28 2018-08-24 07:23:29,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.328764200211s 2018-08-24 07:23:29,550 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-7d7c80b8-663c-4783-a319-95fccb545c28 2018-08-24 07:23:29,551 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:23:31,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:23:31,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:32,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23: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-d956e7b7-2579-4973-842b-2e12208946ea x-compute-request-id: req-d956e7b7-2579-4973-842b-2e12208946ea Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b", "rel": "bookmark"}], "image": {"id": "a17eca46-0648-41a0-945a-533e01685fd7", "links": [{"href": "http://172.30.9.25:8774/images/a17eca46-0648-41a0-945a-533e01685fd7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b77ef793-49a0-477f-af91-d2f7dbbecf37", "links": [{"href": "http://172.30.9.25:8774/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37", "rel": "bookmark"}]}, "id": "8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b", "user_id": "bcc17139506f4f19bc56fcb61ea39790", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-24T07:23:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5eb6f4c7-692c-4583-857e-8b1645e33798", "created": "2018-08-24T07:23:27Z", "tenant_id": "1064a3a336bb4e509f6e2803b5e1e1be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-24 07:23:32,229 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d956e7b7-2579-4973-842b-2e12208946ea 2018-08-24 07:23:32,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.675419807434s 2018-08-24 07:23:32,229 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d956e7b7-2579-4973-842b-2e12208946ea 2018-08-24 07:23:32,231 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-24 07:23:34,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 07:23:34,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:34,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23: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-3e503a8d-88e8-4834-8eb9-103cdfd26a0f x-compute-request-id: req-3e503a8d-88e8-4834-8eb9-103cdfd26a0f Content-Encoding: gzip Content-Length: 690 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b", "rel": "bookmark"}], "image": {"id": "a17eca46-0648-41a0-945a-533e01685fd7", "links": [{"href": "http://172.30.9.25:8774/images/a17eca46-0648-41a0-945a-533e01685fd7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b77ef793-49a0-477f-af91-d2f7dbbecf37", "links": [{"href": "http://172.30.9.25:8774/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37", "rel": "bookmark"}]}, "id": "8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b", "user_id": "bcc17139506f4f19bc56fcb61ea39790", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-08-24T07:23:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_5eb6f4c7-692c-4583-857e-8b1645e33798", "created": "2018-08-24T07:23:27Z", "tenant_id": "1064a3a336bb4e509f6e2803b5e1e1be", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b.", "code": 500, "created": "2018-08-24T07:23:33Z"}, "metadata": {}}]} 2018-08-24 07:23:34,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3e503a8d-88e8-4834-8eb9-103cdfd26a0f 2018-08-24 07:23:34,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.642985105515s 2018-08-24 07:23:34,877 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3e503a8d-88e8-4834-8eb9-103cdfd26a0f 2018-08-24 07:23:34,880 - functest.opnfv_tests.openstack.vping.vping_userdata - ERROR - Unexpected error running vping_userdata Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/vping/vping_userdata.py", line 45, in run self.vm1 = self.boot_vm() File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 199, in boot_vm timeout=self.create_server_timeout, wait=True, **kwargs) File "", line 2, in create_server File "/usr/lib/python2.7/site-packages/shade/_utils.py", line 410, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6876, in create_server nat_destination=nat_destination, File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6919, in wait_for_server nat_destination=nat_destination) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6933, in get_active_server extra_data=dict(server=server)) OpenStackCloudException: ('Error in creating the server: Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b.', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'a17eca46-0648-41a0-945a-533e01685fd7'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'b77ef793-49a0-477f-af91-d2f7dbbecf37'}), 'az': u'nova', 'id': u'8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'bcc17139506f4f19bc56fcb61ea39790', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1064a3a336bb4e509f6e2803b5e1e1be', 'name': 'vping_userdata-project_5eb6f4c7-692c-4583-857e-8b1645e33798', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-08-24T07:23:33Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'fault': Munch({u'message': u'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b.', u'code': 500, u'created': u'2018-08-24T07:23:33Z'}), u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1064a3a336bb4e509f6e2803b5e1e1be', 'name': u'vping_userdata-vm_5eb6f4c7-692c-4583-857e-8b1645e33798', 'adminPass': None, 'tenant_id': u'1064a3a336bb4e509f6e2803b5e1e1be', 'created_at': u'2018-08-24T07:23:27Z', 'created': u'2018-08-24T07:23:27Z', 'has_config_drive': False, 'volumes': [], u'fault': Munch({u'message': u'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 8e1e08cb-84ee-4a3a-85a6-fbec5f0e098b.', u'code': 500, u'created': u'2018-08-24T07:23:33Z'}), 'config_drive': u'', 'region': 'regionOne'})}") 2018-08-24 07:23:35,012 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 07:23:35,013 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:12 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-08-24 07:23:35,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 07:23:35,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7aa146d9-eee2-42e9-90c3-92383abdb267/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}c260b40b79429f9d0811057e2510fc81b6900446" -d '{"subnet_id": "23573b4c-c60a-465b-b726-fe4cfe4cff93"}' 2018-08-24 07:23:37,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-81c247ae-307e-4355-9aa8-25096f71359d Date: Fri, 24 Aug 2018 07:23:37 GMT RESP BODY: {"network_id": "c9bfd7dc-3061-4f9a-862e-5664439c1366", "tenant_id": "1064a3a336bb4e509f6e2803b5e1e1be", "subnet_id": "23573b4c-c60a-465b-b726-fe4cfe4cff93", "subnet_ids": ["23573b4c-c60a-465b-b726-fe4cfe4cff93"], "port_id": "1f828f3d-c936-40fb-bb00-5786a943fa23", "id": "7aa146d9-eee2-42e9-90c3-92383abdb267"} 2018-08-24 07:23:37,105 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7aa146d9-eee2-42e9-90c3-92383abdb267/remove_router_interface.json used request id req-81c247ae-307e-4355-9aa8-25096f71359d 2018-08-24 07:23:37,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.08946800232s 2018-08-24 07:23:37,105 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7aa146d9-eee2-42e9-90c3-92383abdb267/remove_router_interface.json used request id req-81c247ae-307e-4355-9aa8-25096f71359d returning object 7aa146d9-eee2-42e9-90c3-92383abdb267 2018-08-24 07:23:37,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 07:23:37,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:37,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-dee3e1ff-f40c-4f51-baaa-8604f01f4c1f Date: Fri, 24 Aug 2018 07:23:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "01a6573e-688d-4e67-b8e7-a2b66bfaa64a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "34d0d019-cdc4-4539-b3ce-9c3b1fff8757", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "1064a3a336bb4e509f6e2803b5e1e1be", "created_at": "2018-08-24T07:23:13Z", "admin_state_up": true, "updated_at": "2018-08-24T07:23:36Z", "revision_number": 4, "routes": [], "project_id": "1064a3a336bb4e509f6e2803b5e1e1be", "id": "7aa146d9-eee2-42e9-90c3-92383abdb267", "name": "vping_userdata-router_5eb6f4c7-692c-4583-857e-8b1645e33798"}]} 2018-08-24 07:23:37,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-dee3e1ff-f40c-4f51-baaa-8604f01f4c1f 2018-08-24 07:23:37,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.381940126419s 2018-08-24 07:23:37,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-dee3e1ff-f40c-4f51-baaa-8604f01f4c1f 2018-08-24 07:23:37,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 07:23:37,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/7aa146d9-eee2-42e9-90c3-92383abdb267.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:39,095 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c404dfd4-a25d-4476-a9db-fc21d712f910 Content-Length: 0 Date: Fri, 24 Aug 2018 07:23:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:23:39,095 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/7aa146d9-eee2-42e9-90c3-92383abdb267.json used request id req-c404dfd4-a25d-4476-a9db-fc21d712f910 2018-08-24 07:23:39,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.60630393028s 2018-08-24 07:23:39,096 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/7aa146d9-eee2-42e9-90c3-92383abdb267.json used request id req-c404dfd4-a25d-4476-a9db-fc21d712f910 2018-08-24 07:23:39,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 07:23:39,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:39,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f25adbd4-619e-4c72-ae65-9f45e584b608 Date: Fri, 24 Aug 2018 07:23:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9bfd7dc-3061-4f9a-862e-5664439c1366","tenant_id":"1064a3a336bb4e509f6e2803b5e1e1be","created_at":"2018-08-24T07:23:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T07:23:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"1064a3a336bb4e509f6e2803b5e1e1be","id":"23573b4c-c60a-465b-b726-fe4cfe4cff93","subnetpool_id":null,"name":"vping_userdata-subnet_5eb6f4c7-692c-4583-857e-8b1645e33798"}]} 2018-08-24 07:23:39,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-f25adbd4-619e-4c72-ae65-9f45e584b608 2018-08-24 07:23:39,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0403709411621s 2018-08-24 07:23:39,137 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-f25adbd4-619e-4c72-ae65-9f45e584b608 2018-08-24 07:23:39,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 07:23:39,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/23573b4c-c60a-465b-b726-fe4cfe4cff93.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:41,419 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e1f0aad7-9abe-49c4-9db0-6e63a936f795 Date: Fri, 24 Aug 2018 07:23:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:23:41,419 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/23573b4c-c60a-465b-b726-fe4cfe4cff93.json used request id req-e1f0aad7-9abe-49c4-9db0-6e63a936f795 2018-08-24 07:23:41,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.28190588951s 2018-08-24 07:23:41,420 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/23573b4c-c60a-465b-b726-fe4cfe4cff93.json used request id req-e1f0aad7-9abe-49c4-9db0-6e63a936f795 2018-08-24 07:23:41,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 07:23:41,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:41,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-0ec089fc-e7cf-492b-83e3-558e302dc0b0 Date: Fri, 24 Aug 2018 07:23:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["34d0d019-cdc4-4539-b3ce-9c3b1fff8757"],"updated_at":"2018-08-24T07:14:56Z","tenant_id":"bd5da89061c541f69dcf67747600a6b1","created_at":"2018-08-24T07:14:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bd5da89061c541f69dcf67747600a6b1","id":"01a6573e-688d-4e67-b8e7-a2b66bfaa64a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T07:23:41Z","tenant_id":"1064a3a336bb4e509f6e2803b5e1e1be","created_at":"2018-08-24T07:23:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1064a3a336bb4e509f6e2803b5e1e1be","id":"c9bfd7dc-3061-4f9a-862e-5664439c1366","name":"vping_userdata-net_5eb6f4c7-692c-4583-857e-8b1645e33798"}]} 2018-08-24 07:23:41,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0ec089fc-e7cf-492b-83e3-558e302dc0b0 2018-08-24 07:23:41,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100703954697s 2018-08-24 07:23:41,521 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0ec089fc-e7cf-492b-83e3-558e302dc0b0 2018-08-24 07:23:41,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 07:23:41,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/c9bfd7dc-3061-4f9a-862e-5664439c1366.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:43,264 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b00b77e6-da06-4ef4-9ca6-9370a98136c1 Date: Fri, 24 Aug 2018 07:23:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 07:23:43,264 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/c9bfd7dc-3061-4f9a-862e-5664439c1366.json used request id req-b00b77e6-da06-4ef4-9ca6-9370a98136c1 2018-08-24 07:23:43,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.74283099174s 2018-08-24 07:23:43,265 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/c9bfd7dc-3061-4f9a-862e-5664439c1366.json used request id req-b00b77e6-da06-4ef4-9ca6-9370a98136c1 2018-08-24 07:23:43,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 07:23:43,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:43,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-97cc426d-8199-4282-a684-b9afbad9108c Date: Fri, 24 Aug 2018 07:23:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-24T07:23:21Z", "file": "/v2/images/a17eca46-0648-41a0-945a-533e01685fd7/file", "owner": "1064a3a336bb4e509f6e2803b5e1e1be", "id": "a17eca46-0648-41a0-945a-533e01685fd7", "size": 12716032, "self": "/v2/images/a17eca46-0648-41a0-945a-533e01685fd7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/a17eca46-0648-41a0-945a-533e01685fd7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6c93937-afac-461c-8e8f-47d199e4331f/images/a17eca46-0648-41a0-945a-533e01685fd7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_5eb6f4c7-692c-4583-857e-8b1645e33798", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_5eb6f4c7-692c-4583-857e-8b1645e33798", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-24T07:23:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 07:23:43,580 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-97cc426d-8199-4282-a684-b9afbad9108c 2018-08-24 07:23:43,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.310878992081s 2018-08-24 07:23:43,580 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-97cc426d-8199-4282-a684-b9afbad9108c 2018-08-24 07:23:43,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-24 07:23:43,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/a17eca46-0648-41a0-945a-533e01685fd7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c260b40b79429f9d0811057e2510fc81b6900446" 2018-08-24 07:23:45,069 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0bed4434-d3d9-40d0-9655-514082c0db6c Date: Fri, 24 Aug 2018 07:23:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 07:23:45,069 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/a17eca46-0648-41a0-945a-533e01685fd7 used request id req-0bed4434-d3d9-40d0-9655-514082c0db6c 2018-08-24 07:23:45,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.48808193207s 2018-08-24 07:23:45,069 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/a17eca46-0648-41a0-945a-533e01685fd7 used request id req-0bed4434-d3d9-40d0-9655-514082c0db6c 2018-08-24 07:23:45,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-24 07:23:45,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:45,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ff4d391-4d6b-4e62-963c-a709b75396c7 x-compute-request-id: req-1ff4d391-4d6b-4e62-963c-a709b75396c7 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_5eb6f4c7-692c-4583-857e-8b1645e33798", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37", "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": "b77ef793-49a0-477f-af91-d2f7dbbecf37"}]} 2018-08-24 07:23:45,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-1ff4d391-4d6b-4e62-963c-a709b75396c7 2018-08-24 07:23:45,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0206661224365s 2018-08-24 07:23:45,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-1ff4d391-4d6b-4e62-963c-a709b75396c7 2018-08-24 07:23:45,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-24 07:23:45,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:45,128 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 24 Aug 2018 07:23: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-b87ce623-c966-4527-bd73-040b8c55b95a x-compute-request-id: req-b87ce623-c966-4527-bd73-040b8c55b95a Content-Length: 0 Content-Type: application/json 2018-08-24 07:23:45,128 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37 used request id req-b87ce623-c966-4527-bd73-040b8c55b95a 2018-08-24 07:23:45,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0359649658203s 2018-08-24 07:23:45,128 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/b77ef793-49a0-477f-af91-d2f7dbbecf37 used request id req-b87ce623-c966-4527-bd73-040b8c55b95a 2018-08-24 07:23:45,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:23:45,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:45,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-860d2fe6-fb34-4cf9-acb1-33503a489a09 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/010fedb1b6b8493f87dee25ef9e427d8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "010fedb1b6b8493f87dee25ef9e427d8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1c574d1430e149ccae73be8a19add554"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c574d1430e149ccae73be8a19add554", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/1e69033bcc3b4dc18ac5e9feda7879ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e69033bcc3b4dc18ac5e9feda7879ab", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/482ab629ea2b464ca0f38b4817a2e953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482ab629ea2b464ca0f38b4817a2e953", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/4b242962093549a8b2b26446bb2d45c9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b242962093549a8b2b26446bb2d45c9", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/6011f0ce70f84033bace68ed428db135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6011f0ce70f84033bace68ed428db135", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/61c5b84e120f428893b9833b7ea07536"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61c5b84e120f428893b9833b7ea07536", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/701e061a00164d34a6345f77f2a06583"}, "domain_id": "94c6fafca7294cf988c0529d5357c147", "enabled": true, "options": {}, "id": "701e061a00164d34a6345f77f2a06583", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/89da8566b3114ac68854ec081c56b8b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "89da8566b3114ac68854ec081c56b8b7", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/a87a98e4b1944968a60b64423b1736b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a87a98e4b1944968a60b64423b1736b5", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/b60376ba118042ea80808ded4be6bd9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b60376ba118042ea80808ded4be6bd9b", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_5eb6f4c7-692c-4583-857e-8b1645e33798", "links": {"self": "http://172.30.9.25:5000/v3/users/bcc17139506f4f19bc56fcb61ea39790"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bcc17139506f4f19bc56fcb61ea39790", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/d11850cf6b12475c95aade9c2bb12caa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11850cf6b12475c95aade9c2bb12caa", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/d25e4970964144ed8e2798dfa2955cc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d25e4970964144ed8e2798dfa2955cc1", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/e2697db3ddde49c0a1cd64cdfc8e1924"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2697db3ddde49c0a1cd64cdfc8e1924", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-08-24 07:23:45,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-860d2fe6-fb34-4cf9-acb1-33503a489a09 2018-08-24 07:23:45,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.222347974777s 2018-08-24 07:23:45,351 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-860d2fe6-fb34-4cf9-acb1-33503a489a09 2018-08-24 07:23:45,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 07:23:45,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/bcc17139506f4f19bc56fcb61ea39790 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:45,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad4429e7-c8c0-4d3d-b102-bb41636744de Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_5eb6f4c7-692c-4583-857e-8b1645e33798", "links": {"self": "http://172.30.9.25:5000/v3/users/bcc17139506f4f19bc56fcb61ea39790"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "bcc17139506f4f19bc56fcb61ea39790", "description": null}} 2018-08-24 07:23:45,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/bcc17139506f4f19bc56fcb61ea39790 used request id req-ad4429e7-c8c0-4d3d-b102-bb41636744de 2018-08-24 07:23:45,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212495803833s 2018-08-24 07:23:45,568 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/bcc17139506f4f19bc56fcb61ea39790 used request id req-ad4429e7-c8c0-4d3d-b102-bb41636744de 2018-08-24 07:23:45,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-24 07:23:45,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/bcc17139506f4f19bc56fcb61ea39790 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:46,050 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:23:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d2ccfaf-52c7-4815-a715-cc69582da32d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:23:46,050 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/bcc17139506f4f19bc56fcb61ea39790 used request id req-1d2ccfaf-52c7-4815-a715-cc69582da32d 2018-08-24 07:23:46,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.481937170029s 2018-08-24 07:23:46,050 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/bcc17139506f4f19bc56fcb61ea39790 used request id req-1d2ccfaf-52c7-4815-a715-cc69582da32d 2018-08-24 07:23:46,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 07:23:46,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:46,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 07:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1e2e952-f356-4f97-8171-dde12b0c8f5f Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.25:5000/v3/projects/1064a3a336bb4e509f6e2803b5e1e1be"}, "tags": [], "enabled": true, "id": "1064a3a336bb4e509f6e2803b5e1e1be", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_5eb6f4c7-692c-4583-857e-8b1645e33798"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/493fee6f873c403e9884bdf9d51cf413"}, "tags": [], "enabled": true, "id": "493fee6f873c403e9884bdf9d51cf413", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/bd5da89061c541f69dcf67747600a6b1"}, "tags": [], "enabled": true, "id": "bd5da89061c541f69dcf67747600a6b1", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-24 07:23:46,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-a1e2e952-f356-4f97-8171-dde12b0c8f5f 2018-08-24 07:23:46,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191067934036s 2018-08-24 07:23:46,246 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-a1e2e952-f356-4f97-8171-dde12b0c8f5f 2018-08-24 07:23:46,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-24 07:23:46,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/1064a3a336bb4e509f6e2803b5e1e1be -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e844b41e77cba0be653c9e0e325135257c7e79f" 2018-08-24 07:23:46,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 07:23:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c57faccd-6fa3-4428-af61-68e3e0d723ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 07:23:46,550 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/1064a3a336bb4e509f6e2803b5e1e1be used request id req-c57faccd-6fa3-4428-af61-68e3e0d723ac 2018-08-24 07:23:46,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.300060033798s 2018-08-24 07:23:46,551 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/1064a3a336bb4e509f6e2803b5e1e1be used request id req-c57faccd-6fa3-4428-af61-68e3e0d723ac 2018-08-24 07:23:46,551 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-08-24 07:23:46,551 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | tenantnetwork1 | functest | healthcheck | 00:09 | PASS | | tenantnetwork2 | functest | healthcheck | 00:09 | PASS | | vmready1 | functest | healthcheck | 00:13 | PASS | | vmready2 | functest | healthcheck | 00:14 | PASS | | singlevm1 | functest | healthcheck | 00:36 | PASS | | singlevm2 | functest | healthcheck | 00:35 | PASS | | vping_ssh | functest | healthcheck | 01:03 | PASS | | vping_userdata | functest | healthcheck | 00:12 | FAIL | | cinder_test | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-24 07:23:46,560 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-24 07:23:46,660 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-24 07:23:46,769 - paramiko.transport - DEBUG - EOF in transport thread