2018-08-18 13:39:54,133 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-222 | | 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-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-18 13:39:54,136 - 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.22,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.22:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=gvCmiqMOmT0M8WBgbfQPq3owW 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=b6ce1aa05c2a45e9b662247aa24b2526 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-18 13:39:54,136 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-18 13:39:54,137 - 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 api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ 2018-08-18 13:39:54,160 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-18 13:39:54,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 13:39:54,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 13:39:54,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 13:39:54,442 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-18 13:39:54,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-18 13:39:54,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:39:54,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27e919d0-2872-4e63-9579-bac1b07a097d 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.22:5000/v3/", "rel": "self"}]}} 2018-08-18 13:39:54,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-27e919d0-2872-4e63-9579-bac1b07a097d 2018-08-18 13:39:54,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-18 13:39:54,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "453982a82d6c4f49a54d15422c9d7289", "name": "admin"}, {"id": "2581800b0a564354b3d06f8a0920c255", "name": "member"}, {"id": "a2c60b5892064136b55f1633540ccc55", "name": "reader"}], "expires_at": "2018-08-18T14:39:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6ce1aa05c2a45e9b662247aa24b2526", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d40b28aca5346688fe6bc5e8637e176"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aff7b64bed1c4c0398e19ba862cb305d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bda98933533343fe99a20e6b3e0a78e9"}], "type": "placement", "id": "08698b2897544526a00ad39190b50244", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acdb7d40c4c9412ab73424b689499995"}, {"url": "http://172.30.9.22:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd2659f96d2140afbc6da4a34c421c88"}, {"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f89ca21ef47c438d8b5c5ebf00fe0ced"}], "type": "volumev3", "id": "1133d4c3bb0742ea89dc03581ecd8815", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fc3e825173c4b9b8c2fa9012cec6fb0"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59921819ec87401395f40e88f605b032"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e21b9e6e2fa844789599b1e5c53dae81"}], "type": "image", "id": "12e09d4ce9894a17a73a2aa5f8383ba5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22af945ce8f24924aed22762e16a68b5"}, {"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "45188dd08bad4ae3af2ee3541fcf6ed9"}, {"url": "http://172.30.9.22:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf5c0e7a629d4dfeaaff326358e54c70"}], "type": "volumev2", "id": "538948915e9e46c599d3d21a74490e7d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5178c7654f6747d4a633d90529772caf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62bf458a89ff47c6abee07395cee27a8"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6320d4fac65c46d4bbe02790fc1d2071"}], "type": "compute", "id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723d413ee0ed4654b925cf960aa73080"}, {"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89a7042a6c3646da87b21b591ea52b33"}, {"url": "http://172.30.9.22:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d23df57f456b4d4bac534e6ba9517e9c"}], "type": "volume", "id": "6c190e8b9bf74e969c79d21538288b54", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad8e22faa96487b9cae96d9a46c4081"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9371e4b3fc8f4c47a0e9460501a45be1"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96d8e73a2fb04e7399e9870f74a43bc4"}], "type": "metric", "id": "7ace387374024be897d40f9f9a2566ea", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "655b9e23ac634c9ca42399d469168cc7"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d78b18825ec7464d8d411ed941634a31"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f14cf835ec9942d8b6e707a97dfef747"}], "type": "orchestration", "id": "8a03a498f5ee4afa9e27015759971c90", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a20da9d80844f5dbcd9bb5a4d0cadaa"}, {"url": "http://12.0.0.21:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34fcf44b529d495aaa8db12d0242a414"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0a288fb6b7c490e8b785e2d3c16d175"}], "type": "object-store", "id": "92a3517452b04f5fa26760329abdca48", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12496eccfef24ff19289d12b0ac537c3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "523650605a4a491dbb05b05ac91562a8"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2501d389b14e2083c738cfeb1a2ba5"}], "type": "alarming", "id": "9456caee1fdb4362ac77b55a1e16d975", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bccf6dbe2874e23b05ab419bc6d9b12"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67752aeffcae418ba77a295bebd68f1b"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79f9fa80cc4445d951c17fc029872b8"}], "type": "event", "id": "ac73e5f05e7249acb6f6ec6e373c96f7", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "b1bd1d9fcb4a43618729b90e769402d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f69ac3168ec483c8ef3f4949e053d47"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8973ffa2d9f44ec69ba372463755b645"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c39d0599bff94fea95a025f2cdf74ce0"}], "type": "identity", "id": "da33281a22174aa58a01ba5dda8b02cb", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4c9fcc3c834ac292f20efe3711c99b"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a912906504b479789c186f1fcc82dc2"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bfd747ae21a4e829531703107cdd1ae"}], "type": "network", "id": "dcc689a58fb84179bfc69663f81caf80", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "525ed5880b774bb29a8491da3cbdee7a"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5366a06a612a4591ba56fa1239e5d5e1"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ed950a0e5fe41c0adaf3ff55a0311e5"}], "type": "cloudformation", "id": "e6f138c157464a27930b8dc10aa58992", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f52a835c15b34579a8516e69a8f80135"}, "audit_ids": ["XlT9Mo6iQt6GqPGJxD6FUw"], "issued_at": "2018-08-18T13:39:54.000000Z"}} 2018-08-18 13:39:54,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:39:55,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:39:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02c3bf90-e30b-4320-92c3-3fb39c345b25 x-compute-request-id: req-02c3bf90-e30b-4320-92c3-3fb39c345b25 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-18 13:39:55,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-02c3bf90-e30b-4320-92c3-3fb39c345b25 2018-08-18 13:39:55,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.46291708946s 2018-08-18 13:39:55,905 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-02c3bf90-e30b-4320-92c3-3fb39c345b25 2018-08-18 13:39:55,906 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-18 13:39:55,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:39:55,914 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 13:39:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ee262e9-951e-4c2d-9acc-44b20c8b0971 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.22:5000/v3/", "rel": "self"}]}]}} 2018-08-18 13:39:55,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-2ee262e9-951e-4c2d-9acc-44b20c8b0971 2018-08-18 13:39:55,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 13:39:55,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:39:56,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-210aa3a5-7b22-4787-bb0a-957001af5593 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/89e5481c9c3b44639ca2364c7bae211a"}, "tags": [], "enabled": true, "id": "89e5481c9c3b44639ca2364c7bae211a", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 13:39:56,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-210aa3a5-7b22-4787-bb0a-957001af5593 2018-08-18 13:39:56,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.292660951614s 2018-08-18 13:39:56,208 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-210aa3a5-7b22-4787-bb0a-957001af5593 2018-08-18 13:39:56,209 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'89e5481c9c3b44639ca2364c7bae211a', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-18 13:39:56,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-18 13:39:56,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:39:56,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-160d4be5-c927-4f85-a80d-baff724a4b19 Content-Encoding: gzip Content-Length: 1968 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0e4c9fcc3c834ac292f20efe3711c99b"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dcc689a58fb84179bfc69663f81caf80", "id": "0e4c9fcc3c834ac292f20efe3711c99b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/12496eccfef24ff19289d12b0ac537c3"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9456caee1fdb4362ac77b55a1e16d975", "id": "12496eccfef24ff19289d12b0ac537c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1a20da9d80844f5dbcd9bb5a4d0cadaa"}, "url": "http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "92a3517452b04f5fa26760329abdca48", "id": "1a20da9d80844f5dbcd9bb5a4d0cadaa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/22af945ce8f24924aed22762e16a68b5"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "538948915e9e46c599d3d21a74490e7d", "id": "22af945ce8f24924aed22762e16a68b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2a912906504b479789c186f1fcc82dc2"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dcc689a58fb84179bfc69663f81caf80", "id": "2a912906504b479789c186f1fcc82dc2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2fc3e825173c4b9b8c2fa9012cec6fb0"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "12e09d4ce9894a17a73a2aa5f8383ba5", "id": "2fc3e825173c4b9b8c2fa9012cec6fb0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/34fcf44b529d495aaa8db12d0242a414"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "92a3517452b04f5fa26760329abdca48", "id": "34fcf44b529d495aaa8db12d0242a414"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3bccf6dbe2874e23b05ab419bc6d9b12"}, "url": "http://172.30.9.22:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ac73e5f05e7249acb6f6ec6e373c96f7", "id": "3bccf6dbe2874e23b05ab419bc6d9b12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/45188dd08bad4ae3af2ee3541fcf6ed9"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "538948915e9e46c599d3d21a74490e7d", "id": "45188dd08bad4ae3af2ee3541fcf6ed9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4bfd747ae21a4e829531703107cdd1ae"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dcc689a58fb84179bfc69663f81caf80", "id": "4bfd747ae21a4e829531703107cdd1ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5178c7654f6747d4a633d90529772caf"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "id": "5178c7654f6747d4a633d90529772caf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/523650605a4a491dbb05b05ac91562a8"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9456caee1fdb4362ac77b55a1e16d975", "id": "523650605a4a491dbb05b05ac91562a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/525ed5880b774bb29a8491da3cbdee7a"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e6f138c157464a27930b8dc10aa58992", "id": "525ed5880b774bb29a8491da3cbdee7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5366a06a612a4591ba56fa1239e5d5e1"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e6f138c157464a27930b8dc10aa58992", "id": "5366a06a612a4591ba56fa1239e5d5e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/59921819ec87401395f40e88f605b032"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "12e09d4ce9894a17a73a2aa5f8383ba5", "id": "59921819ec87401395f40e88f605b032"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/62bf458a89ff47c6abee07395cee27a8"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "id": "62bf458a89ff47c6abee07395cee27a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6320d4fac65c46d4bbe02790fc1d2071"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "id": "6320d4fac65c46d4bbe02790fc1d2071"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/655b9e23ac634c9ca42399d469168cc7"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8a03a498f5ee4afa9e27015759971c90", "id": "655b9e23ac634c9ca42399d469168cc7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/67752aeffcae418ba77a295bebd68f1b"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ac73e5f05e7249acb6f6ec6e373c96f7", "id": "67752aeffcae418ba77a295bebd68f1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6f2501d389b14e2083c738cfeb1a2ba5"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9456caee1fdb4362ac77b55a1e16d975", "id": "6f2501d389b14e2083c738cfeb1a2ba5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/723d413ee0ed4654b925cf960aa73080"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6c190e8b9bf74e969c79d21538288b54", "id": "723d413ee0ed4654b925cf960aa73080"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7f69ac3168ec483c8ef3f4949e053d47"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "da33281a22174aa58a01ba5dda8b02cb", "id": "7f69ac3168ec483c8ef3f4949e053d47"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8973ffa2d9f44ec69ba372463755b645"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "da33281a22174aa58a01ba5dda8b02cb", "id": "8973ffa2d9f44ec69ba372463755b645"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/89a7042a6c3646da87b21b591ea52b33"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6c190e8b9bf74e969c79d21538288b54", "id": "89a7042a6c3646da87b21b591ea52b33"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8ad8e22faa96487b9cae96d9a46c4081"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7ace387374024be897d40f9f9a2566ea", "id": "8ad8e22faa96487b9cae96d9a46c4081"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8ed950a0e5fe41c0adaf3ff55a0311e5"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e6f138c157464a27930b8dc10aa58992", "id": "8ed950a0e5fe41c0adaf3ff55a0311e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/9371e4b3fc8f4c47a0e9460501a45be1"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7ace387374024be897d40f9f9a2566ea", "id": "9371e4b3fc8f4c47a0e9460501a45be1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/96d8e73a2fb04e7399e9870f74a43bc4"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7ace387374024be897d40f9f9a2566ea", "id": "96d8e73a2fb04e7399e9870f74a43bc4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/9d40b28aca5346688fe6bc5e8637e176"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "08698b2897544526a00ad39190b50244", "id": "9d40b28aca5346688fe6bc5e8637e176"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/acdb7d40c4c9412ab73424b689499995"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1133d4c3bb0742ea89dc03581ecd8815", "id": "acdb7d40c4c9412ab73424b689499995"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/aff7b64bed1c4c0398e19ba862cb305d"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "08698b2897544526a00ad39190b50244", "id": "aff7b64bed1c4c0398e19ba862cb305d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bda98933533343fe99a20e6b3e0a78e9"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "08698b2897544526a00ad39190b50244", "id": "bda98933533343fe99a20e6b3e0a78e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c0a288fb6b7c490e8b785e2d3c16d175"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "92a3517452b04f5fa26760329abdca48", "id": "c0a288fb6b7c490e8b785e2d3c16d175"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c39d0599bff94fea95a025f2cdf74ce0"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "da33281a22174aa58a01ba5dda8b02cb", "id": "c39d0599bff94fea95a025f2cdf74ce0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cd2659f96d2140afbc6da4a34c421c88"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1133d4c3bb0742ea89dc03581ecd8815", "id": "cd2659f96d2140afbc6da4a34c421c88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cf5c0e7a629d4dfeaaff326358e54c70"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "538948915e9e46c599d3d21a74490e7d", "id": "cf5c0e7a629d4dfeaaff326358e54c70"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d23df57f456b4d4bac534e6ba9517e9c"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6c190e8b9bf74e969c79d21538288b54", "id": "d23df57f456b4d4bac534e6ba9517e9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d78b18825ec7464d8d411ed941634a31"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8a03a498f5ee4afa9e27015759971c90", "id": "d78b18825ec7464d8d411ed941634a31"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e21b9e6e2fa844789599b1e5c53dae81"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "12e09d4ce9894a17a73a2aa5f8383ba5", "id": "e21b9e6e2fa844789599b1e5c53dae81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e79f9fa80cc4445d951c17fc029872b8"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ac73e5f05e7249acb6f6ec6e373c96f7", "id": "e79f9fa80cc4445d951c17fc029872b8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f14cf835ec9942d8b6e707a97dfef747"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8a03a498f5ee4afa9e27015759971c90", "id": "f14cf835ec9942d8b6e707a97dfef747"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f89ca21ef47c438d8b5c5ebf00fe0ced"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1133d4c3bb0742ea89dc03581ecd8815", "id": "f89ca21ef47c438d8b5c5ebf00fe0ced"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-18 13:39:56,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-160d4be5-c927-4f85-a80d-baff724a4b19 2018-08-18 13:39:56,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.198781013489s 2018-08-18 13:39:56,412 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-160d4be5-c927-4f85-a80d-baff724a4b19 2018-08-18 13:39:56,418 - 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.22:5000/v3/endpoints/0e4c9fcc3c834ac292f20efe3711c99b'}, u'url': u'http://172.30.9.22:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'dcc689a58fb84179bfc69663f81caf80', u'id': u'0e4c9fcc3c834ac292f20efe3711c99b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/12496eccfef24ff19289d12b0ac537c3'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9456caee1fdb4362ac77b55a1e16d975', u'id': u'12496eccfef24ff19289d12b0ac537c3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1a20da9d80844f5dbcd9bb5a4d0cadaa'}, u'url': u'http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'92a3517452b04f5fa26760329abdca48', u'id': u'1a20da9d80844f5dbcd9bb5a4d0cadaa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/22af945ce8f24924aed22762e16a68b5'}, 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'538948915e9e46c599d3d21a74490e7d', u'id': u'22af945ce8f24924aed22762e16a68b5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/2a912906504b479789c186f1fcc82dc2'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'dcc689a58fb84179bfc69663f81caf80', u'id': u'2a912906504b479789c186f1fcc82dc2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/2fc3e825173c4b9b8c2fa9012cec6fb0'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'12e09d4ce9894a17a73a2aa5f8383ba5', u'id': u'2fc3e825173c4b9b8c2fa9012cec6fb0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/34fcf44b529d495aaa8db12d0242a414'}, u'url': u'http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'92a3517452b04f5fa26760329abdca48', u'id': u'34fcf44b529d495aaa8db12d0242a414'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/3bccf6dbe2874e23b05ab419bc6d9b12'}, u'url': u'http://172.30.9.22:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ac73e5f05e7249acb6f6ec6e373c96f7', u'id': u'3bccf6dbe2874e23b05ab419bc6d9b12'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/45188dd08bad4ae3af2ee3541fcf6ed9'}, 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'538948915e9e46c599d3d21a74490e7d', u'id': u'45188dd08bad4ae3af2ee3541fcf6ed9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/4bfd747ae21a4e829531703107cdd1ae'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'dcc689a58fb84179bfc69663f81caf80', u'id': u'4bfd747ae21a4e829531703107cdd1ae'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/5178c7654f6747d4a633d90529772caf'}, 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'698bf154e5b24f2a9c71d8b2dbb18e1b', u'id': u'5178c7654f6747d4a633d90529772caf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/523650605a4a491dbb05b05ac91562a8'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9456caee1fdb4362ac77b55a1e16d975', u'id': u'523650605a4a491dbb05b05ac91562a8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/525ed5880b774bb29a8491da3cbdee7a'}, 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'e6f138c157464a27930b8dc10aa58992', u'id': u'525ed5880b774bb29a8491da3cbdee7a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/5366a06a612a4591ba56fa1239e5d5e1'}, u'url': u'http://172.30.9.22:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e6f138c157464a27930b8dc10aa58992', u'id': u'5366a06a612a4591ba56fa1239e5d5e1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/59921819ec87401395f40e88f605b032'}, u'url': u'http://172.30.9.22:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'12e09d4ce9894a17a73a2aa5f8383ba5', u'id': u'59921819ec87401395f40e88f605b032'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/62bf458a89ff47c6abee07395cee27a8'}, 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'698bf154e5b24f2a9c71d8b2dbb18e1b', u'id': u'62bf458a89ff47c6abee07395cee27a8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/6320d4fac65c46d4bbe02790fc1d2071'}, u'url': u'http://172.30.9.22:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'698bf154e5b24f2a9c71d8b2dbb18e1b', u'id': u'6320d4fac65c46d4bbe02790fc1d2071'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/655b9e23ac634c9ca42399d469168cc7'}, u'url': u'http://172.30.9.22:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8a03a498f5ee4afa9e27015759971c90', u'id': u'655b9e23ac634c9ca42399d469168cc7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/67752aeffcae418ba77a295bebd68f1b'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ac73e5f05e7249acb6f6ec6e373c96f7', u'id': u'67752aeffcae418ba77a295bebd68f1b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/6f2501d389b14e2083c738cfeb1a2ba5'}, u'url': u'http://172.30.9.22:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9456caee1fdb4362ac77b55a1e16d975', u'id': u'6f2501d389b14e2083c738cfeb1a2ba5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/723d413ee0ed4654b925cf960aa73080'}, 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'6c190e8b9bf74e969c79d21538288b54', u'id': u'723d413ee0ed4654b925cf960aa73080'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/7f69ac3168ec483c8ef3f4949e053d47'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'da33281a22174aa58a01ba5dda8b02cb', u'id': u'7f69ac3168ec483c8ef3f4949e053d47'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/8973ffa2d9f44ec69ba372463755b645'}, u'url': u'http://172.30.9.22:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'da33281a22174aa58a01ba5dda8b02cb', u'id': u'8973ffa2d9f44ec69ba372463755b645'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/89a7042a6c3646da87b21b591ea52b33'}, 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'6c190e8b9bf74e969c79d21538288b54', u'id': u'89a7042a6c3646da87b21b591ea52b33'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/8ad8e22faa96487b9cae96d9a46c4081'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7ace387374024be897d40f9f9a2566ea', u'id': u'8ad8e22faa96487b9cae96d9a46c4081'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/8ed950a0e5fe41c0adaf3ff55a0311e5'}, 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'e6f138c157464a27930b8dc10aa58992', u'id': u'8ed950a0e5fe41c0adaf3ff55a0311e5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/9371e4b3fc8f4c47a0e9460501a45be1'}, u'url': u'http://172.30.9.22:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7ace387374024be897d40f9f9a2566ea', u'id': u'9371e4b3fc8f4c47a0e9460501a45be1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/96d8e73a2fb04e7399e9870f74a43bc4'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7ace387374024be897d40f9f9a2566ea', u'id': u'96d8e73a2fb04e7399e9870f74a43bc4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/9d40b28aca5346688fe6bc5e8637e176'}, u'url': u'http://172.30.9.22:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'08698b2897544526a00ad39190b50244', u'id': u'9d40b28aca5346688fe6bc5e8637e176'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/acdb7d40c4c9412ab73424b689499995'}, 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'1133d4c3bb0742ea89dc03581ecd8815', u'id': u'acdb7d40c4c9412ab73424b689499995'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/aff7b64bed1c4c0398e19ba862cb305d'}, 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'08698b2897544526a00ad39190b50244', u'id': u'aff7b64bed1c4c0398e19ba862cb305d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/bda98933533343fe99a20e6b3e0a78e9'}, 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'08698b2897544526a00ad39190b50244', u'id': u'bda98933533343fe99a20e6b3e0a78e9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/c0a288fb6b7c490e8b785e2d3c16d175'}, u'url': u'http://12.0.0.21:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'92a3517452b04f5fa26760329abdca48', u'id': u'c0a288fb6b7c490e8b785e2d3c16d175'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/c39d0599bff94fea95a025f2cdf74ce0'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'da33281a22174aa58a01ba5dda8b02cb', u'id': u'c39d0599bff94fea95a025f2cdf74ce0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/cd2659f96d2140afbc6da4a34c421c88'}, u'url': u'http://172.30.9.22:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1133d4c3bb0742ea89dc03581ecd8815', u'id': u'cd2659f96d2140afbc6da4a34c421c88'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/cf5c0e7a629d4dfeaaff326358e54c70'}, u'url': u'http://172.30.9.22:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'538948915e9e46c599d3d21a74490e7d', u'id': u'cf5c0e7a629d4dfeaaff326358e54c70'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/d23df57f456b4d4bac534e6ba9517e9c'}, u'url': u'http://172.30.9.22:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6c190e8b9bf74e969c79d21538288b54', u'id': u'd23df57f456b4d4bac534e6ba9517e9c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/d78b18825ec7464d8d411ed941634a31'}, 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'8a03a498f5ee4afa9e27015759971c90', u'id': u'd78b18825ec7464d8d411ed941634a31'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/e21b9e6e2fa844789599b1e5c53dae81'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'12e09d4ce9894a17a73a2aa5f8383ba5', u'id': u'e21b9e6e2fa844789599b1e5c53dae81'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/e79f9fa80cc4445d951c17fc029872b8'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ac73e5f05e7249acb6f6ec6e373c96f7', u'id': u'e79f9fa80cc4445d951c17fc029872b8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/f14cf835ec9942d8b6e707a97dfef747'}, 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'8a03a498f5ee4afa9e27015759971c90', u'id': u'f14cf835ec9942d8b6e707a97dfef747'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/f89ca21ef47c438d8b5c5ebf00fe0ced'}, 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'1133d4c3bb0742ea89dc03581ecd8815', u'id': u'f89ca21ef47c438d8b5c5ebf00fe0ced'})] 2018-08-18 13:39:56,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-18 13:39:56,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:39:56,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:39: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-71392243-88e0-44a8-8cda-f0e75b82d11c x-compute-request-id: req-71392243-88e0-44a8-8cda-f0e75b82d11c 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-18 13:39:56,534 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-71392243-88e0-44a8-8cda-f0e75b82d11c 2018-08-18 13:39:56,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.113862991333s 2018-08-18 13:39:56,535 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-71392243-88e0-44a8-8cda-f0e75b82d11c 2018-08-18 13:39:56,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-18 13:39:56,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:39:58,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:39: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-6e76fe89-3033-449e-a03c-3e632385725b x-compute-request-id: req-6e76fe89-3033-449e-a03c-3e632385725b Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-18 13:39:58,440 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-6e76fe89-3033-449e-a03c-3e632385725b 2018-08-18 13:39:58,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.89011383057s 2018-08-18 13:39:58,441 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-6e76fe89-3033-449e-a03c-3e632385725b 2018-08-18 13:39:58,441 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-18 13:39:58,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 13:39:58,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:39:59,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6fd0807a-d2de-4a5a-a45a-e78b30e36394 Date: Sat, 18 Aug 2018 13:39:59 GMT RESP BODY: {"floatingips": []} 2018-08-18 13:39:59,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6fd0807a-d2de-4a5a-a45a-e78b30e36394 2018-08-18 13:39:59,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.03621482849s 2018-08-18 13:39:59,483 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6fd0807a-d2de-4a5a-a45a-e78b30e36394 2018-08-18 13:39:59,483 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-18 13:39:59,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-18 13:39:59,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:39:59,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:39: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-e750ab72-036e-4298-9450-282c4424cbfe x-compute-request-id: req-e750ab72-036e-4298-9450-282c4424cbfe Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 182}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 185}, "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.9", "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-18 13:39:59,645 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-e750ab72-036e-4298-9450-282c4424cbfe 2018-08-18 13:39:59,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.161237001419s 2018-08-18 13:39:59,646 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-e750ab72-036e-4298-9450-282c4424cbfe 2018-08-18 13:39:59,646 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 182}, 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.9', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 185}, 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-18 13:39:59,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-18 13:39:59,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:39:59,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:39:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-718fe1d3-b267-4c98-af8d-ff35902b4ea4 x-compute-request-id: req-718fe1d3-b267-4c98-af8d-ff35902b4ea4 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-18 13:39:59,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-718fe1d3-b267-4c98-af8d-ff35902b4ea4 2018-08-18 13:39:59,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.130737066269s 2018-08-18 13:39:59,778 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-718fe1d3-b267-4c98-af8d-ff35902b4ea4 2018-08-18 13:39:59,778 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-18 13:39:59,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:39:59,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:40:00,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-bea241d8-41a0-4091-b572-9ee58a913367 Date: Sat, 18 Aug 2018 13:40:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"}]} 2018-08-18 13:40:00,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bea241d8-41a0-4091-b572-9ee58a913367 2018-08-18 13:40:00,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.06978702545s 2018-08-18 13:40:00,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bea241d8-41a0-4091-b572-9ee58a913367 2018-08-18 13:40:00,849 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'66678964-0119-4909-9d6d-e80ca7df7b8b'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-18T13:35:31Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'mtu': 1500, u'id': u'1ef07fb9-d683-46ee-95cb-f6b096b4cbe9', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'external', u'created_at': u'2018-08-18T13:35:24Z', u'provider:network_type': u'flat', u'tenant_id': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', u'l2_adjacency': True})] 2018-08-18 13:40:00,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 13:40:00,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:40:01,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0eb1fb93-b28c-41c0-8252-4d3fab1742a8 Date: Sat, 18 Aug 2018 13:40:01 GMT RESP BODY: {"ports":[]} 2018-08-18 13:40:01,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-0eb1fb93-b28c-41c0-8252-4d3fab1742a8 2018-08-18 13:40:01,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.11828804016s 2018-08-18 13:40:01,968 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-0eb1fb93-b28c-41c0-8252-4d3fab1742a8 2018-08-18 13:40:01,968 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-18 13:40:01,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 13:40:01,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:40:02,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3491cae8-6544-4c7c-8469-2f09bee2f5f5 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "026e2d7150dc44bca67399dff42580ef"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2/users/026e2d7150dc44bca67399dff42580ef/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"project": {"id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "22285bf24dec40198ccc535e3b822ede"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2/users/22285bf24dec40198ccc535e3b822ede/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"project": {"id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}}, "role": {"id": "260f8846ed93403eb14da041231fdcc6"}, "user": {"id": "3937444556d14f99a65959276f3a7f99"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2/users/3937444556d14f99a65959276f3a7f99/roles/260f8846ed93403eb14da041231fdcc6"}}, {"scope": {"project": {"id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "3937444556d14f99a65959276f3a7f99"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2/users/3937444556d14f99a65959276f3a7f99/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"project": {"id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "49d4ca01c397420593bf89aae3634a27"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2/users/49d4ca01c397420593bf89aae3634a27/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"project": {"id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "5ef1416ec6e6424c934e1716695380e8"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2/users/5ef1416ec6e6424c934e1716695380e8/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"project": {"id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "604402df99a64b8690b942620e874981"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2/users/604402df99a64b8690b942620e874981/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"project": {"id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "890d7d7293b4468287ea8a21c4c1afa2"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2/users/890d7d7293b4468287ea8a21c4c1afa2/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"project": {"id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "9026aaf5de2f4c7cb771c749da62f61b"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2/users/9026aaf5de2f4c7cb771c749da62f61b/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"project": {"id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "9fa09f85c2654392807e556d58c36f75"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2/users/9fa09f85c2654392807e556d58c36f75/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"project": {"id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "a2972bdd8f804b8c97f2b1d1ba659726"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2/users/a2972bdd8f804b8c97f2b1d1ba659726/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"project": {"id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "d2301c9c146b43a99e83749ea88371fa"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2/users/d2301c9c146b43a99e83749ea88371fa/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"project": {"id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "d28c01f22f934222b719b7c2e3550d41"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2/users/d28c01f22f934222b719b7c2e3550d41/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"project": {"id": "b6ce1aa05c2a45e9b662247aa24b2526"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "f52a835c15b34579a8516e69a8f80135"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/b6ce1aa05c2a45e9b662247aa24b2526/users/f52a835c15b34579a8516e69a8f80135/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"domain": {"id": "89e5481c9c3b44639ca2364c7bae211a"}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "525ecc7269014f3ab145e44305b152bc"}, "links": {"assignment": "http://172.30.9.22:5000/v3/domains/89e5481c9c3b44639ca2364c7bae211a/users/525ecc7269014f3ab145e44305b152bc/roles/453982a82d6c4f49a54d15422c9d7289"}}, {"scope": {"system": {"all": true}}, "role": {"id": "453982a82d6c4f49a54d15422c9d7289"}, "user": {"id": "f52a835c15b34579a8516e69a8f80135"}, "links": {"assignment": "http://172.30.9.22:5000/v3/system/users/f52a835c15b34579a8516e69a8f80135/roles/453982a82d6c4f49a54d15422c9d7289"}}], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-18 13:40:02,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-3491cae8-6544-4c7c-8469-2f09bee2f5f5 2018-08-18 13:40:02,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.286338806152s 2018-08-18 13:40:02,259 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-3491cae8-6544-4c7c-8469-2f09bee2f5f5 2018-08-18 13:40:02,262 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'026e2d7150dc44bca67399dff42580ef'}), Munch({'project': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'22285bf24dec40198ccc535e3b822ede'}), Munch({'project': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', 'id': u'260f8846ed93403eb14da041231fdcc6', 'user': u'3937444556d14f99a65959276f3a7f99'}), Munch({'project': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'3937444556d14f99a65959276f3a7f99'}), Munch({'project': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'49d4ca01c397420593bf89aae3634a27'}), Munch({'project': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'5ef1416ec6e6424c934e1716695380e8'}), Munch({'project': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'604402df99a64b8690b942620e874981'}), Munch({'project': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'890d7d7293b4468287ea8a21c4c1afa2'}), Munch({'project': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'9026aaf5de2f4c7cb771c749da62f61b'}), Munch({'project': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'9fa09f85c2654392807e556d58c36f75'}), Munch({'project': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'a2972bdd8f804b8c97f2b1d1ba659726'}), Munch({'project': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'd2301c9c146b43a99e83749ea88371fa'}), Munch({'project': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'd28c01f22f934222b719b7c2e3550d41'}), Munch({'project': u'b6ce1aa05c2a45e9b662247aa24b2526', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'f52a835c15b34579a8516e69a8f80135'}), Munch({'domain': u'89e5481c9c3b44639ca2364c7bae211a', 'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'525ecc7269014f3ab145e44305b152bc'}), Munch({'id': u'453982a82d6c4f49a54d15422c9d7289', 'user': u'f52a835c15b34579a8516e69a8f80135'})] 2018-08-18 13:40:02,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 13:40:02,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:40:02,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fd88679-da4a-4fcd-b799-e0b712a88a14 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2581800b0a564354b3d06f8a0920c255", "links": {"self": "http://172.30.9.22:5000/v3/roles/2581800b0a564354b3d06f8a0920c255"}, "name": "member"}, {"domain_id": null, "id": "260f8846ed93403eb14da041231fdcc6", "links": {"self": "http://172.30.9.22:5000/v3/roles/260f8846ed93403eb14da041231fdcc6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "453982a82d6c4f49a54d15422c9d7289", "links": {"self": "http://172.30.9.22:5000/v3/roles/453982a82d6c4f49a54d15422c9d7289"}, "name": "admin"}, {"domain_id": null, "id": "626ee33fa560448994618455d63bf87c", "links": {"self": "http://172.30.9.22:5000/v3/roles/626ee33fa560448994618455d63bf87c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2c60b5892064136b55f1633540ccc55", "links": {"self": "http://172.30.9.22:5000/v3/roles/a2c60b5892064136b55f1633540ccc55"}, "name": "reader"}, {"domain_id": null, "id": "eb7a661fff41498689cad989613b4fe9", "links": {"self": "http://172.30.9.22:5000/v3/roles/eb7a661fff41498689cad989613b4fe9"}, "name": "swiftoperator"}]} 2018-08-18 13:40:02,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9fd88679-da4a-4fcd-b799-e0b712a88a14 2018-08-18 13:40:02,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.279819011688s 2018-08-18 13:40:02,546 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9fd88679-da4a-4fcd-b799-e0b712a88a14 2018-08-18 13:40:02,547 - 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'member', 'id': u'2581800b0a564354b3d06f8a0920c255'}), 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'260f8846ed93403eb14da041231fdcc6'}), 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'453982a82d6c4f49a54d15422c9d7289'}), 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'626ee33fa560448994618455d63bf87c'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'reader', 'id': u'a2c60b5892064136b55f1633540ccc55'}), 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'eb7a661fff41498689cad989613b4fe9'})] 2018-08-18 13:40:02,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 13:40:02,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:40:03,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f8fea4bc-1126-44ac-bb5f-b715b44bb3a1 Date: Sat, 18 Aug 2018 13:40:03 GMT RESP BODY: {"routers": []} 2018-08-18 13:40:03,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-f8fea4bc-1126-44ac-bb5f-b715b44bb3a1 2018-08-18 13:40:03,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.07197999954s 2018-08-18 13:40:03,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-f8fea4bc-1126-44ac-bb5f-b715b44bb3a1 2018-08-18 13:40:03,621 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-18 13:40:03,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 13:40:03,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:40:03,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-33afa76b-4e5a-4529-aee1-e84c866fcc5b x-compute-request-id: req-33afa76b-4e5a-4529-aee1-e84c866fcc5b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-18 13:40:03,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-33afa76b-4e5a-4529-aee1-e84c866fcc5b 2018-08-18 13:40:03,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.205971002579s 2018-08-18 13:40:03,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-33afa76b-4e5a-4529-aee1-e84c866fcc5b 2018-08-18 13:40:03,828 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-18 13:40:03,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-18 13:40:03,834 - 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.14" 2018-08-18 13:40:03,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 13:40:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5fbef02-cd82-4aa4-bcf0-372a5bcedb05 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-18 13:40:03,841 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-d5fbef02-cd82-4aa4-bcf0-372a5bcedb05 2018-08-18 13:40:03,842 - 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.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:40:04,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9f4b8d5-c89e-420c-ad6a-a16ee4c137bb Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/08698b2897544526a00ad39190b50244"}, "enabled": true, "type": "placement", "id": "08698b2897544526a00ad39190b50244", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/1133d4c3bb0742ea89dc03581ecd8815"}, "enabled": true, "type": "volumev3", "id": "1133d4c3bb0742ea89dc03581ecd8815", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/12e09d4ce9894a17a73a2aa5f8383ba5"}, "enabled": true, "type": "image", "id": "12e09d4ce9894a17a73a2aa5f8383ba5", "name": "glance"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/538948915e9e46c599d3d21a74490e7d"}, "enabled": true, "type": "volumev2", "id": "538948915e9e46c599d3d21a74490e7d", "name": "cinderv2"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/698bf154e5b24f2a9c71d8b2dbb18e1b"}, "enabled": true, "type": "compute", "id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6c190e8b9bf74e969c79d21538288b54"}, "enabled": true, "type": "volume", "id": "6c190e8b9bf74e969c79d21538288b54", "name": "cinder"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7ace387374024be897d40f9f9a2566ea"}, "enabled": true, "type": "metric", "id": "7ace387374024be897d40f9f9a2566ea", "name": "gnocchi"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/8a03a498f5ee4afa9e27015759971c90"}, "enabled": true, "type": "orchestration", "id": "8a03a498f5ee4afa9e27015759971c90", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/92a3517452b04f5fa26760329abdca48"}, "enabled": true, "type": "object-store", "id": "92a3517452b04f5fa26760329abdca48", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9456caee1fdb4362ac77b55a1e16d975"}, "enabled": true, "type": "alarming", "id": "9456caee1fdb4362ac77b55a1e16d975", "name": "aodh"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ac73e5f05e7249acb6f6ec6e373c96f7"}, "enabled": true, "type": "event", "id": "ac73e5f05e7249acb6f6ec6e373c96f7", "name": "panko"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b1bd1d9fcb4a43618729b90e769402d0"}, "enabled": true, "type": "metering", "id": "b1bd1d9fcb4a43618729b90e769402d0", "name": "ceilometer"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/da33281a22174aa58a01ba5dda8b02cb"}, "enabled": true, "type": "identity", "id": "da33281a22174aa58a01ba5dda8b02cb", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/dcc689a58fb84179bfc69663f81caf80"}, "enabled": true, "type": "network", "id": "dcc689a58fb84179bfc69663f81caf80", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e6f138c157464a27930b8dc10aa58992"}, "enabled": true, "type": "cloudformation", "id": "e6f138c157464a27930b8dc10aa58992", "name": "heat-cfn"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-18 13:40:04,036 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-c9f4b8d5-c89e-420c-ad6a-a16ee4c137bb 2018-08-18 13:40:04,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.205502033234s 2018-08-18 13:40:04,037 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-c9f4b8d5-c89e-420c-ad6a-a16ee4c137bb 2018-08-18 13:40:04,043 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'08698b2897544526a00ad39190b50244', 'name': u'placement'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'1133d4c3bb0742ea89dc03581ecd8815', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'12e09d4ce9894a17a73a2aa5f8383ba5', 'name': u'glance'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'538948915e9e46c599d3d21a74490e7d', 'name': u'cinderv2'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'698bf154e5b24f2a9c71d8b2dbb18e1b', 'name': u'nova'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'6c190e8b9bf74e969c79d21538288b54', 'name': u'cinder'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'7ace387374024be897d40f9f9a2566ea', 'name': u'gnocchi'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'8a03a498f5ee4afa9e27015759971c90', 'name': u'heat'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'92a3517452b04f5fa26760329abdca48', 'name': u'swift'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'9456caee1fdb4362ac77b55a1e16d975', 'name': u'aodh'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'ac73e5f05e7249acb6f6ec6e373c96f7', 'name': u'panko'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'b1bd1d9fcb4a43618729b90e769402d0', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'da33281a22174aa58a01ba5dda8b02cb', 'name': u'keystone'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'dcc689a58fb84179bfc69663f81caf80', 'name': u'neutron'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'e6f138c157464a27930b8dc10aa58992', 'name': u'heat-cfn'})] 2018-08-18 13:40:04,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 13:40:04,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d6e76c04708b6245042770f2313536e9bcc4118b" 2018-08-18 13:40:05,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-9329a0f1-f0f7-42b7-bb2b-9fa7ef5bd278 Date: Sat, 18 Aug 2018 13:40:05 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-18T13:35:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"66678964-0119-4909-9d6d-e80ca7df7b8b","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:31Z","ip_version":4}]} 2018-08-18 13:40:05,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9329a0f1-f0f7-42b7-bb2b-9fa7ef5bd278 2018-08-18 13:40:05,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.2033162117s 2018-08-18 13:40:05,248 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9329a0f1-f0f7-42b7-bb2b-9fa7ef5bd278 2018-08-18 13:40:05,248 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T13:35:31Z', 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'66678964-0119-4909-9d6d-e80ca7df7b8b', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'1ef07fb9-d683-46ee-95cb-f6b096b4cbe9', u'tenant_id': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2', u'created_at': u'2018-08-18T13:35:31Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'a8c9100c04e948f2a9b8f2fd2ecfdbe2'})] 2018-08-18 13:40:05,370 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 13:40:05,371 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-18 13:40:05,428 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-18 13:40:05,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 13:40:05,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 13:40:05,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 13:40:05,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 13:40:05,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 13:40:05,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:40:05,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63b6112-5a00-4023-8c01-08b5fcaeba3f 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.22:5000/v3/", "rel": "self"}]}} 2018-08-18 13:40:05,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d63b6112-5a00-4023-8c01-08b5fcaeba3f 2018-08-18 13:40:05,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-18 13:40:06,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "453982a82d6c4f49a54d15422c9d7289", "name": "admin"}, {"id": "2581800b0a564354b3d06f8a0920c255", "name": "member"}, {"id": "a2c60b5892064136b55f1633540ccc55", "name": "reader"}], "expires_at": "2018-08-18T14:40:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6ce1aa05c2a45e9b662247aa24b2526", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d40b28aca5346688fe6bc5e8637e176"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aff7b64bed1c4c0398e19ba862cb305d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bda98933533343fe99a20e6b3e0a78e9"}], "type": "placement", "id": "08698b2897544526a00ad39190b50244", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acdb7d40c4c9412ab73424b689499995"}, {"url": "http://172.30.9.22:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd2659f96d2140afbc6da4a34c421c88"}, {"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f89ca21ef47c438d8b5c5ebf00fe0ced"}], "type": "volumev3", "id": "1133d4c3bb0742ea89dc03581ecd8815", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fc3e825173c4b9b8c2fa9012cec6fb0"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59921819ec87401395f40e88f605b032"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e21b9e6e2fa844789599b1e5c53dae81"}], "type": "image", "id": "12e09d4ce9894a17a73a2aa5f8383ba5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22af945ce8f24924aed22762e16a68b5"}, {"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "45188dd08bad4ae3af2ee3541fcf6ed9"}, {"url": "http://172.30.9.22:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf5c0e7a629d4dfeaaff326358e54c70"}], "type": "volumev2", "id": "538948915e9e46c599d3d21a74490e7d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5178c7654f6747d4a633d90529772caf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62bf458a89ff47c6abee07395cee27a8"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6320d4fac65c46d4bbe02790fc1d2071"}], "type": "compute", "id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723d413ee0ed4654b925cf960aa73080"}, {"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89a7042a6c3646da87b21b591ea52b33"}, {"url": "http://172.30.9.22:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d23df57f456b4d4bac534e6ba9517e9c"}], "type": "volume", "id": "6c190e8b9bf74e969c79d21538288b54", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad8e22faa96487b9cae96d9a46c4081"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9371e4b3fc8f4c47a0e9460501a45be1"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96d8e73a2fb04e7399e9870f74a43bc4"}], "type": "metric", "id": "7ace387374024be897d40f9f9a2566ea", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "655b9e23ac634c9ca42399d469168cc7"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d78b18825ec7464d8d411ed941634a31"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f14cf835ec9942d8b6e707a97dfef747"}], "type": "orchestration", "id": "8a03a498f5ee4afa9e27015759971c90", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a20da9d80844f5dbcd9bb5a4d0cadaa"}, {"url": "http://12.0.0.21:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34fcf44b529d495aaa8db12d0242a414"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0a288fb6b7c490e8b785e2d3c16d175"}], "type": "object-store", "id": "92a3517452b04f5fa26760329abdca48", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12496eccfef24ff19289d12b0ac537c3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "523650605a4a491dbb05b05ac91562a8"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2501d389b14e2083c738cfeb1a2ba5"}], "type": "alarming", "id": "9456caee1fdb4362ac77b55a1e16d975", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bccf6dbe2874e23b05ab419bc6d9b12"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67752aeffcae418ba77a295bebd68f1b"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79f9fa80cc4445d951c17fc029872b8"}], "type": "event", "id": "ac73e5f05e7249acb6f6ec6e373c96f7", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "b1bd1d9fcb4a43618729b90e769402d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f69ac3168ec483c8ef3f4949e053d47"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8973ffa2d9f44ec69ba372463755b645"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c39d0599bff94fea95a025f2cdf74ce0"}], "type": "identity", "id": "da33281a22174aa58a01ba5dda8b02cb", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4c9fcc3c834ac292f20efe3711c99b"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a912906504b479789c186f1fcc82dc2"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bfd747ae21a4e829531703107cdd1ae"}], "type": "network", "id": "dcc689a58fb84179bfc69663f81caf80", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "525ed5880b774bb29a8491da3cbdee7a"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5366a06a612a4591ba56fa1239e5d5e1"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ed950a0e5fe41c0adaf3ff55a0311e5"}], "type": "cloudformation", "id": "e6f138c157464a27930b8dc10aa58992", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f52a835c15b34579a8516e69a8f80135"}, "audit_ids": ["goGJfXZERoyDhJPSo2-Kbg"], "issued_at": "2018-08-18T13:40:05.000000Z"}} 2018-08-18 13:40:06,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:40:06,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5ed1ff557396e5cd3e1f6b2d1c001edcf93c5cb" 2018-08-18 13:40:07,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-3df3aca1-6b33-465e-9460-481dc9c406b1 Date: Sat, 18 Aug 2018 13:40:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"}]} 2018-08-18 13:40:07,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3df3aca1-6b33-465e-9460-481dc9c406b1 2018-08-18 13:40:07,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.03447914124s 2018-08-18 13:40:07,096 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3df3aca1-6b33-465e-9460-481dc9c406b1 2018-08-18 13:40:07,097 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-18 13:40:07,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 13:40:07,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5ed1ff557396e5cd3e1f6b2d1c001edcf93c5cb" -d '{"network": {"name": "tenantnetwork1-net_ec6a427d-e3c1-47e6-bad4-301b4b463038", "admin_state_up": true}}' 2018-08-18 13:40:08,552 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f02015c7-b7f5-4504-8f56-b33e053b5ef6 Date: Sat, 18 Aug 2018 13:40:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4883e632-8f30-45a2-8743-3f51ac1d1ab0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"b6ce1aa05c2a45e9b662247aa24b2526","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:40:08Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_ec6a427d-e3c1-47e6-bad4-301b4b463038","admin_state_up":true,"tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:40:08Z","mtu":1450}} 2018-08-18 13:40:08,553 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f02015c7-b7f5-4504-8f56-b33e053b5ef6 2018-08-18 13:40:08,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.45539402962s 2018-08-18 13:40:08,553 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f02015c7-b7f5-4504-8f56-b33e053b5ef6 2018-08-18 13:40:08,553 - 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-18T13:40:08Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4883e632-8f30-45a2-8743-3f51ac1d1ab0', u'provider:segmentation_id': 60, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tenantnetwork1-net_ec6a427d-e3c1-47e6-bad4-301b4b463038', u'created_at': u'2018-08-18T13:40:08Z', u'mtu': 1450, u'tenant_id': u'b6ce1aa05c2a45e9b662247aa24b2526', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b6ce1aa05c2a45e9b662247aa24b2526', u'l2_adjacency': True}) 2018-08-18 13:40:08,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:40:08,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5ed1ff557396e5cd3e1f6b2d1c001edcf93c5cb" 2018-08-18 13:40:09,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-a5e758a6-8824-4d6e-9548-50f4dc653798 Date: Sat, 18 Aug 2018 13:40:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4883e632-8f30-45a2-8743-3f51ac1d1ab0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"b6ce1aa05c2a45e9b662247aa24b2526","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:40:08Z","qos_policy_id":null,"name":"tenantnetwork1-net_ec6a427d-e3c1-47e6-bad4-301b4b463038","admin_state_up":true,"tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:40:08Z","provider:network_type":"vxlan"}]} 2018-08-18 13:40:09,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a5e758a6-8824-4d6e-9548-50f4dc653798 2018-08-18 13:40:09,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.1735060215s 2018-08-18 13:40:09,727 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a5e758a6-8824-4d6e-9548-50f4dc653798 2018-08-18 13:40:09,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 13:40:09,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5ed1ff557396e5cd3e1f6b2d1c001edcf93c5cb" -d '{"subnet": {"name": "tenantnetwork1-subnet_ec6a427d-e3c1-47e6-bad4-301b4b463038", "enable_dhcp": true, "network_id": "4883e632-8f30-45a2-8743-3f51ac1d1ab0", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 13:40:11,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-b6159765-cd30-4ab7-b2aa-7fa4b3aa8ee3 Date: Sat, 18 Aug 2018 13:40:11 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-18T13:40:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"c6b350cc-4d0b-486f-bb48-9825a296f6a9","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"b6ce1aa05c2a45e9b662247aa24b2526","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_ec6a427d-e3c1-47e6-bad4-301b4b463038","enable_dhcp":true,"segment_id":null,"network_id":"4883e632-8f30-45a2-8743-3f51ac1d1ab0","tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:40:10Z","ip_version":4}} 2018-08-18 13:40:11,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b6159765-cd30-4ab7-b2aa-7fa4b3aa8ee3 2018-08-18 13:40:11,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.47227406502s 2018-08-18 13:40:11,201 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b6159765-cd30-4ab7-b2aa-7fa4b3aa8ee3 2018-08-18 13:40:11,201 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T13:40:10Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'c6b350cc-4d0b-486f-bb48-9825a296f6a9', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_ec6a427d-e3c1-47e6-bad4-301b4b463038', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'4883e632-8f30-45a2-8743-3f51ac1d1ab0', u'tenant_id': u'b6ce1aa05c2a45e9b662247aa24b2526', u'created_at': u'2018-08-18T13:40:10Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b6ce1aa05c2a45e9b662247aa24b2526'}) 2018-08-18 13:40:11,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 13:40:11,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5ed1ff557396e5cd3e1f6b2d1c001edcf93c5cb" -d '{"router": {"external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9"}, "name": "tenantnetwork1-router_ec6a427d-e3c1-47e6-bad4-301b4b463038", "admin_state_up": true}}' 2018-08-18 13:40:18,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-b77b366c-548b-48d7-a113-ee3490083e36 Date: Sat, 18 Aug 2018 13:40:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "66678964-0119-4909-9d6d-e80ca7df7b8b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:40:13Z", "admin_state_up": true, "updated_at": "2018-08-18T13:40:14Z", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "9a7d5863-51b6-48b7-b839-98cd521e6409", "name": "tenantnetwork1-router_ec6a427d-e3c1-47e6-bad4-301b4b463038"}} 2018-08-18 13:40:18,867 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b77b366c-548b-48d7-a113-ee3490083e36 2018-08-18 13:40:18,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.66487717628s 2018-08-18 13:40:18,867 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b77b366c-548b-48d7-a113-ee3490083e36 2018-08-18 13:40:18,868 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T13:40:14Z', u'revision_number': 3, u'ha': True, u'id': u'9a7d5863-51b6-48b7-b839-98cd521e6409', u'external_gateway_info': {u'network_id': u'1ef07fb9-d683-46ee-95cb-f6b096b4cbe9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'66678964-0119-4909-9d6d-e80ca7df7b8b', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_ec6a427d-e3c1-47e6-bad4-301b4b463038', u'admin_state_up': True, u'tenant_id': u'b6ce1aa05c2a45e9b662247aa24b2526', u'created_at': u'2018-08-18T13:40:13Z', u'flavor_id': None, u'routes': [], u'project_id': u'b6ce1aa05c2a45e9b662247aa24b2526'}) 2018-08-18 13:40:18,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 13:40:18,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/9a7d5863-51b6-48b7-b839-98cd521e6409/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5ed1ff557396e5cd3e1f6b2d1c001edcf93c5cb" -d '{"subnet_id": "c6b350cc-4d0b-486f-bb48-9825a296f6a9"}' 2018-08-18 13:40:21,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f4ca61e0-3513-42dc-b2d7-027394e0f59e Date: Sat, 18 Aug 2018 13:40:21 GMT RESP BODY: {"network_id": "4883e632-8f30-45a2-8743-3f51ac1d1ab0", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "subnet_id": "c6b350cc-4d0b-486f-bb48-9825a296f6a9", "subnet_ids": ["c6b350cc-4d0b-486f-bb48-9825a296f6a9"], "port_id": "615435a7-6af4-4fd1-bcd7-ae6961519380", "id": "9a7d5863-51b6-48b7-b839-98cd521e6409"} 2018-08-18 13:40:21,641 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/9a7d5863-51b6-48b7-b839-98cd521e6409/add_router_interface.json used request id req-f4ca61e0-3513-42dc-b2d7-027394e0f59e 2018-08-18 13:40:21,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.77274608612s 2018-08-18 13:40:21,642 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/9a7d5863-51b6-48b7-b839-98cd521e6409/add_router_interface.json used request id req-f4ca61e0-3513-42dc-b2d7-027394e0f59e returning object 9a7d5863-51b6-48b7-b839-98cd521e6409 2018-08-18 13:40:21,755 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 13:40:21,756 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:15 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-18 13:40:21,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 13:40:21,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/9a7d5863-51b6-48b7-b839-98cd521e6409/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5ed1ff557396e5cd3e1f6b2d1c001edcf93c5cb" -d '{"subnet_id": "c6b350cc-4d0b-486f-bb48-9825a296f6a9"}' 2018-08-18 13:40:26,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0268d5d8-f624-4721-900e-efd4f115ad8a Date: Sat, 18 Aug 2018 13:40:26 GMT RESP BODY: {"network_id": "4883e632-8f30-45a2-8743-3f51ac1d1ab0", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "subnet_id": "c6b350cc-4d0b-486f-bb48-9825a296f6a9", "subnet_ids": ["c6b350cc-4d0b-486f-bb48-9825a296f6a9"], "port_id": "615435a7-6af4-4fd1-bcd7-ae6961519380", "id": "9a7d5863-51b6-48b7-b839-98cd521e6409"} 2018-08-18 13:40:26,427 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/9a7d5863-51b6-48b7-b839-98cd521e6409/remove_router_interface.json used request id req-0268d5d8-f624-4721-900e-efd4f115ad8a 2018-08-18 13:40:26,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 4.66591596603s 2018-08-18 13:40:26,427 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/9a7d5863-51b6-48b7-b839-98cd521e6409/remove_router_interface.json used request id req-0268d5d8-f624-4721-900e-efd4f115ad8a returning object 9a7d5863-51b6-48b7-b839-98cd521e6409 2018-08-18 13:40:26,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 13:40:26,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5ed1ff557396e5cd3e1f6b2d1c001edcf93c5cb" 2018-08-18 13:40:26,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-93df1f5f-53c1-4839-af88-b6c4cd46fc5e Date: Sat, 18 Aug 2018 13:40:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "66678964-0119-4909-9d6d-e80ca7df7b8b", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:40:13Z", "admin_state_up": true, "updated_at": "2018-08-18T13:40:24Z", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "9a7d5863-51b6-48b7-b839-98cd521e6409", "name": "tenantnetwork1-router_ec6a427d-e3c1-47e6-bad4-301b4b463038"}]} 2018-08-18 13:40:26,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-93df1f5f-53c1-4839-af88-b6c4cd46fc5e 2018-08-18 13:40:26,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.380084991455s 2018-08-18 13:40:26,808 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-93df1f5f-53c1-4839-af88-b6c4cd46fc5e 2018-08-18 13:40:26,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 13:40:26,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/9a7d5863-51b6-48b7-b839-98cd521e6409.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5ed1ff557396e5cd3e1f6b2d1c001edcf93c5cb" 2018-08-18 13:40:30,473 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e7bca9a7-02b5-404f-81e6-54d57b508a1f Content-Length: 0 Date: Sat, 18 Aug 2018 13:40:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:40:30,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/9a7d5863-51b6-48b7-b839-98cd521e6409.json used request id req-e7bca9a7-02b5-404f-81e6-54d57b508a1f 2018-08-18 13:40:30,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.66351985931s 2018-08-18 13:40:30,473 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/9a7d5863-51b6-48b7-b839-98cd521e6409.json used request id req-e7bca9a7-02b5-404f-81e6-54d57b508a1f 2018-08-18 13:40:30,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 13:40:30,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5ed1ff557396e5cd3e1f6b2d1c001edcf93c5cb" 2018-08-18 13:40:30,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1332 X-Openstack-Request-Id: req-ee566b85-15c5-4375-b59c-75c29d48baee Date: Sat, 18 Aug 2018 13:40:30 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-18T13:35:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"66678964-0119-4909-9d6d-e80ca7df7b8b","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:31Z","ip_version":4},{"updated_at":"2018-08-18T13:40:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"c6b350cc-4d0b-486f-bb48-9825a296f6a9","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"b6ce1aa05c2a45e9b662247aa24b2526","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_ec6a427d-e3c1-47e6-bad4-301b4b463038","enable_dhcp":true,"segment_id":null,"network_id":"4883e632-8f30-45a2-8743-3f51ac1d1ab0","tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:40:10Z","ip_version":4}]} 2018-08-18 13:40:30,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ee566b85-15c5-4375-b59c-75c29d48baee 2018-08-18 13:40:30,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.299985170364s 2018-08-18 13:40:30,774 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ee566b85-15c5-4375-b59c-75c29d48baee 2018-08-18 13:40:30,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 13:40:30,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/c6b350cc-4d0b-486f-bb48-9825a296f6a9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5ed1ff557396e5cd3e1f6b2d1c001edcf93c5cb" 2018-08-18 13:40:34,370 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-41a909c1-7447-4c75-903c-05f80ce71731 Date: Sat, 18 Aug 2018 13:40:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:40:34,370 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/c6b350cc-4d0b-486f-bb48-9825a296f6a9.json used request id req-41a909c1-7447-4c75-903c-05f80ce71731 2018-08-18 13:40:34,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.5938680172s 2018-08-18 13:40:34,370 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/c6b350cc-4d0b-486f-bb48-9825a296f6a9.json used request id req-41a909c1-7447-4c75-903c-05f80ce71731 2018-08-18 13:40:34,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:40:34,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5ed1ff557396e5cd3e1f6b2d1c001edcf93c5cb" 2018-08-18 13:40:35,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-9bb60a5f-b9aa-4818-8500-8af48c2a40a9 Date: Sat, 18 Aug 2018 13:40:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4883e632-8f30-45a2-8743-3f51ac1d1ab0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"b6ce1aa05c2a45e9b662247aa24b2526","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:40:34Z","qos_policy_id":null,"name":"tenantnetwork1-net_ec6a427d-e3c1-47e6-bad4-301b4b463038","admin_state_up":true,"tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:40:08Z","provider:network_type":"vxlan"}]} 2018-08-18 13:40:35,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9bb60a5f-b9aa-4818-8500-8af48c2a40a9 2018-08-18 13:40:35,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.0991101265s 2018-08-18 13:40:35,470 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9bb60a5f-b9aa-4818-8500-8af48c2a40a9 2018-08-18 13:40:35,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 13:40:35,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/4883e632-8f30-45a2-8743-3f51ac1d1ab0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5ed1ff557396e5cd3e1f6b2d1c001edcf93c5cb" 2018-08-18 13:40:36,254 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3970b6b7-21d5-4fa8-aef3-e8605419c541 Date: Sat, 18 Aug 2018 13:40:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:40:36,254 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/4883e632-8f30-45a2-8743-3f51ac1d1ab0.json used request id req-3970b6b7-21d5-4fa8-aef3-e8605419c541 2018-08-18 13:40:36,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.782796859741s 2018-08-18 13:40:36,254 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/4883e632-8f30-45a2-8743-3f51ac1d1ab0.json used request id req-3970b6b7-21d5-4fa8-aef3-e8605419c541 2018-08-18 13:40:36,307 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-18 13:40:36,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 13:40:36,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 13:40:36,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 13:40:36,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 13:40:36,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 13:40:36,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 13:40:36,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 13:40:36,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 13:40:36,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 13:40:36,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 13:40:36,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 13:40:36,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 13:40:36,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 13:40:36,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 13:40:36,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 13:40:36,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 13:40:36,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 13:40:36,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 13:40:36,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 13:40:36,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 13:40:36,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 13:40:36,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 13:40:36,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:40:36,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8432dec-646c-41b2-88f0-2333413a6ace 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.22:5000/v3/", "rel": "self"}]}} 2018-08-18 13:40:36,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d8432dec-646c-41b2-88f0-2333413a6ace 2018-08-18 13:40:36,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-18 13:40:36,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "453982a82d6c4f49a54d15422c9d7289", "name": "admin"}, {"id": "2581800b0a564354b3d06f8a0920c255", "name": "member"}, {"id": "a2c60b5892064136b55f1633540ccc55", "name": "reader"}], "expires_at": "2018-08-18T14:40:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6ce1aa05c2a45e9b662247aa24b2526", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d40b28aca5346688fe6bc5e8637e176"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aff7b64bed1c4c0398e19ba862cb305d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bda98933533343fe99a20e6b3e0a78e9"}], "type": "placement", "id": "08698b2897544526a00ad39190b50244", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acdb7d40c4c9412ab73424b689499995"}, {"url": "http://172.30.9.22:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd2659f96d2140afbc6da4a34c421c88"}, {"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f89ca21ef47c438d8b5c5ebf00fe0ced"}], "type": "volumev3", "id": "1133d4c3bb0742ea89dc03581ecd8815", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fc3e825173c4b9b8c2fa9012cec6fb0"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59921819ec87401395f40e88f605b032"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e21b9e6e2fa844789599b1e5c53dae81"}], "type": "image", "id": "12e09d4ce9894a17a73a2aa5f8383ba5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22af945ce8f24924aed22762e16a68b5"}, {"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "45188dd08bad4ae3af2ee3541fcf6ed9"}, {"url": "http://172.30.9.22:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf5c0e7a629d4dfeaaff326358e54c70"}], "type": "volumev2", "id": "538948915e9e46c599d3d21a74490e7d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5178c7654f6747d4a633d90529772caf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62bf458a89ff47c6abee07395cee27a8"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6320d4fac65c46d4bbe02790fc1d2071"}], "type": "compute", "id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723d413ee0ed4654b925cf960aa73080"}, {"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89a7042a6c3646da87b21b591ea52b33"}, {"url": "http://172.30.9.22:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d23df57f456b4d4bac534e6ba9517e9c"}], "type": "volume", "id": "6c190e8b9bf74e969c79d21538288b54", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad8e22faa96487b9cae96d9a46c4081"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9371e4b3fc8f4c47a0e9460501a45be1"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96d8e73a2fb04e7399e9870f74a43bc4"}], "type": "metric", "id": "7ace387374024be897d40f9f9a2566ea", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "655b9e23ac634c9ca42399d469168cc7"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d78b18825ec7464d8d411ed941634a31"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f14cf835ec9942d8b6e707a97dfef747"}], "type": "orchestration", "id": "8a03a498f5ee4afa9e27015759971c90", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a20da9d80844f5dbcd9bb5a4d0cadaa"}, {"url": "http://12.0.0.21:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34fcf44b529d495aaa8db12d0242a414"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0a288fb6b7c490e8b785e2d3c16d175"}], "type": "object-store", "id": "92a3517452b04f5fa26760329abdca48", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12496eccfef24ff19289d12b0ac537c3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "523650605a4a491dbb05b05ac91562a8"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2501d389b14e2083c738cfeb1a2ba5"}], "type": "alarming", "id": "9456caee1fdb4362ac77b55a1e16d975", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bccf6dbe2874e23b05ab419bc6d9b12"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67752aeffcae418ba77a295bebd68f1b"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79f9fa80cc4445d951c17fc029872b8"}], "type": "event", "id": "ac73e5f05e7249acb6f6ec6e373c96f7", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "b1bd1d9fcb4a43618729b90e769402d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f69ac3168ec483c8ef3f4949e053d47"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8973ffa2d9f44ec69ba372463755b645"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c39d0599bff94fea95a025f2cdf74ce0"}], "type": "identity", "id": "da33281a22174aa58a01ba5dda8b02cb", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4c9fcc3c834ac292f20efe3711c99b"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a912906504b479789c186f1fcc82dc2"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bfd747ae21a4e829531703107cdd1ae"}], "type": "network", "id": "dcc689a58fb84179bfc69663f81caf80", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "525ed5880b774bb29a8491da3cbdee7a"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5366a06a612a4591ba56fa1239e5d5e1"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ed950a0e5fe41c0adaf3ff55a0311e5"}], "type": "cloudformation", "id": "e6f138c157464a27930b8dc10aa58992", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f52a835c15b34579a8516e69a8f80135"}, "audit_ids": ["xPJjtIOXSninSP7kHHBwvA"], "issued_at": "2018-08-18T13:40:36.000000Z"}} 2018-08-18 13:40:36,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:40:36,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:40:38,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-16c4c20a-7351-4582-b4d6-93f38f7a826e Date: Sat, 18 Aug 2018 13:40:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"}]} 2018-08-18 13:40:38,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-16c4c20a-7351-4582-b4d6-93f38f7a826e 2018-08-18 13:40:38,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.15718197823s 2018-08-18 13:40:38,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-16c4c20a-7351-4582-b4d6-93f38f7a826e 2018-08-18 13:40:38,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:40:38,044 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 13:40:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e28f474-968e-49d9-b5f9-ebbb686b2f5a 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.22:5000/v3/", "rel": "self"}]}]}} 2018-08-18 13:40:38,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-3e28f474-968e-49d9-b5f9-ebbb686b2f5a 2018-08-18 13:40:38,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 13:40:38,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:40:38,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-377df875-3bc9-4c84-a91d-7aea11dc415c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/89e5481c9c3b44639ca2364c7bae211a"}, "tags": [], "enabled": true, "id": "89e5481c9c3b44639ca2364c7bae211a", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 13:40:38,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-377df875-3bc9-4c84-a91d-7aea11dc415c 2018-08-18 13:40:38,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192846059799s 2018-08-18 13:40:38,239 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-377df875-3bc9-4c84-a91d-7aea11dc415c 2018-08-18 13:40:38,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 13:40:38,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_6debc844-57fe-4ad7-986d-0bf4eeb982bf"}}' 2018-08-18 13:40:38,560 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 13:40:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5080ddc-ec71-46e4-b637-0906705705d5 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.22:5000/v3/projects/9a9c39473689417987f2d8a6acbc1915"}, "tags": [], "enabled": true, "id": "9a9c39473689417987f2d8a6acbc1915", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_6debc844-57fe-4ad7-986d-0bf4eeb982bf"}} 2018-08-18 13:40:38,561 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d5080ddc-ec71-46e4-b637-0906705705d5 2018-08-18 13:40:38,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.314893007278s 2018-08-18 13:40:38,561 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d5080ddc-ec71-46e4-b637-0906705705d5 2018-08-18 13:40:38,562 - 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'9a9c39473689417987f2d8a6acbc1915', '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_6debc844-57fe-4ad7-986d-0bf4eeb982bf'}) 2018-08-18 13:40:38,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 13:40:38,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2227b5c1-5fda-43a4-aaee-8aefd5f1819b", "email": null, "name": "tenantnetwork2-user_6debc844-57fe-4ad7-986d-0bf4eeb982bf"}}' 2018-08-18 13:40:39,059 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 13:40:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd4efd6f-5916-4f84-97b9-7f3bed476e0a Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_6debc844-57fe-4ad7-986d-0bf4eeb982bf", "links": {"self": "http://172.30.9.22:5000/v3/users/a70e3d05a1684a08b3d8510bc9b8d21e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a70e3d05a1684a08b3d8510bc9b8d21e", "domain_id": "default", "password_expires_at": null}} 2018-08-18 13:40:39,059 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-dd4efd6f-5916-4f84-97b9-7f3bed476e0a 2018-08-18 13:40:39,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.491244077682s 2018-08-18 13:40:39,059 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-dd4efd6f-5916-4f84-97b9-7f3bed476e0a 2018-08-18 13:40:39,060 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a70e3d05a1684a08b3d8510bc9b8d21e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_6debc844-57fe-4ad7-986d-0bf4eeb982bf'}) 2018-08-18 13:40:39,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 13:40:39,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:40:39,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4008a461-d8c1-40a2-b6eb-60f0afb10ee5 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2581800b0a564354b3d06f8a0920c255", "links": {"self": "http://172.30.9.22:5000/v3/roles/2581800b0a564354b3d06f8a0920c255"}, "name": "member"}, {"domain_id": null, "id": "260f8846ed93403eb14da041231fdcc6", "links": {"self": "http://172.30.9.22:5000/v3/roles/260f8846ed93403eb14da041231fdcc6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "453982a82d6c4f49a54d15422c9d7289", "links": {"self": "http://172.30.9.22:5000/v3/roles/453982a82d6c4f49a54d15422c9d7289"}, "name": "admin"}, {"domain_id": null, "id": "626ee33fa560448994618455d63bf87c", "links": {"self": "http://172.30.9.22:5000/v3/roles/626ee33fa560448994618455d63bf87c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2c60b5892064136b55f1633540ccc55", "links": {"self": "http://172.30.9.22:5000/v3/roles/a2c60b5892064136b55f1633540ccc55"}, "name": "reader"}, {"domain_id": null, "id": "eb7a661fff41498689cad989613b4fe9", "links": {"self": "http://172.30.9.22:5000/v3/roles/eb7a661fff41498689cad989613b4fe9"}, "name": "swiftoperator"}]} 2018-08-18 13:40:39,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4008a461-d8c1-40a2-b6eb-60f0afb10ee5 2018-08-18 13:40:39,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.294992923737s 2018-08-18 13:40:39,359 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4008a461-d8c1-40a2-b6eb-60f0afb10ee5 2018-08-18 13:40:39,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 13:40:39,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:40:39,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8bd4f47-63f4-4c4f-984b-83dd9986806f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2581800b0a564354b3d06f8a0920c255", "links": {"self": "http://172.30.9.22:5000/v3/roles/2581800b0a564354b3d06f8a0920c255"}, "name": "member"}, {"domain_id": null, "id": "260f8846ed93403eb14da041231fdcc6", "links": {"self": "http://172.30.9.22:5000/v3/roles/260f8846ed93403eb14da041231fdcc6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "453982a82d6c4f49a54d15422c9d7289", "links": {"self": "http://172.30.9.22:5000/v3/roles/453982a82d6c4f49a54d15422c9d7289"}, "name": "admin"}, {"domain_id": null, "id": "626ee33fa560448994618455d63bf87c", "links": {"self": "http://172.30.9.22:5000/v3/roles/626ee33fa560448994618455d63bf87c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2c60b5892064136b55f1633540ccc55", "links": {"self": "http://172.30.9.22:5000/v3/roles/a2c60b5892064136b55f1633540ccc55"}, "name": "reader"}, {"domain_id": null, "id": "eb7a661fff41498689cad989613b4fe9", "links": {"self": "http://172.30.9.22:5000/v3/roles/eb7a661fff41498689cad989613b4fe9"}, "name": "swiftoperator"}]} 2018-08-18 13:40:39,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a8bd4f47-63f4-4c4f-984b-83dd9986806f 2018-08-18 13:40:39,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175857067108s 2018-08-18 13:40:39,540 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a8bd4f47-63f4-4c4f-984b-83dd9986806f 2018-08-18 13:40:39,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 13:40:39,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:40:39,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7cd9b16-198b-43f5-b8dd-9ac69b7877e3 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2581800b0a564354b3d06f8a0920c255", "links": {"self": "http://172.30.9.22:5000/v3/roles/2581800b0a564354b3d06f8a0920c255"}, "name": "member"}, {"domain_id": null, "id": "260f8846ed93403eb14da041231fdcc6", "links": {"self": "http://172.30.9.22:5000/v3/roles/260f8846ed93403eb14da041231fdcc6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "453982a82d6c4f49a54d15422c9d7289", "links": {"self": "http://172.30.9.22:5000/v3/roles/453982a82d6c4f49a54d15422c9d7289"}, "name": "admin"}, {"domain_id": null, "id": "626ee33fa560448994618455d63bf87c", "links": {"self": "http://172.30.9.22:5000/v3/roles/626ee33fa560448994618455d63bf87c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2c60b5892064136b55f1633540ccc55", "links": {"self": "http://172.30.9.22:5000/v3/roles/a2c60b5892064136b55f1633540ccc55"}, "name": "reader"}, {"domain_id": null, "id": "eb7a661fff41498689cad989613b4fe9", "links": {"self": "http://172.30.9.22:5000/v3/roles/eb7a661fff41498689cad989613b4fe9"}, "name": "swiftoperator"}]} 2018-08-18 13:40:39,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d7cd9b16-198b-43f5-b8dd-9ac69b7877e3 2018-08-18 13:40:39,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.248785972595s 2018-08-18 13:40:39,795 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d7cd9b16-198b-43f5-b8dd-9ac69b7877e3 2018-08-18 13:40:39,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 13:40:39,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:40:40,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df554aa-2265-4d78-9395-564d289d283b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 13:40:40,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-9df554aa-2265-4d78-9395-564d289d283b 2018-08-18 13:40:40,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.27742600441s 2018-08-18 13:40:40,078 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-9df554aa-2265-4d78-9395-564d289d283b 2018-08-18 13:40:40,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 13:40:40,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:40:40,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecb0b010-cea6-4677-b769-82cd7550ae9b Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/026e2d7150dc44bca67399dff42580ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "026e2d7150dc44bca67399dff42580ef", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/22285bf24dec40198ccc535e3b822ede"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22285bf24dec40198ccc535e3b822ede", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3937444556d14f99a65959276f3a7f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3937444556d14f99a65959276f3a7f99", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/49d4ca01c397420593bf89aae3634a27"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49d4ca01c397420593bf89aae3634a27", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/525ecc7269014f3ab145e44305b152bc"}, "domain_id": "89e5481c9c3b44639ca2364c7bae211a", "enabled": true, "options": {}, "id": "525ecc7269014f3ab145e44305b152bc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/5ef1416ec6e6424c934e1716695380e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef1416ec6e6424c934e1716695380e8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/604402df99a64b8690b942620e874981"}, "domain_id": "default", "enabled": true, "options": {}, "id": "604402df99a64b8690b942620e874981", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/890d7d7293b4468287ea8a21c4c1afa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "890d7d7293b4468287ea8a21c4c1afa2", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/9026aaf5de2f4c7cb771c749da62f61b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9026aaf5de2f4c7cb771c749da62f61b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/9fa09f85c2654392807e556d58c36f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fa09f85c2654392807e556d58c36f75", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/a2972bdd8f804b8c97f2b1d1ba659726"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2972bdd8f804b8c97f2b1d1ba659726", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_6debc844-57fe-4ad7-986d-0bf4eeb982bf", "links": {"self": "http://172.30.9.22:5000/v3/users/a70e3d05a1684a08b3d8510bc9b8d21e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a70e3d05a1684a08b3d8510bc9b8d21e", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/d2301c9c146b43a99e83749ea88371fa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2301c9c146b43a99e83749ea88371fa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d28c01f22f934222b719b7c2e3550d41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28c01f22f934222b719b7c2e3550d41", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/f52a835c15b34579a8516e69a8f80135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f52a835c15b34579a8516e69a8f80135", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-18 13:40:40,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ecb0b010-cea6-4677-b769-82cd7550ae9b 2018-08-18 13:40:40,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.199657917023s 2018-08-18 13:40:40,279 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ecb0b010-cea6-4677-b769-82cd7550ae9b 2018-08-18 13:40:40,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 13:40:40,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:40:40,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e709309e-cd79-4310-b0b8-e7a66706f2df Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/b6ce1aa05c2a45e9b662247aa24b2526"}, "tags": [], "enabled": true, "id": "b6ce1aa05c2a45e9b662247aa24b2526", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, "tags": [], "enabled": true, "id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/9a9c39473689417987f2d8a6acbc1915"}, "tags": [], "enabled": true, "id": "9a9c39473689417987f2d8a6acbc1915", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_6debc844-57fe-4ad7-986d-0bf4eeb982bf"}]} 2018-08-18 13:40:40,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-e709309e-cd79-4310-b0b8-e7a66706f2df 2018-08-18 13:40:40,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.1822681427s 2018-08-18 13:40:40,473 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-e709309e-cd79-4310-b0b8-e7a66706f2df 2018-08-18 13:40:40,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 13:40:40,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=a70e3d05a1684a08b3d8510bc9b8d21e&role.id=2581800b0a564354b3d06f8a0920c255&scope.project.id=9a9c39473689417987f2d8a6acbc1915" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:40:40,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86731f3e-7bed-467a-9545-7cf6f23bcbdd Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=a70e3d05a1684a08b3d8510bc9b8d21e&role.id=2581800b0a564354b3d06f8a0920c255&scope.project.id=9a9c39473689417987f2d8a6acbc1915", "previous": null, "next": null}} 2018-08-18 13:40:40,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=a70e3d05a1684a08b3d8510bc9b8d21e&role.id=2581800b0a564354b3d06f8a0920c255&scope.project.id=9a9c39473689417987f2d8a6acbc1915 used request id req-86731f3e-7bed-467a-9545-7cf6f23bcbdd 2018-08-18 13:40:40,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.19283413887s 2018-08-18 13:40:40,673 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=a70e3d05a1684a08b3d8510bc9b8d21e&role.id=2581800b0a564354b3d06f8a0920c255&scope.project.id=9a9c39473689417987f2d8a6acbc1915 used request id req-86731f3e-7bed-467a-9545-7cf6f23bcbdd 2018-08-18 13:40:40,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 13:40:40,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/9a9c39473689417987f2d8a6acbc1915/users/a70e3d05a1684a08b3d8510bc9b8d21e/roles/2581800b0a564354b3d06f8a0920c255 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:40:40,878 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 13:40:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa9502c7-ad83-4e20-833e-6be06bbcce8c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 13:40:40,878 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/9a9c39473689417987f2d8a6acbc1915/users/a70e3d05a1684a08b3d8510bc9b8d21e/roles/2581800b0a564354b3d06f8a0920c255 used request id req-fa9502c7-ad83-4e20-833e-6be06bbcce8c 2018-08-18 13:40:40,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.201416969299s 2018-08-18 13:40:40,878 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/9a9c39473689417987f2d8a6acbc1915/users/a70e3d05a1684a08b3d8510bc9b8d21e/roles/2581800b0a564354b3d06f8a0920c255 used request id req-fa9502c7-ad83-4e20-833e-6be06bbcce8c 2018-08-18 13:40:40,879 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_6debc844-57fe-4ad7-986d-0bf4eeb982bf', 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'9a9c39473689417987f2d8a6acbc1915', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '2227b5c1-5fda-43a4-aaee-8aefd5f1819b', 'username': u'tenantnetwork2-user_6debc844-57fe-4ad7-986d-0bf4eeb982bf', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22: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-18 13:40:40,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 13:40:40,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 13:40:40,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 13:40:40,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 13:40:40,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 13:40:40,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 13:40:40,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 13:40:40,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 13:40:40,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 13:40:40,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 13:40:40,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 13:40:40,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 13:40:40,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 13:40:40,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 13:40:40,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 13:40:40,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 13:40:40,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 13:40:40,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 13:40:40,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 13:40:40,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 13:40:40,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 13:40:40,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 13:40:40,884 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_6debc844-57fe-4ad7-986d-0bf4eeb982bf', 'password': '2227b5c1-5fda-43a4-aaee-8aefd5f1819b', 'project_name': 'tenantnetwork2-project_6debc844-57fe-4ad7-986d-0bf4eeb982bf', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '9a9c39473689417987f2d8a6acbc1915', 'project_domain_name': 'Default'} 2018-08-18 13:40:40,885 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-18 13:40:40,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:40:40,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acf11376-23ae-48b9-9f02-576c541ea3f0 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.22:5000/v3/", "rel": "self"}]}} 2018-08-18 13:40:40,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-acf11376-23ae-48b9-9f02-576c541ea3f0 2018-08-18 13:40:40,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-18 13:40:41,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2581800b0a564354b3d06f8a0920c255", "name": "member"}, {"id": "a2c60b5892064136b55f1633540ccc55", "name": "reader"}], "expires_at": "2018-08-18T14:40:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a9c39473689417987f2d8a6acbc1915", "name": "tenantnetwork2-project_6debc844-57fe-4ad7-986d-0bf4eeb982bf"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d40b28aca5346688fe6bc5e8637e176"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aff7b64bed1c4c0398e19ba862cb305d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bda98933533343fe99a20e6b3e0a78e9"}], "type": "placement", "id": "08698b2897544526a00ad39190b50244", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/9a9c39473689417987f2d8a6acbc1915", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acdb7d40c4c9412ab73424b689499995"}, {"url": "http://172.30.9.22:8776/v3/9a9c39473689417987f2d8a6acbc1915", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd2659f96d2140afbc6da4a34c421c88"}, {"url": "http://192.30.9.4:8776/v3/9a9c39473689417987f2d8a6acbc1915", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f89ca21ef47c438d8b5c5ebf00fe0ced"}], "type": "volumev3", "id": "1133d4c3bb0742ea89dc03581ecd8815", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fc3e825173c4b9b8c2fa9012cec6fb0"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59921819ec87401395f40e88f605b032"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e21b9e6e2fa844789599b1e5c53dae81"}], "type": "image", "id": "12e09d4ce9894a17a73a2aa5f8383ba5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9a9c39473689417987f2d8a6acbc1915", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22af945ce8f24924aed22762e16a68b5"}, {"url": "http://192.30.9.4:8776/v2/9a9c39473689417987f2d8a6acbc1915", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "45188dd08bad4ae3af2ee3541fcf6ed9"}, {"url": "http://172.30.9.22:8776/v2/9a9c39473689417987f2d8a6acbc1915", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf5c0e7a629d4dfeaaff326358e54c70"}], "type": "volumev2", "id": "538948915e9e46c599d3d21a74490e7d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5178c7654f6747d4a633d90529772caf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62bf458a89ff47c6abee07395cee27a8"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6320d4fac65c46d4bbe02790fc1d2071"}], "type": "compute", "id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/9a9c39473689417987f2d8a6acbc1915", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723d413ee0ed4654b925cf960aa73080"}, {"url": "http://192.30.9.4:8776/v1/9a9c39473689417987f2d8a6acbc1915", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89a7042a6c3646da87b21b591ea52b33"}, {"url": "http://172.30.9.22:8776/v1/9a9c39473689417987f2d8a6acbc1915", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d23df57f456b4d4bac534e6ba9517e9c"}], "type": "volume", "id": "6c190e8b9bf74e969c79d21538288b54", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad8e22faa96487b9cae96d9a46c4081"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9371e4b3fc8f4c47a0e9460501a45be1"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96d8e73a2fb04e7399e9870f74a43bc4"}], "type": "metric", "id": "7ace387374024be897d40f9f9a2566ea", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/9a9c39473689417987f2d8a6acbc1915", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "655b9e23ac634c9ca42399d469168cc7"}, {"url": "http://192.30.9.4:8004/v1/9a9c39473689417987f2d8a6acbc1915", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d78b18825ec7464d8d411ed941634a31"}, {"url": "http://192.30.9.4:8004/v1/9a9c39473689417987f2d8a6acbc1915", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f14cf835ec9942d8b6e707a97dfef747"}], "type": "orchestration", "id": "8a03a498f5ee4afa9e27015759971c90", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_9a9c39473689417987f2d8a6acbc1915", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a20da9d80844f5dbcd9bb5a4d0cadaa"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9a9c39473689417987f2d8a6acbc1915", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34fcf44b529d495aaa8db12d0242a414"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0a288fb6b7c490e8b785e2d3c16d175"}], "type": "object-store", "id": "92a3517452b04f5fa26760329abdca48", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12496eccfef24ff19289d12b0ac537c3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "523650605a4a491dbb05b05ac91562a8"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2501d389b14e2083c738cfeb1a2ba5"}], "type": "alarming", "id": "9456caee1fdb4362ac77b55a1e16d975", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bccf6dbe2874e23b05ab419bc6d9b12"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67752aeffcae418ba77a295bebd68f1b"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79f9fa80cc4445d951c17fc029872b8"}], "type": "event", "id": "ac73e5f05e7249acb6f6ec6e373c96f7", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "b1bd1d9fcb4a43618729b90e769402d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f69ac3168ec483c8ef3f4949e053d47"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8973ffa2d9f44ec69ba372463755b645"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c39d0599bff94fea95a025f2cdf74ce0"}], "type": "identity", "id": "da33281a22174aa58a01ba5dda8b02cb", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4c9fcc3c834ac292f20efe3711c99b"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a912906504b479789c186f1fcc82dc2"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bfd747ae21a4e829531703107cdd1ae"}], "type": "network", "id": "dcc689a58fb84179bfc69663f81caf80", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "525ed5880b774bb29a8491da3cbdee7a"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5366a06a612a4591ba56fa1239e5d5e1"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ed950a0e5fe41c0adaf3ff55a0311e5"}], "type": "cloudformation", "id": "e6f138c157464a27930b8dc10aa58992", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_6debc844-57fe-4ad7-986d-0bf4eeb982bf", "id": "a70e3d05a1684a08b3d8510bc9b8d21e"}, "audit_ids": ["yXPk9RD0RBe2fFgHSgEuGQ"], "issued_at": "2018-08-18T13:40:41.000000Z"}} 2018-08-18 13:40:41,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 13:40:41,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d4ec24246a6aa1d0d567fa85a285a18705b29e58" -d '{"network": {"name": "tenantnetwork2-net_6debc844-57fe-4ad7-986d-0bf4eeb982bf", "admin_state_up": true}}' 2018-08-18 13:40:42,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-ec3621bd-01da-4404-9bf6-b8ac2d87b975 Date: Sat, 18 Aug 2018 13:40:42 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"080b6a52-d4d7-4e43-9f46-3278fdae28bb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9a9c39473689417987f2d8a6acbc1915","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:40:42Z","is_default":false,"name":"tenantnetwork2-net_6debc844-57fe-4ad7-986d-0bf4eeb982bf","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9a9c39473689417987f2d8a6acbc1915","created_at":"2018-08-18T13:40:42Z","mtu":1450}} 2018-08-18 13:40:42,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ec3621bd-01da-4404-9bf6-b8ac2d87b975 2018-08-18 13:40:42,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.40344715118s 2018-08-18 13:40:42,783 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ec3621bd-01da-4404-9bf6-b8ac2d87b975 2018-08-18 13:40:42,783 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-18T13:40:42Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'080b6a52-d4d7-4e43-9f46-3278fdae28bb', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_6debc844-57fe-4ad7-986d-0bf4eeb982bf', u'admin_state_up': True, u'tenant_id': u'9a9c39473689417987f2d8a6acbc1915', u'created_at': u'2018-08-18T13:40:42Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9a9c39473689417987f2d8a6acbc1915', u'l2_adjacency': True}) 2018-08-18 13:40:42,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:40:42,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d4ec24246a6aa1d0d567fa85a285a18705b29e58" 2018-08-18 13:40:43,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-c1415713-540a-4f51-b97a-4a6bd9ac63fd Date: Sat, 18 Aug 2018 13:40:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"080b6a52-d4d7-4e43-9f46-3278fdae28bb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9a9c39473689417987f2d8a6acbc1915","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:40:42Z","qos_policy_id":null,"name":"tenantnetwork2-net_6debc844-57fe-4ad7-986d-0bf4eeb982bf","admin_state_up":true,"tenant_id":"9a9c39473689417987f2d8a6acbc1915","created_at":"2018-08-18T13:40:42Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","mtu":1500}]} 2018-08-18 13:40:43,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c1415713-540a-4f51-b97a-4a6bd9ac63fd 2018-08-18 13:40:43,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.568686962128s 2018-08-18 13:40:43,353 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c1415713-540a-4f51-b97a-4a6bd9ac63fd 2018-08-18 13:40:43,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 13:40:43,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d4ec24246a6aa1d0d567fa85a285a18705b29e58" -d '{"subnet": {"name": "tenantnetwork2-subnet_6debc844-57fe-4ad7-986d-0bf4eeb982bf", "enable_dhcp": true, "network_id": "080b6a52-d4d7-4e43-9f46-3278fdae28bb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 13:40:44,298 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f1457b85-14ec-41f0-ac01-fa27b837b6f2 Date: Sat, 18 Aug 2018 13:40:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"080b6a52-d4d7-4e43-9f46-3278fdae28bb","tenant_id":"9a9c39473689417987f2d8a6acbc1915","created_at":"2018-08-18T13:40:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T13:40:43Z","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":"9a9c39473689417987f2d8a6acbc1915","id":"d1a1f8dd-911d-452d-840c-22ef116f2be8","subnetpool_id":null,"name":"tenantnetwork2-subnet_6debc844-57fe-4ad7-986d-0bf4eeb982bf"}} 2018-08-18 13:40:44,298 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f1457b85-14ec-41f0-ac01-fa27b837b6f2 2018-08-18 13:40:44,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.943052053452s 2018-08-18 13:40:44,298 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f1457b85-14ec-41f0-ac01-fa27b837b6f2 2018-08-18 13:40:44,299 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T13:40:43Z', 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'd1a1f8dd-911d-452d-840c-22ef116f2be8', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_6debc844-57fe-4ad7-986d-0bf4eeb982bf', u'enable_dhcp': True, u'network_id': u'080b6a52-d4d7-4e43-9f46-3278fdae28bb', u'tenant_id': u'9a9c39473689417987f2d8a6acbc1915', u'created_at': u'2018-08-18T13:40:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9a9c39473689417987f2d8a6acbc1915'}) 2018-08-18 13:40:44,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 13:40:44,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d4ec24246a6aa1d0d567fa85a285a18705b29e58" -d '{"router": {"external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9"}, "name": "tenantnetwork2-router_6debc844-57fe-4ad7-986d-0bf4eeb982bf", "admin_state_up": true}}' 2018-08-18 13:40:51,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-8c75e2c1-c5e6-4f31-9393-67e759910e6c Date: Sat, 18 Aug 2018 13:40:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "66678964-0119-4909-9d6d-e80ca7df7b8b", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "created_at": "2018-08-18T13:40:45Z", "admin_state_up": true, "updated_at": "2018-08-18T13:40:46Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "9a9c39473689417987f2d8a6acbc1915", "id": "4ddc1c4d-6d0a-4eab-882d-90c793b1a947", "name": "tenantnetwork2-router_6debc844-57fe-4ad7-986d-0bf4eeb982bf"}} 2018-08-18 13:40:51,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8c75e2c1-c5e6-4f31-9393-67e759910e6c 2018-08-18 13:40:51,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.7013001442s 2018-08-18 13:40:51,001 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8c75e2c1-c5e6-4f31-9393-67e759910e6c 2018-08-18 13:40:51,001 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T13:40:46Z', u'revision_number': 3, u'id': u'4ddc1c4d-6d0a-4eab-882d-90c793b1a947', u'external_gateway_info': {u'network_id': u'1ef07fb9-d683-46ee-95cb-f6b096b4cbe9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'66678964-0119-4909-9d6d-e80ca7df7b8b', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-router_6debc844-57fe-4ad7-986d-0bf4eeb982bf', u'admin_state_up': True, u'tenant_id': u'9a9c39473689417987f2d8a6acbc1915', u'created_at': u'2018-08-18T13:40:45Z', u'flavor_id': None, u'routes': [], u'project_id': u'9a9c39473689417987f2d8a6acbc1915'}) 2018-08-18 13:40:51,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 13:40:51,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/4ddc1c4d-6d0a-4eab-882d-90c793b1a947/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d4ec24246a6aa1d0d567fa85a285a18705b29e58" -d '{"subnet_id": "d1a1f8dd-911d-452d-840c-22ef116f2be8"}' 2018-08-18 13:40:54,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d3474ac8-89d8-4697-9f2a-2bc62e6b020b Date: Sat, 18 Aug 2018 13:40:54 GMT RESP BODY: {"network_id": "080b6a52-d4d7-4e43-9f46-3278fdae28bb", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "subnet_id": "d1a1f8dd-911d-452d-840c-22ef116f2be8", "subnet_ids": ["d1a1f8dd-911d-452d-840c-22ef116f2be8"], "port_id": "f4c875e7-a7d5-4e61-a0bf-76c30e62290d", "id": "4ddc1c4d-6d0a-4eab-882d-90c793b1a947"} 2018-08-18 13:40:54,784 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/4ddc1c4d-6d0a-4eab-882d-90c793b1a947/add_router_interface.json used request id req-d3474ac8-89d8-4697-9f2a-2bc62e6b020b 2018-08-18 13:40:54,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.78232002258s 2018-08-18 13:40:54,785 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/4ddc1c4d-6d0a-4eab-882d-90c793b1a947/add_router_interface.json used request id req-d3474ac8-89d8-4697-9f2a-2bc62e6b020b returning object 4ddc1c4d-6d0a-4eab-882d-90c793b1a947 2018-08-18 13:40:54,899 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 13:40:54,899 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:14 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-18 13:40:54,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 13:40:54,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/4ddc1c4d-6d0a-4eab-882d-90c793b1a947/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d4ec24246a6aa1d0d567fa85a285a18705b29e58" -d '{"subnet_id": "d1a1f8dd-911d-452d-840c-22ef116f2be8"}' 2018-08-18 13:40:58,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-75023a3a-aff4-42fc-9621-d9a0d89f4c2a Date: Sat, 18 Aug 2018 13:40:58 GMT RESP BODY: {"network_id": "080b6a52-d4d7-4e43-9f46-3278fdae28bb", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "subnet_id": "d1a1f8dd-911d-452d-840c-22ef116f2be8", "subnet_ids": ["d1a1f8dd-911d-452d-840c-22ef116f2be8"], "port_id": "f4c875e7-a7d5-4e61-a0bf-76c30e62290d", "id": "4ddc1c4d-6d0a-4eab-882d-90c793b1a947"} 2018-08-18 13:40:58,935 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/4ddc1c4d-6d0a-4eab-882d-90c793b1a947/remove_router_interface.json used request id req-75023a3a-aff4-42fc-9621-d9a0d89f4c2a 2018-08-18 13:40:58,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 4.03023886681s 2018-08-18 13:40:58,935 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/4ddc1c4d-6d0a-4eab-882d-90c793b1a947/remove_router_interface.json used request id req-75023a3a-aff4-42fc-9621-d9a0d89f4c2a returning object 4ddc1c4d-6d0a-4eab-882d-90c793b1a947 2018-08-18 13:40:58,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 13:40:58,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d4ec24246a6aa1d0d567fa85a285a18705b29e58" 2018-08-18 13:41:00,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-ef71b5aa-31ca-4617-a3df-b26c504b90fc Date: Sat, 18 Aug 2018 13:41:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "66678964-0119-4909-9d6d-e80ca7df7b8b", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "created_at": "2018-08-18T13:40:45Z", "admin_state_up": true, "updated_at": "2018-08-18T13:40:57Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "9a9c39473689417987f2d8a6acbc1915", "id": "4ddc1c4d-6d0a-4eab-882d-90c793b1a947", "name": "tenantnetwork2-router_6debc844-57fe-4ad7-986d-0bf4eeb982bf"}]} 2018-08-18 13:41:00,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ef71b5aa-31ca-4617-a3df-b26c504b90fc 2018-08-18 13:41:00,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.1034219265s 2018-08-18 13:41:00,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ef71b5aa-31ca-4617-a3df-b26c504b90fc 2018-08-18 13:41:00,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 13:41:00,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/4ddc1c4d-6d0a-4eab-882d-90c793b1a947.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d4ec24246a6aa1d0d567fa85a285a18705b29e58" 2018-08-18 13:41:04,493 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88383f99-f723-49f1-88ea-7659f093e99a Content-Length: 0 Date: Sat, 18 Aug 2018 13:41:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:41:04,493 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/4ddc1c4d-6d0a-4eab-882d-90c793b1a947.json used request id req-88383f99-f723-49f1-88ea-7659f093e99a 2018-08-18 13:41:04,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.45273590088s 2018-08-18 13:41:04,494 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/4ddc1c4d-6d0a-4eab-882d-90c793b1a947.json used request id req-88383f99-f723-49f1-88ea-7659f093e99a 2018-08-18 13:41:04,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 13:41:04,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d4ec24246a6aa1d0d567fa85a285a18705b29e58" 2018-08-18 13:41:04,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-91816ba0-6e35-4dbf-bec6-8a8b037d2b3e Date: Sat, 18 Aug 2018 13:41:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"080b6a52-d4d7-4e43-9f46-3278fdae28bb","tenant_id":"9a9c39473689417987f2d8a6acbc1915","created_at":"2018-08-18T13:40:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T13:40:43Z","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":"9a9c39473689417987f2d8a6acbc1915","id":"d1a1f8dd-911d-452d-840c-22ef116f2be8","subnetpool_id":null,"name":"tenantnetwork2-subnet_6debc844-57fe-4ad7-986d-0bf4eeb982bf"}]} 2018-08-18 13:41:04,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-91816ba0-6e35-4dbf-bec6-8a8b037d2b3e 2018-08-18 13:41:04,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.470363140106s 2018-08-18 13:41:04,965 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-91816ba0-6e35-4dbf-bec6-8a8b037d2b3e 2018-08-18 13:41:04,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 13:41:04,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/d1a1f8dd-911d-452d-840c-22ef116f2be8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d4ec24246a6aa1d0d567fa85a285a18705b29e58" 2018-08-18 13:41:07,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c61fc862-218c-406d-9ca2-a4e13ae35163 Date: Sat, 18 Aug 2018 13:41:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:41:07,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/d1a1f8dd-911d-452d-840c-22ef116f2be8.json used request id req-c61fc862-218c-406d-9ca2-a4e13ae35163 2018-08-18 13:41:07,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.64230704308s 2018-08-18 13:41:07,609 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/d1a1f8dd-911d-452d-840c-22ef116f2be8.json used request id req-c61fc862-218c-406d-9ca2-a4e13ae35163 2018-08-18 13:41:07,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:41:07,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d4ec24246a6aa1d0d567fa85a285a18705b29e58" 2018-08-18 13:41:07,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-e4e3e0af-8d79-4d43-9f83-9ba9b21ba4a5 Date: Sat, 18 Aug 2018 13:41:07 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"080b6a52-d4d7-4e43-9f46-3278fdae28bb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9a9c39473689417987f2d8a6acbc1915","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:41:07Z","qos_policy_id":null,"name":"tenantnetwork2-net_6debc844-57fe-4ad7-986d-0bf4eeb982bf","admin_state_up":true,"tenant_id":"9a9c39473689417987f2d8a6acbc1915","created_at":"2018-08-18T13:40:42Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","mtu":1500}]} 2018-08-18 13:41:07,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e4e3e0af-8d79-4d43-9f83-9ba9b21ba4a5 2018-08-18 13:41:07,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357831001282s 2018-08-18 13:41:07,968 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e4e3e0af-8d79-4d43-9f83-9ba9b21ba4a5 2018-08-18 13:41:07,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 13:41:07,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/080b6a52-d4d7-4e43-9f46-3278fdae28bb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d4ec24246a6aa1d0d567fa85a285a18705b29e58" 2018-08-18 13:41:08,947 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-54f2a3a9-7a69-48b7-b47e-b2762a532b16 Date: Sat, 18 Aug 2018 13:41:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:41:08,948 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/080b6a52-d4d7-4e43-9f46-3278fdae28bb.json used request id req-54f2a3a9-7a69-48b7-b47e-b2762a532b16 2018-08-18 13:41:08,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.978777885437s 2018-08-18 13:41:08,948 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/080b6a52-d4d7-4e43-9f46-3278fdae28bb.json used request id req-54f2a3a9-7a69-48b7-b47e-b2762a532b16 2018-08-18 13:41:08,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 13:41:08,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:41:09,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cb48e0b-f385-4325-863a-9002bf577eeb Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/026e2d7150dc44bca67399dff42580ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "026e2d7150dc44bca67399dff42580ef", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/22285bf24dec40198ccc535e3b822ede"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22285bf24dec40198ccc535e3b822ede", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3937444556d14f99a65959276f3a7f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3937444556d14f99a65959276f3a7f99", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/49d4ca01c397420593bf89aae3634a27"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49d4ca01c397420593bf89aae3634a27", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/525ecc7269014f3ab145e44305b152bc"}, "domain_id": "89e5481c9c3b44639ca2364c7bae211a", "enabled": true, "options": {}, "id": "525ecc7269014f3ab145e44305b152bc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/5ef1416ec6e6424c934e1716695380e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef1416ec6e6424c934e1716695380e8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/604402df99a64b8690b942620e874981"}, "domain_id": "default", "enabled": true, "options": {}, "id": "604402df99a64b8690b942620e874981", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/890d7d7293b4468287ea8a21c4c1afa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "890d7d7293b4468287ea8a21c4c1afa2", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/9026aaf5de2f4c7cb771c749da62f61b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9026aaf5de2f4c7cb771c749da62f61b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/9fa09f85c2654392807e556d58c36f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fa09f85c2654392807e556d58c36f75", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/a2972bdd8f804b8c97f2b1d1ba659726"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2972bdd8f804b8c97f2b1d1ba659726", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_6debc844-57fe-4ad7-986d-0bf4eeb982bf", "links": {"self": "http://172.30.9.22:5000/v3/users/a70e3d05a1684a08b3d8510bc9b8d21e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a70e3d05a1684a08b3d8510bc9b8d21e", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/d2301c9c146b43a99e83749ea88371fa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2301c9c146b43a99e83749ea88371fa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d28c01f22f934222b719b7c2e3550d41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28c01f22f934222b719b7c2e3550d41", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/f52a835c15b34579a8516e69a8f80135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f52a835c15b34579a8516e69a8f80135", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-18 13:41:09,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2cb48e0b-f385-4325-863a-9002bf577eeb 2018-08-18 13:41:09,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.312667131424s 2018-08-18 13:41:09,262 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2cb48e0b-f385-4325-863a-9002bf577eeb 2018-08-18 13:41:09,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 13:41:09,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/a70e3d05a1684a08b3d8510bc9b8d21e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:41:09,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-632bd41f-8ebf-4a6e-ac21-05c9e5f1c011 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_6debc844-57fe-4ad7-986d-0bf4eeb982bf", "links": {"self": "http://172.30.9.22:5000/v3/users/a70e3d05a1684a08b3d8510bc9b8d21e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "a70e3d05a1684a08b3d8510bc9b8d21e", "description": null}} 2018-08-18 13:41:09,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a70e3d05a1684a08b3d8510bc9b8d21e used request id req-632bd41f-8ebf-4a6e-ac21-05c9e5f1c011 2018-08-18 13:41:09,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.195412158966s 2018-08-18 13:41:09,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a70e3d05a1684a08b3d8510bc9b8d21e used request id req-632bd41f-8ebf-4a6e-ac21-05c9e5f1c011 2018-08-18 13:41:09,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 13:41:09,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/a70e3d05a1684a08b3d8510bc9b8d21e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:41:09,816 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 13:41:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9e3a958-d612-47a8-99de-8a0bf8b59cf2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 13:41:09,816 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a70e3d05a1684a08b3d8510bc9b8d21e used request id req-a9e3a958-d612-47a8-99de-8a0bf8b59cf2 2018-08-18 13:41:09,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.352609872818s 2018-08-18 13:41:09,817 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a70e3d05a1684a08b3d8510bc9b8d21e used request id req-a9e3a958-d612-47a8-99de-8a0bf8b59cf2 2018-08-18 13:41:09,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 13:41:09,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:41:10,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9ef4193-e3f8-4a15-8073-977745755efc Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/9a9c39473689417987f2d8a6acbc1915"}, "tags": [], "enabled": true, "id": "9a9c39473689417987f2d8a6acbc1915", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_6debc844-57fe-4ad7-986d-0bf4eeb982bf"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, "tags": [], "enabled": true, "id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/b6ce1aa05c2a45e9b662247aa24b2526"}, "tags": [], "enabled": true, "id": "b6ce1aa05c2a45e9b662247aa24b2526", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-18 13:41:10,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-b9ef4193-e3f8-4a15-8073-977745755efc 2018-08-18 13:41:10,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.213540077209s 2018-08-18 13:41:10,037 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-b9ef4193-e3f8-4a15-8073-977745755efc 2018-08-18 13:41:10,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 13:41:10,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/9a9c39473689417987f2d8a6acbc1915 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e131fdf93ad1bf13ed6717b832363c829bb3bc8" 2018-08-18 13:41:10,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 13:41:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f687ac13-2535-4e09-bac0-a184652474b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 13:41:10,331 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/9a9c39473689417987f2d8a6acbc1915 used request id req-f687ac13-2535-4e09-bac0-a184652474b8 2018-08-18 13:41:10,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.29007101059s 2018-08-18 13:41:10,331 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/9a9c39473689417987f2d8a6acbc1915 used request id req-f687ac13-2535-4e09-bac0-a184652474b8 2018-08-18 13:41:10,384 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-18 13:41:10,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 13:41:10,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 13:41:10,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 13:41:10,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 13:41:10,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 13:41:10,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 13:41:10,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 13:41:10,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 13:41:10,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 13:41:10,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:41:10,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdf669a3-6ae6-4e62-9a7e-88d384d19bcf 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.22:5000/v3/", "rel": "self"}]}} 2018-08-18 13:41:10,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fdf669a3-6ae6-4e62-9a7e-88d384d19bcf 2018-08-18 13:41:10,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-18 13:41:10,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "453982a82d6c4f49a54d15422c9d7289", "name": "admin"}, {"id": "2581800b0a564354b3d06f8a0920c255", "name": "member"}, {"id": "a2c60b5892064136b55f1633540ccc55", "name": "reader"}], "expires_at": "2018-08-18T14:41:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6ce1aa05c2a45e9b662247aa24b2526", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d40b28aca5346688fe6bc5e8637e176"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aff7b64bed1c4c0398e19ba862cb305d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bda98933533343fe99a20e6b3e0a78e9"}], "type": "placement", "id": "08698b2897544526a00ad39190b50244", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acdb7d40c4c9412ab73424b689499995"}, {"url": "http://172.30.9.22:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd2659f96d2140afbc6da4a34c421c88"}, {"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f89ca21ef47c438d8b5c5ebf00fe0ced"}], "type": "volumev3", "id": "1133d4c3bb0742ea89dc03581ecd8815", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fc3e825173c4b9b8c2fa9012cec6fb0"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59921819ec87401395f40e88f605b032"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e21b9e6e2fa844789599b1e5c53dae81"}], "type": "image", "id": "12e09d4ce9894a17a73a2aa5f8383ba5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22af945ce8f24924aed22762e16a68b5"}, {"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "45188dd08bad4ae3af2ee3541fcf6ed9"}, {"url": "http://172.30.9.22:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf5c0e7a629d4dfeaaff326358e54c70"}], "type": "volumev2", "id": "538948915e9e46c599d3d21a74490e7d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5178c7654f6747d4a633d90529772caf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62bf458a89ff47c6abee07395cee27a8"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6320d4fac65c46d4bbe02790fc1d2071"}], "type": "compute", "id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723d413ee0ed4654b925cf960aa73080"}, {"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89a7042a6c3646da87b21b591ea52b33"}, {"url": "http://172.30.9.22:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d23df57f456b4d4bac534e6ba9517e9c"}], "type": "volume", "id": "6c190e8b9bf74e969c79d21538288b54", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad8e22faa96487b9cae96d9a46c4081"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9371e4b3fc8f4c47a0e9460501a45be1"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96d8e73a2fb04e7399e9870f74a43bc4"}], "type": "metric", "id": "7ace387374024be897d40f9f9a2566ea", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "655b9e23ac634c9ca42399d469168cc7"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d78b18825ec7464d8d411ed941634a31"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f14cf835ec9942d8b6e707a97dfef747"}], "type": "orchestration", "id": "8a03a498f5ee4afa9e27015759971c90", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a20da9d80844f5dbcd9bb5a4d0cadaa"}, {"url": "http://12.0.0.21:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34fcf44b529d495aaa8db12d0242a414"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0a288fb6b7c490e8b785e2d3c16d175"}], "type": "object-store", "id": "92a3517452b04f5fa26760329abdca48", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12496eccfef24ff19289d12b0ac537c3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "523650605a4a491dbb05b05ac91562a8"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2501d389b14e2083c738cfeb1a2ba5"}], "type": "alarming", "id": "9456caee1fdb4362ac77b55a1e16d975", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bccf6dbe2874e23b05ab419bc6d9b12"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67752aeffcae418ba77a295bebd68f1b"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79f9fa80cc4445d951c17fc029872b8"}], "type": "event", "id": "ac73e5f05e7249acb6f6ec6e373c96f7", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "b1bd1d9fcb4a43618729b90e769402d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f69ac3168ec483c8ef3f4949e053d47"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8973ffa2d9f44ec69ba372463755b645"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c39d0599bff94fea95a025f2cdf74ce0"}], "type": "identity", "id": "da33281a22174aa58a01ba5dda8b02cb", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4c9fcc3c834ac292f20efe3711c99b"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a912906504b479789c186f1fcc82dc2"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bfd747ae21a4e829531703107cdd1ae"}], "type": "network", "id": "dcc689a58fb84179bfc69663f81caf80", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "525ed5880b774bb29a8491da3cbdee7a"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5366a06a612a4591ba56fa1239e5d5e1"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ed950a0e5fe41c0adaf3ff55a0311e5"}], "type": "cloudformation", "id": "e6f138c157464a27930b8dc10aa58992", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f52a835c15b34579a8516e69a8f80135"}, "audit_ids": ["LMidqfXjS4yZiC7py2gmwA"], "issued_at": "2018-08-18T13:41:10.000000Z"}} 2018-08-18 13:41:10,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:41:10,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:11,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-f8059789-a405-4c31-9267-b9a9f2516b14 Date: Sat, 18 Aug 2018 13:41:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"}]} 2018-08-18 13:41:11,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f8059789-a405-4c31-9267-b9a9f2516b14 2018-08-18 13:41:11,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09691095352s 2018-08-18 13:41:11,959 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f8059789-a405-4c31-9267-b9a9f2516b14 2018-08-18 13:41:11,960 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-18 13:41:11,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 13:41:11,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" -d '{"network": {"name": "vmready1-net_fa321ff6-0938-402e-ad7a-baf24763fadb", "admin_state_up": true}}' 2018-08-18 13:41:12,445 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-77ae3d9c-c5b6-4587-843e-258c638db5b6 Date: Sat, 18 Aug 2018 13:41:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ff08964b-a5ce-4c57-a9f2-7346a031268a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"b6ce1aa05c2a45e9b662247aa24b2526","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:41:12Z","is_default":false,"qos_policy_id":null,"name":"vmready1-net_fa321ff6-0938-402e-ad7a-baf24763fadb","admin_state_up":true,"tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:41:12Z","mtu":1450}} 2018-08-18 13:41:12,445 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-77ae3d9c-c5b6-4587-843e-258c638db5b6 2018-08-18 13:41:12,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.484915971756s 2018-08-18 13:41:12,446 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-77ae3d9c-c5b6-4587-843e-258c638db5b6 2018-08-18 13:41:12,446 - 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-18T13:41:12Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'ff08964b-a5ce-4c57-a9f2-7346a031268a', u'provider:segmentation_id': 53, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vmready1-net_fa321ff6-0938-402e-ad7a-baf24763fadb', u'created_at': u'2018-08-18T13:41:12Z', u'mtu': 1450, u'tenant_id': u'b6ce1aa05c2a45e9b662247aa24b2526', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b6ce1aa05c2a45e9b662247aa24b2526', u'l2_adjacency': True}) 2018-08-18 13:41:12,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:41:12,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:12,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1428 X-Openstack-Request-Id: req-3472e613-c851-4417-bdaf-b4f317d70947 Date: Sat, 18 Aug 2018 13:41:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ff08964b-a5ce-4c57-a9f2-7346a031268a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"b6ce1aa05c2a45e9b662247aa24b2526","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:41:12Z","qos_policy_id":null,"name":"vmready1-net_fa321ff6-0938-402e-ad7a-baf24763fadb","admin_state_up":true,"tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:41:12Z","provider:network_type":"vxlan"}]} 2018-08-18 13:41:12,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3472e613-c851-4417-bdaf-b4f317d70947 2018-08-18 13:41:12,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.512607097626s 2018-08-18 13:41:12,960 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3472e613-c851-4417-bdaf-b4f317d70947 2018-08-18 13:41:12,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 13:41:12,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" -d '{"subnet": {"name": "vmready1-subnet_fa321ff6-0938-402e-ad7a-baf24763fadb", "enable_dhcp": true, "network_id": "ff08964b-a5ce-4c57-a9f2-7346a031268a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 13:41:14,573 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-e0f8aaed-8198-42c8-9447-20242067ce8b Date: Sat, 18 Aug 2018 13:41:14 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-18T13:41:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f67f8612-7702-47fb-b7f1-0e2e80ca7853","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"b6ce1aa05c2a45e9b662247aa24b2526","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_fa321ff6-0938-402e-ad7a-baf24763fadb","enable_dhcp":true,"segment_id":null,"network_id":"ff08964b-a5ce-4c57-a9f2-7346a031268a","tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:41:14Z","ip_version":4}} 2018-08-18 13:41:14,573 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-e0f8aaed-8198-42c8-9447-20242067ce8b 2018-08-18 13:41:14,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.61185789108s 2018-08-18 13:41:14,574 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-e0f8aaed-8198-42c8-9447-20242067ce8b 2018-08-18 13:41:14,574 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T13:41:14Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f67f8612-7702-47fb-b7f1-0e2e80ca7853', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_fa321ff6-0938-402e-ad7a-baf24763fadb', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'ff08964b-a5ce-4c57-a9f2-7346a031268a', u'tenant_id': u'b6ce1aa05c2a45e9b662247aa24b2526', u'created_at': u'2018-08-18T13:41:14Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b6ce1aa05c2a45e9b662247aa24b2526'}) 2018-08-18 13:41:14,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 13:41:14,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" -d '{"router": {"external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9"}, "name": "vmready1-router_fa321ff6-0938-402e-ad7a-baf24763fadb", "admin_state_up": true}}' 2018-08-18 13:41:21,495 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-f9f1e3fb-9d97-4271-a93f-48768a3efb80 Date: Sat, 18 Aug 2018 13:41:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "66678964-0119-4909-9d6d-e80ca7df7b8b", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:41:16Z", "admin_state_up": true, "updated_at": "2018-08-18T13:41:17Z", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "e1757633-b56b-4a09-a6cd-6cb66767b91c", "name": "vmready1-router_fa321ff6-0938-402e-ad7a-baf24763fadb"}} 2018-08-18 13:41:21,495 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-f9f1e3fb-9d97-4271-a93f-48768a3efb80 2018-08-18 13:41:21,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.91998004913s 2018-08-18 13:41:21,495 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-f9f1e3fb-9d97-4271-a93f-48768a3efb80 2018-08-18 13:41:21,496 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T13:41:17Z', u'revision_number': 3, u'ha': True, u'id': u'e1757633-b56b-4a09-a6cd-6cb66767b91c', u'external_gateway_info': {u'network_id': u'1ef07fb9-d683-46ee-95cb-f6b096b4cbe9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'66678964-0119-4909-9d6d-e80ca7df7b8b', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-router_fa321ff6-0938-402e-ad7a-baf24763fadb', u'admin_state_up': True, u'tenant_id': u'b6ce1aa05c2a45e9b662247aa24b2526', u'created_at': u'2018-08-18T13:41:16Z', u'flavor_id': None, u'routes': [], u'project_id': u'b6ce1aa05c2a45e9b662247aa24b2526'}) 2018-08-18 13:41:21,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 13:41:21,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/e1757633-b56b-4a09-a6cd-6cb66767b91c/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" -d '{"subnet_id": "f67f8612-7702-47fb-b7f1-0e2e80ca7853"}' 2018-08-18 13:41:24,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-02469177-9cbd-430d-aaf0-0d7e43b70ca0 Date: Sat, 18 Aug 2018 13:41:24 GMT RESP BODY: {"network_id": "ff08964b-a5ce-4c57-a9f2-7346a031268a", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "subnet_id": "f67f8612-7702-47fb-b7f1-0e2e80ca7853", "subnet_ids": ["f67f8612-7702-47fb-b7f1-0e2e80ca7853"], "port_id": "5c283805-4c0a-451e-8dac-2eef34765519", "id": "e1757633-b56b-4a09-a6cd-6cb66767b91c"} 2018-08-18 13:41:24,710 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/e1757633-b56b-4a09-a6cd-6cb66767b91c/add_router_interface.json used request id req-02469177-9cbd-430d-aaf0-0d7e43b70ca0 2018-08-18 13:41:24,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.21362090111s 2018-08-18 13:41:24,710 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/e1757633-b56b-4a09-a6cd-6cb66767b91c/add_router_interface.json used request id req-02469177-9cbd-430d-aaf0-0d7e43b70ca0 returning object e1757633-b56b-4a09-a6cd-6cb66767b91c 2018-08-18 13:41:24,711 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 13:41:24,843 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 13:41:24,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:41:24,849 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 13:41:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-18 13:41:24,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:41:24,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:25,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f526d9d1-b12a-4893-9212-4edf200c4afa Date: Sat, 18 Aug 2018 13:41:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:41:25,663 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f526d9d1-b12a-4893-9212-4edf200c4afa 2018-08-18 13:41:25,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.809394836426s 2018-08-18 13:41:25,664 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f526d9d1-b12a-4893-9212-4edf200c4afa 2018-08-18 13:41:25,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 13:41:25,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_fa321ff6-0938-402e-ad7a-baf24763fadb", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_fa321ff6-0938-402e-ad7a-baf24763fadb"}' 2018-08-18 13:41:26,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/6eb37321-f826-447e-945a-80ebe22dcece Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-fe8e9946-9a10-4b82-9b78-985c0a9f8258 Date: Sat, 18 Aug 2018 13:41:26 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:41:26Z", "file": "/v2/images/6eb37321-f826-447e-945a-80ebe22dcece/file", "owner": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "6eb37321-f826-447e-945a-80ebe22dcece", "size": null, "self": "/v2/images/6eb37321-f826-447e-945a-80ebe22dcece", "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_fa321ff6-0938-402e-ad7a-baf24763fadb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_fa321ff6-0938-402e-ad7a-baf24763fadb", "checksum": null, "created_at": "2018-08-18T13:41:26Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 13:41:26,671 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-fe8e9946-9a10-4b82-9b78-985c0a9f8258 2018-08-18 13:41:26,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.998764038086s 2018-08-18 13:41:26,671 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-fe8e9946-9a10-4b82-9b78-985c0a9f8258 returning object 6eb37321-f826-447e-945a-80ebe22dcece 2018-08-18 13:41:26,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 13:41:26,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/6eb37321-f826-447e-945a-80ebe22dcece/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" -d '' 2018-08-18 13:41:30,098 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dd2a95f2-4c97-4b97-8f42-65d29ea87c51 Date: Sat, 18 Aug 2018 13:41:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 13:41:30,098 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/6eb37321-f826-447e-945a-80ebe22dcece/file used request id req-dd2a95f2-4c97-4b97-8f42-65d29ea87c51 2018-08-18 13:41:30,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.42666196823s 2018-08-18 13:41:30,099 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/6eb37321-f826-447e-945a-80ebe22dcece/file used request id req-dd2a95f2-4c97-4b97-8f42-65d29ea87c51 2018-08-18 13:41:30,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:41:30,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:30,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-4820cb92-d896-41c8-b4f0-8364b7f57b2b Date: Sat, 18 Aug 2018 13:41:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:41:30Z", "file": "/v2/images/6eb37321-f826-447e-945a-80ebe22dcece/file", "owner": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "6eb37321-f826-447e-945a-80ebe22dcece", "size": 12716032, "self": "/v2/images/6eb37321-f826-447e-945a-80ebe22dcece", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/6eb37321-f826-447e-945a-80ebe22dcece/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/6eb37321-f826-447e-945a-80ebe22dcece/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_fa321ff6-0938-402e-ad7a-baf24763fadb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_fa321ff6-0938-402e-ad7a-baf24763fadb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T13:41:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:41:30,855 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4820cb92-d896-41c8-b4f0-8364b7f57b2b 2018-08-18 13:41:30,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.751760005951s 2018-08-18 13:41:30,855 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4820cb92-d896-41c8-b4f0-8364b7f57b2b 2018-08-18 13:41:30,857 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/6eb37321-f826-447e-945a-80ebe22dcece/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6eb37321-f826-447e-945a-80ebe22dcece/file', 'owner': u'b6ce1aa05c2a45e9b662247aa24b2526', 'id': u'6eb37321-f826-447e-945a-80ebe22dcece', 'size': 12716032, u'self': u'/v2/images/6eb37321-f826-447e-945a-80ebe22dcece', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b6ce1aa05c2a45e9b662247aa24b2526', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/6eb37321-f826-447e-945a-80ebe22dcece/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T13:41:30Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T13:41:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_fa321ff6-0938-402e-ad7a-baf24763fadb', '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/6eb37321-f826-447e-945a-80ebe22dcece', 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_fa321ff6-0938-402e-ad7a-baf24763fadb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_fa321ff6-0938-402e-ad7a-baf24763fadb', 'created': u'2018-08-18T13:41:26Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T13:41:26Z', 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/6eb37321-f826-447e-945a-80ebe22dcece', 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_fa321ff6-0938-402e-ad7a-baf24763fadb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 13:41:30,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 13:41:30,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_fa321ff6-0938-402e-ad7a-baf24763fadb", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 13:41:31,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76f53865-d945-4719-86af-d613b8d3ee3c x-compute-request-id: req-76f53865-d945-4719-86af-d613b8d3ee3c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_fa321ff6-0938-402e-ad7a-baf24763fadb", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e667a1c6-608a-438d-b23a-1b330b2f12de", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e667a1c6-608a-438d-b23a-1b330b2f12de", "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": "e667a1c6-608a-438d-b23a-1b330b2f12de"}} 2018-08-18 13:41:31,888 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-76f53865-d945-4719-86af-d613b8d3ee3c 2018-08-18 13:41:31,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 1.02977895737s 2018-08-18 13:41:31,888 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-76f53865-d945-4719-86af-d613b8d3ee3c 2018-08-18 13:41:31,889 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_fa321ff6-0938-402e-ad7a-baf24763fadb', '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'b6ce1aa05c2a45e9b662247aa24b2526', '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'e667a1c6-608a-438d-b23a-1b330b2f12de', 'swap': 0}) 2018-08-18 13:41:31,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 13:41:31,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/e667a1c6-608a-438d-b23a-1b330b2f12de/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" -d '{"extra_specs": {}}' 2018-08-18 13:41:32,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aeccc9e0-5230-4ed7-84b2-f94dc945fb4c x-compute-request-id: req-aeccc9e0-5230-4ed7-84b2-f94dc945fb4c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 13:41:32,022 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/e667a1c6-608a-438d-b23a-1b330b2f12de/os-extra_specs used request id req-aeccc9e0-5230-4ed7-84b2-f94dc945fb4c 2018-08-18 13:41:32,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.132032871246s 2018-08-18 13:41:32,022 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/e667a1c6-608a-438d-b23a-1b330b2f12de/os-extra_specs used request id req-aeccc9e0-5230-4ed7-84b2-f94dc945fb4c 2018-08-18 13:41:32,138 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 13:41:32,138 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-18 13:41:32,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 13:41:32,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/e1757633-b56b-4a09-a6cd-6cb66767b91c/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" -d '{"subnet_id": "f67f8612-7702-47fb-b7f1-0e2e80ca7853"}' 2018-08-18 13:41:34,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d0ea1436-4650-45b9-bfd3-0b94cb70d0bc Date: Sat, 18 Aug 2018 13:41:34 GMT RESP BODY: {"network_id": "ff08964b-a5ce-4c57-a9f2-7346a031268a", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "subnet_id": "f67f8612-7702-47fb-b7f1-0e2e80ca7853", "subnet_ids": ["f67f8612-7702-47fb-b7f1-0e2e80ca7853"], "port_id": "5c283805-4c0a-451e-8dac-2eef34765519", "id": "e1757633-b56b-4a09-a6cd-6cb66767b91c"} 2018-08-18 13:41:34,844 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/e1757633-b56b-4a09-a6cd-6cb66767b91c/remove_router_interface.json used request id req-d0ea1436-4650-45b9-bfd3-0b94cb70d0bc 2018-08-18 13:41:34,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.7006008625s 2018-08-18 13:41:34,844 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/e1757633-b56b-4a09-a6cd-6cb66767b91c/remove_router_interface.json used request id req-d0ea1436-4650-45b9-bfd3-0b94cb70d0bc returning object e1757633-b56b-4a09-a6cd-6cb66767b91c 2018-08-18 13:41:34,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 13:41:34,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:35,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-0a563ae5-755f-429d-be67-0665e15a88c7 Date: Sat, 18 Aug 2018 13:41:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "66678964-0119-4909-9d6d-e80ca7df7b8b", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:41:16Z", "admin_state_up": true, "updated_at": "2018-08-18T13:41:33Z", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "e1757633-b56b-4a09-a6cd-6cb66767b91c", "name": "vmready1-router_fa321ff6-0938-402e-ad7a-baf24763fadb"}]} 2018-08-18 13:41:35,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-0a563ae5-755f-429d-be67-0665e15a88c7 2018-08-18 13:41:35,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.367769002914s 2018-08-18 13:41:35,213 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-0a563ae5-755f-429d-be67-0665e15a88c7 2018-08-18 13:41:35,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 13:41:35,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/e1757633-b56b-4a09-a6cd-6cb66767b91c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:39,351 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b47f456d-6b19-499b-b017-62af852e206d Content-Length: 0 Date: Sat, 18 Aug 2018 13:41:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:41:39,351 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/e1757633-b56b-4a09-a6cd-6cb66767b91c.json used request id req-b47f456d-6b19-499b-b017-62af852e206d 2018-08-18 13:41:39,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.13671994209s 2018-08-18 13:41:39,351 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/e1757633-b56b-4a09-a6cd-6cb66767b91c.json used request id req-b47f456d-6b19-499b-b017-62af852e206d 2018-08-18 13:41:39,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 13:41:39,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:39,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1326 X-Openstack-Request-Id: req-0d26e669-abb6-4fc9-bdd3-46992497a18f Date: Sat, 18 Aug 2018 13:41:39 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-18T13:35:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"66678964-0119-4909-9d6d-e80ca7df7b8b","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:31Z","ip_version":4},{"updated_at":"2018-08-18T13:41:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f67f8612-7702-47fb-b7f1-0e2e80ca7853","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"b6ce1aa05c2a45e9b662247aa24b2526","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_fa321ff6-0938-402e-ad7a-baf24763fadb","enable_dhcp":true,"segment_id":null,"network_id":"ff08964b-a5ce-4c57-a9f2-7346a031268a","tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:41:14Z","ip_version":4}]} 2018-08-18 13:41:39,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-0d26e669-abb6-4fc9-bdd3-46992497a18f 2018-08-18 13:41:39,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0434999465942s 2018-08-18 13:41:39,396 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-0d26e669-abb6-4fc9-bdd3-46992497a18f 2018-08-18 13:41:39,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 13:41:39,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/f67f8612-7702-47fb-b7f1-0e2e80ca7853.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:41,811 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8be3ab0c-39cd-47b4-bda5-d41f9577122a Date: Sat, 18 Aug 2018 13:41:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:41:41,811 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f67f8612-7702-47fb-b7f1-0e2e80ca7853.json used request id req-8be3ab0c-39cd-47b4-bda5-d41f9577122a 2018-08-18 13:41:41,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.4139289856s 2018-08-18 13:41:41,812 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f67f8612-7702-47fb-b7f1-0e2e80ca7853.json used request id req-8be3ab0c-39cd-47b4-bda5-d41f9577122a 2018-08-18 13:41:41,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:41:41,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:42,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-9adb9ddf-8231-4cc6-aca5-a13f9064fcf8 Date: Sat, 18 Aug 2018 13:41:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ff08964b-a5ce-4c57-a9f2-7346a031268a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":53,"ipv4_address_scope":null,"shared":false,"project_id":"b6ce1aa05c2a45e9b662247aa24b2526","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:41:41Z","qos_policy_id":null,"name":"vmready1-net_fa321ff6-0938-402e-ad7a-baf24763fadb","admin_state_up":true,"tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:41:12Z","provider:network_type":"vxlan"}]} 2018-08-18 13:41:42,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9adb9ddf-8231-4cc6-aca5-a13f9064fcf8 2018-08-18 13:41:42,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.411652088165s 2018-08-18 13:41:42,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9adb9ddf-8231-4cc6-aca5-a13f9064fcf8 2018-08-18 13:41:42,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 13:41:42,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/ff08964b-a5ce-4c57-a9f2-7346a031268a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:43,370 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f941f22f-4b4d-4de6-9bfb-b34b8a28a2ad Date: Sat, 18 Aug 2018 13:41:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:41:43,370 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ff08964b-a5ce-4c57-a9f2-7346a031268a.json used request id req-f941f22f-4b4d-4de6-9bfb-b34b8a28a2ad 2018-08-18 13:41:43,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.1449739933s 2018-08-18 13:41:43,371 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ff08964b-a5ce-4c57-a9f2-7346a031268a.json used request id req-f941f22f-4b4d-4de6-9bfb-b34b8a28a2ad 2018-08-18 13:41:43,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:41:43,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:44,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-9cddd3ed-313a-4878-8607-d337b8093ec9 Date: Sat, 18 Aug 2018 13:41:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:41:30Z", "file": "/v2/images/6eb37321-f826-447e-945a-80ebe22dcece/file", "owner": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "6eb37321-f826-447e-945a-80ebe22dcece", "size": 12716032, "self": "/v2/images/6eb37321-f826-447e-945a-80ebe22dcece", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/6eb37321-f826-447e-945a-80ebe22dcece/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/6eb37321-f826-447e-945a-80ebe22dcece/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_fa321ff6-0938-402e-ad7a-baf24763fadb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_fa321ff6-0938-402e-ad7a-baf24763fadb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T13:41:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:41:44,150 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9cddd3ed-313a-4878-8607-d337b8093ec9 2018-08-18 13:41:44,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.776059865952s 2018-08-18 13:41:44,151 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9cddd3ed-313a-4878-8607-d337b8093ec9 2018-08-18 13:41:44,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 13:41:44,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/6eb37321-f826-447e-945a-80ebe22dcece -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:45,920 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b0c01f73-84d7-4ed5-bd89-56e7cee85d75 Date: Sat, 18 Aug 2018 13:41: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-18 13:41:45,921 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/6eb37321-f826-447e-945a-80ebe22dcece used request id req-b0c01f73-84d7-4ed5-bd89-56e7cee85d75 2018-08-18 13:41:45,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.76812791824s 2018-08-18 13:41:45,921 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/6eb37321-f826-447e-945a-80ebe22dcece used request id req-b0c01f73-84d7-4ed5-bd89-56e7cee85d75 2018-08-18 13:41:45,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 13:41:45,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:46,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41: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-d0629de2-bd48-4286-9f00-2429c7f61971 x-compute-request-id: req-d0629de2-bd48-4286-9f00-2429c7f61971 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_fa321ff6-0938-402e-ad7a-baf24763fadb", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e667a1c6-608a-438d-b23a-1b330b2f12de", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e667a1c6-608a-438d-b23a-1b330b2f12de", "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": "e667a1c6-608a-438d-b23a-1b330b2f12de"}]} 2018-08-18 13:41:46,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-d0629de2-bd48-4286-9f00-2429c7f61971 2018-08-18 13:41:46,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.124895095825s 2018-08-18 13:41:46,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-d0629de2-bd48-4286-9f00-2429c7f61971 2018-08-18 13:41:46,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 13:41:46,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/e667a1c6-608a-438d-b23a-1b330b2f12de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bd864e95e78aea8df1e1d8e71ee134a1a6fae08" 2018-08-18 13:41:46,195 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 13:41:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c3b0ec5-bc1a-4058-b513-9373ffe006b4 x-compute-request-id: req-9c3b0ec5-bc1a-4058-b513-9373ffe006b4 Content-Length: 0 Content-Type: application/json 2018-08-18 13:41:46,195 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e667a1c6-608a-438d-b23a-1b330b2f12de used request id req-9c3b0ec5-bc1a-4058-b513-9373ffe006b4 2018-08-18 13:41:46,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.146235942841s 2018-08-18 13:41:46,195 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e667a1c6-608a-438d-b23a-1b330b2f12de used request id req-9c3b0ec5-bc1a-4058-b513-9373ffe006b4 2018-08-18 13:41:46,248 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-18 13:41:46,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 13:41:46,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 13:41:46,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 13:41:46,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 13:41:46,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 13:41:46,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 13:41:46,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 13:41:46,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 13:41:46,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 13:41:46,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 13:41:46,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 13:41:46,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 13:41:46,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 13:41:46,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 13:41:46,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 13:41:46,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 13:41:46,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 13:41:46,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 13:41:46,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 13:41:46,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 13:41:46,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 13:41:46,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 13:41:46,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:41:46,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45bdcd3a-03ff-416a-a829-303bedd7aa14 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.22:5000/v3/", "rel": "self"}]}} 2018-08-18 13:41:46,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-45bdcd3a-03ff-416a-a829-303bedd7aa14 2018-08-18 13:41:46,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-18 13:41:46,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "453982a82d6c4f49a54d15422c9d7289", "name": "admin"}, {"id": "2581800b0a564354b3d06f8a0920c255", "name": "member"}, {"id": "a2c60b5892064136b55f1633540ccc55", "name": "reader"}], "expires_at": "2018-08-18T14:41:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6ce1aa05c2a45e9b662247aa24b2526", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d40b28aca5346688fe6bc5e8637e176"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aff7b64bed1c4c0398e19ba862cb305d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bda98933533343fe99a20e6b3e0a78e9"}], "type": "placement", "id": "08698b2897544526a00ad39190b50244", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acdb7d40c4c9412ab73424b689499995"}, {"url": "http://172.30.9.22:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd2659f96d2140afbc6da4a34c421c88"}, {"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f89ca21ef47c438d8b5c5ebf00fe0ced"}], "type": "volumev3", "id": "1133d4c3bb0742ea89dc03581ecd8815", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fc3e825173c4b9b8c2fa9012cec6fb0"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59921819ec87401395f40e88f605b032"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e21b9e6e2fa844789599b1e5c53dae81"}], "type": "image", "id": "12e09d4ce9894a17a73a2aa5f8383ba5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22af945ce8f24924aed22762e16a68b5"}, {"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "45188dd08bad4ae3af2ee3541fcf6ed9"}, {"url": "http://172.30.9.22:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf5c0e7a629d4dfeaaff326358e54c70"}], "type": "volumev2", "id": "538948915e9e46c599d3d21a74490e7d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5178c7654f6747d4a633d90529772caf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62bf458a89ff47c6abee07395cee27a8"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6320d4fac65c46d4bbe02790fc1d2071"}], "type": "compute", "id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723d413ee0ed4654b925cf960aa73080"}, {"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89a7042a6c3646da87b21b591ea52b33"}, {"url": "http://172.30.9.22:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d23df57f456b4d4bac534e6ba9517e9c"}], "type": "volume", "id": "6c190e8b9bf74e969c79d21538288b54", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad8e22faa96487b9cae96d9a46c4081"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9371e4b3fc8f4c47a0e9460501a45be1"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96d8e73a2fb04e7399e9870f74a43bc4"}], "type": "metric", "id": "7ace387374024be897d40f9f9a2566ea", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "655b9e23ac634c9ca42399d469168cc7"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d78b18825ec7464d8d411ed941634a31"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f14cf835ec9942d8b6e707a97dfef747"}], "type": "orchestration", "id": "8a03a498f5ee4afa9e27015759971c90", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a20da9d80844f5dbcd9bb5a4d0cadaa"}, {"url": "http://12.0.0.21:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34fcf44b529d495aaa8db12d0242a414"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0a288fb6b7c490e8b785e2d3c16d175"}], "type": "object-store", "id": "92a3517452b04f5fa26760329abdca48", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12496eccfef24ff19289d12b0ac537c3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "523650605a4a491dbb05b05ac91562a8"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2501d389b14e2083c738cfeb1a2ba5"}], "type": "alarming", "id": "9456caee1fdb4362ac77b55a1e16d975", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bccf6dbe2874e23b05ab419bc6d9b12"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67752aeffcae418ba77a295bebd68f1b"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79f9fa80cc4445d951c17fc029872b8"}], "type": "event", "id": "ac73e5f05e7249acb6f6ec6e373c96f7", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "b1bd1d9fcb4a43618729b90e769402d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f69ac3168ec483c8ef3f4949e053d47"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8973ffa2d9f44ec69ba372463755b645"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c39d0599bff94fea95a025f2cdf74ce0"}], "type": "identity", "id": "da33281a22174aa58a01ba5dda8b02cb", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4c9fcc3c834ac292f20efe3711c99b"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a912906504b479789c186f1fcc82dc2"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bfd747ae21a4e829531703107cdd1ae"}], "type": "network", "id": "dcc689a58fb84179bfc69663f81caf80", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "525ed5880b774bb29a8491da3cbdee7a"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5366a06a612a4591ba56fa1239e5d5e1"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ed950a0e5fe41c0adaf3ff55a0311e5"}], "type": "cloudformation", "id": "e6f138c157464a27930b8dc10aa58992", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f52a835c15b34579a8516e69a8f80135"}, "audit_ids": ["zh8F8IczSt-OkmmEbIPp0g"], "issued_at": "2018-08-18T13:41:46.000000Z"}} 2018-08-18 13:41:46,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:41:46,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:41:47,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-5d239489-da74-409a-a4d1-3f848ffca139 Date: Sat, 18 Aug 2018 13:41:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"}]} 2018-08-18 13:41:47,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5d239489-da74-409a-a4d1-3f848ffca139 2018-08-18 13:41:47,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.348165035248s 2018-08-18 13:41:47,035 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5d239489-da74-409a-a4d1-3f848ffca139 2018-08-18 13:41:47,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:41:47,043 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 13:41:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edc06a2f-af7e-4631-92a8-25b0aa5e9be9 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.22:5000/v3/", "rel": "self"}]}]}} 2018-08-18 13:41:47,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-edc06a2f-af7e-4631-92a8-25b0aa5e9be9 2018-08-18 13:41:47,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 13:41:47,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:41:47,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e73d0fb-6b9e-4810-9b24-09acf36dc324 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/89e5481c9c3b44639ca2364c7bae211a"}, "tags": [], "enabled": true, "id": "89e5481c9c3b44639ca2364c7bae211a", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 13:41:47,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-1e73d0fb-6b9e-4810-9b24-09acf36dc324 2018-08-18 13:41:47,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187872171402s 2018-08-18 13:41:47,233 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-1e73d0fb-6b9e-4810-9b24-09acf36dc324 2018-08-18 13:41:47,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 13:41:47,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_092729c5-130f-4e4d-b3ac-bf421f4a606a"}}' 2018-08-18 13:41:47,580 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 13:41:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71ea10ea-a0d8-4d78-81f6-8d7b73bfafdb 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.22:5000/v3/projects/1652074503ef4a588a95aea0976f9147"}, "tags": [], "enabled": true, "id": "1652074503ef4a588a95aea0976f9147", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_092729c5-130f-4e4d-b3ac-bf421f4a606a"}} 2018-08-18 13:41:47,580 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-71ea10ea-a0d8-4d78-81f6-8d7b73bfafdb 2018-08-18 13:41:47,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.340379953384s 2018-08-18 13:41:47,580 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-71ea10ea-a0d8-4d78-81f6-8d7b73bfafdb 2018-08-18 13:41:47,581 - 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'1652074503ef4a588a95aea0976f9147', '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_092729c5-130f-4e4d-b3ac-bf421f4a606a'}) 2018-08-18 13:41:47,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 13:41:47,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "85f0bf0b-f83e-430c-b916-2ac73a20e9e5", "email": null, "name": "vmready2-user_092729c5-130f-4e4d-b3ac-bf421f4a606a"}}' 2018-08-18 13:41:48,160 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 13:41:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2025542-26e2-46e5-815a-593868bbfb35 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_092729c5-130f-4e4d-b3ac-bf421f4a606a", "links": {"self": "http://172.30.9.22:5000/v3/users/c550ef09066f4d499e838bd8150a88ce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c550ef09066f4d499e838bd8150a88ce", "domain_id": "default", "password_expires_at": null}} 2018-08-18 13:41:48,160 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-a2025542-26e2-46e5-815a-593868bbfb35 2018-08-18 13:41:48,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.573496103287s 2018-08-18 13:41:48,160 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-a2025542-26e2-46e5-815a-593868bbfb35 2018-08-18 13:41:48,161 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c550ef09066f4d499e838bd8150a88ce', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_092729c5-130f-4e4d-b3ac-bf421f4a606a'}) 2018-08-18 13:41:48,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 13:41:48,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:41:48,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ba20311-09a1-41db-85bf-8fb5e576d8f5 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2581800b0a564354b3d06f8a0920c255", "links": {"self": "http://172.30.9.22:5000/v3/roles/2581800b0a564354b3d06f8a0920c255"}, "name": "member"}, {"domain_id": null, "id": "260f8846ed93403eb14da041231fdcc6", "links": {"self": "http://172.30.9.22:5000/v3/roles/260f8846ed93403eb14da041231fdcc6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "453982a82d6c4f49a54d15422c9d7289", "links": {"self": "http://172.30.9.22:5000/v3/roles/453982a82d6c4f49a54d15422c9d7289"}, "name": "admin"}, {"domain_id": null, "id": "626ee33fa560448994618455d63bf87c", "links": {"self": "http://172.30.9.22:5000/v3/roles/626ee33fa560448994618455d63bf87c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2c60b5892064136b55f1633540ccc55", "links": {"self": "http://172.30.9.22:5000/v3/roles/a2c60b5892064136b55f1633540ccc55"}, "name": "reader"}, {"domain_id": null, "id": "eb7a661fff41498689cad989613b4fe9", "links": {"self": "http://172.30.9.22:5000/v3/roles/eb7a661fff41498689cad989613b4fe9"}, "name": "swiftoperator"}]} 2018-08-18 13:41:48,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7ba20311-09a1-41db-85bf-8fb5e576d8f5 2018-08-18 13:41:48,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178277015686s 2018-08-18 13:41:48,343 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7ba20311-09a1-41db-85bf-8fb5e576d8f5 2018-08-18 13:41:48,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 13:41:48,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:41:48,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a61febf-6e42-48ff-9b7f-42d0c6aab22d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2581800b0a564354b3d06f8a0920c255", "links": {"self": "http://172.30.9.22:5000/v3/roles/2581800b0a564354b3d06f8a0920c255"}, "name": "member"}, {"domain_id": null, "id": "260f8846ed93403eb14da041231fdcc6", "links": {"self": "http://172.30.9.22:5000/v3/roles/260f8846ed93403eb14da041231fdcc6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "453982a82d6c4f49a54d15422c9d7289", "links": {"self": "http://172.30.9.22:5000/v3/roles/453982a82d6c4f49a54d15422c9d7289"}, "name": "admin"}, {"domain_id": null, "id": "626ee33fa560448994618455d63bf87c", "links": {"self": "http://172.30.9.22:5000/v3/roles/626ee33fa560448994618455d63bf87c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2c60b5892064136b55f1633540ccc55", "links": {"self": "http://172.30.9.22:5000/v3/roles/a2c60b5892064136b55f1633540ccc55"}, "name": "reader"}, {"domain_id": null, "id": "eb7a661fff41498689cad989613b4fe9", "links": {"self": "http://172.30.9.22:5000/v3/roles/eb7a661fff41498689cad989613b4fe9"}, "name": "swiftoperator"}]} 2018-08-18 13:41:48,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3a61febf-6e42-48ff-9b7f-42d0c6aab22d 2018-08-18 13:41:48,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.253715991974s 2018-08-18 13:41:48,602 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3a61febf-6e42-48ff-9b7f-42d0c6aab22d 2018-08-18 13:41:48,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 13:41:48,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:41:48,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12719b23-596d-4c10-b587-87ad01ab3073 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2581800b0a564354b3d06f8a0920c255", "links": {"self": "http://172.30.9.22:5000/v3/roles/2581800b0a564354b3d06f8a0920c255"}, "name": "member"}, {"domain_id": null, "id": "260f8846ed93403eb14da041231fdcc6", "links": {"self": "http://172.30.9.22:5000/v3/roles/260f8846ed93403eb14da041231fdcc6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "453982a82d6c4f49a54d15422c9d7289", "links": {"self": "http://172.30.9.22:5000/v3/roles/453982a82d6c4f49a54d15422c9d7289"}, "name": "admin"}, {"domain_id": null, "id": "626ee33fa560448994618455d63bf87c", "links": {"self": "http://172.30.9.22:5000/v3/roles/626ee33fa560448994618455d63bf87c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2c60b5892064136b55f1633540ccc55", "links": {"self": "http://172.30.9.22:5000/v3/roles/a2c60b5892064136b55f1633540ccc55"}, "name": "reader"}, {"domain_id": null, "id": "eb7a661fff41498689cad989613b4fe9", "links": {"self": "http://172.30.9.22:5000/v3/roles/eb7a661fff41498689cad989613b4fe9"}, "name": "swiftoperator"}]} 2018-08-18 13:41:48,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-12719b23-596d-4c10-b587-87ad01ab3073 2018-08-18 13:41:48,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188500881195s 2018-08-18 13:41:48,796 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-12719b23-596d-4c10-b587-87ad01ab3073 2018-08-18 13:41:48,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 13:41:48,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:41:49,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a989c30e-c10c-4d4e-828c-f7c7ae49ff8f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 13:41:49,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-a989c30e-c10c-4d4e-828c-f7c7ae49ff8f 2018-08-18 13:41:49,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.205626964569s 2018-08-18 13:41:49,006 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-a989c30e-c10c-4d4e-828c-f7c7ae49ff8f 2018-08-18 13:41:49,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 13:41:49,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:41:49,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84500f69-292a-4cd9-8a2a-ef010c987476 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/026e2d7150dc44bca67399dff42580ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "026e2d7150dc44bca67399dff42580ef", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/22285bf24dec40198ccc535e3b822ede"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22285bf24dec40198ccc535e3b822ede", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3937444556d14f99a65959276f3a7f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3937444556d14f99a65959276f3a7f99", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/49d4ca01c397420593bf89aae3634a27"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49d4ca01c397420593bf89aae3634a27", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/525ecc7269014f3ab145e44305b152bc"}, "domain_id": "89e5481c9c3b44639ca2364c7bae211a", "enabled": true, "options": {}, "id": "525ecc7269014f3ab145e44305b152bc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/5ef1416ec6e6424c934e1716695380e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef1416ec6e6424c934e1716695380e8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/604402df99a64b8690b942620e874981"}, "domain_id": "default", "enabled": true, "options": {}, "id": "604402df99a64b8690b942620e874981", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/890d7d7293b4468287ea8a21c4c1afa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "890d7d7293b4468287ea8a21c4c1afa2", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/9026aaf5de2f4c7cb771c749da62f61b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9026aaf5de2f4c7cb771c749da62f61b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/9fa09f85c2654392807e556d58c36f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fa09f85c2654392807e556d58c36f75", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/a2972bdd8f804b8c97f2b1d1ba659726"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2972bdd8f804b8c97f2b1d1ba659726", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_092729c5-130f-4e4d-b3ac-bf421f4a606a", "links": {"self": "http://172.30.9.22:5000/v3/users/c550ef09066f4d499e838bd8150a88ce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c550ef09066f4d499e838bd8150a88ce", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/d2301c9c146b43a99e83749ea88371fa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2301c9c146b43a99e83749ea88371fa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d28c01f22f934222b719b7c2e3550d41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28c01f22f934222b719b7c2e3550d41", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/f52a835c15b34579a8516e69a8f80135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f52a835c15b34579a8516e69a8f80135", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-18 13:41:49,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-84500f69-292a-4cd9-8a2a-ef010c987476 2018-08-18 13:41:49,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.170915126801s 2018-08-18 13:41:49,178 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-84500f69-292a-4cd9-8a2a-ef010c987476 2018-08-18 13:41:49,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 13:41:49,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:41:49,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-620c1abe-b060-447c-9c10-26ce12e944e5 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/b6ce1aa05c2a45e9b662247aa24b2526"}, "tags": [], "enabled": true, "id": "b6ce1aa05c2a45e9b662247aa24b2526", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, "tags": [], "enabled": true, "id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/1652074503ef4a588a95aea0976f9147"}, "tags": [], "enabled": true, "id": "1652074503ef4a588a95aea0976f9147", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_092729c5-130f-4e4d-b3ac-bf421f4a606a"}]} 2018-08-18 13:41:49,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-620c1abe-b060-447c-9c10-26ce12e944e5 2018-08-18 13:41:49,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.207214832306s 2018-08-18 13:41:49,397 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-620c1abe-b060-447c-9c10-26ce12e944e5 2018-08-18 13:41:49,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 13:41:49,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=c550ef09066f4d499e838bd8150a88ce&role.id=2581800b0a564354b3d06f8a0920c255&scope.project.id=1652074503ef4a588a95aea0976f9147" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:41:49,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc2c755a-ecfc-45c6-a7c2-5c6a4e803f88 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=c550ef09066f4d499e838bd8150a88ce&role.id=2581800b0a564354b3d06f8a0920c255&scope.project.id=1652074503ef4a588a95aea0976f9147", "previous": null, "next": null}} 2018-08-18 13:41:49,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=c550ef09066f4d499e838bd8150a88ce&role.id=2581800b0a564354b3d06f8a0920c255&scope.project.id=1652074503ef4a588a95aea0976f9147 used request id req-bc2c755a-ecfc-45c6-a7c2-5c6a4e803f88 2018-08-18 13:41:49,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.179555892944s 2018-08-18 13:41:49,585 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=c550ef09066f4d499e838bd8150a88ce&role.id=2581800b0a564354b3d06f8a0920c255&scope.project.id=1652074503ef4a588a95aea0976f9147 used request id req-bc2c755a-ecfc-45c6-a7c2-5c6a4e803f88 2018-08-18 13:41:49,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 13:41:49,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/1652074503ef4a588a95aea0976f9147/users/c550ef09066f4d499e838bd8150a88ce/roles/2581800b0a564354b3d06f8a0920c255 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:41:49,823 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 13:41:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbe2937f-e9dd-4892-ac9c-02088c7835ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 13:41:49,823 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1652074503ef4a588a95aea0976f9147/users/c550ef09066f4d499e838bd8150a88ce/roles/2581800b0a564354b3d06f8a0920c255 used request id req-fbe2937f-e9dd-4892-ac9c-02088c7835ad 2018-08-18 13:41:49,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.234975814819s 2018-08-18 13:41:49,823 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1652074503ef4a588a95aea0976f9147/users/c550ef09066f4d499e838bd8150a88ce/roles/2581800b0a564354b3d06f8a0920c255 used request id req-fbe2937f-e9dd-4892-ac9c-02088c7835ad 2018-08-18 13:41:49,824 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_092729c5-130f-4e4d-b3ac-bf421f4a606a', 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'1652074503ef4a588a95aea0976f9147', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '85f0bf0b-f83e-430c-b916-2ac73a20e9e5', 'username': u'vmready2-user_092729c5-130f-4e4d-b3ac-bf421f4a606a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22: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-18 13:41:49,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 13:41:49,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 13:41:49,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 13:41:49,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 13:41:49,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 13:41:49,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 13:41:49,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 13:41:49,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 13:41:49,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 13:41:49,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 13:41:49,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 13:41:49,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 13:41:49,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 13:41:49,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 13:41:49,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 13:41:49,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 13:41:49,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 13:41:49,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 13:41:49,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 13:41:49,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 13:41:49,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 13:41:49,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 13:41:49,829 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_092729c5-130f-4e4d-b3ac-bf421f4a606a', 'password': '85f0bf0b-f83e-430c-b916-2ac73a20e9e5', 'project_name': 'vmready2-project_092729c5-130f-4e4d-b3ac-bf421f4a606a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '1652074503ef4a588a95aea0976f9147', 'project_domain_name': 'Default'} 2018-08-18 13:41:49,829 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-18 13:41:49,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:41:49,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:41:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-611f0c0e-ec51-4169-a7c8-1c4c61ad5a01 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.22:5000/v3/", "rel": "self"}]}} 2018-08-18 13:41:49,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-611f0c0e-ec51-4169-a7c8-1c4c61ad5a01 2018-08-18 13:41:49,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-18 13:41:50,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2581800b0a564354b3d06f8a0920c255", "name": "member"}, {"id": "a2c60b5892064136b55f1633540ccc55", "name": "reader"}], "expires_at": "2018-08-18T14:41:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1652074503ef4a588a95aea0976f9147", "name": "vmready2-project_092729c5-130f-4e4d-b3ac-bf421f4a606a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d40b28aca5346688fe6bc5e8637e176"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aff7b64bed1c4c0398e19ba862cb305d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bda98933533343fe99a20e6b3e0a78e9"}], "type": "placement", "id": "08698b2897544526a00ad39190b50244", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/1652074503ef4a588a95aea0976f9147", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acdb7d40c4c9412ab73424b689499995"}, {"url": "http://172.30.9.22:8776/v3/1652074503ef4a588a95aea0976f9147", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd2659f96d2140afbc6da4a34c421c88"}, {"url": "http://192.30.9.4:8776/v3/1652074503ef4a588a95aea0976f9147", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f89ca21ef47c438d8b5c5ebf00fe0ced"}], "type": "volumev3", "id": "1133d4c3bb0742ea89dc03581ecd8815", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fc3e825173c4b9b8c2fa9012cec6fb0"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59921819ec87401395f40e88f605b032"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e21b9e6e2fa844789599b1e5c53dae81"}], "type": "image", "id": "12e09d4ce9894a17a73a2aa5f8383ba5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1652074503ef4a588a95aea0976f9147", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22af945ce8f24924aed22762e16a68b5"}, {"url": "http://192.30.9.4:8776/v2/1652074503ef4a588a95aea0976f9147", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "45188dd08bad4ae3af2ee3541fcf6ed9"}, {"url": "http://172.30.9.22:8776/v2/1652074503ef4a588a95aea0976f9147", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf5c0e7a629d4dfeaaff326358e54c70"}], "type": "volumev2", "id": "538948915e9e46c599d3d21a74490e7d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5178c7654f6747d4a633d90529772caf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62bf458a89ff47c6abee07395cee27a8"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6320d4fac65c46d4bbe02790fc1d2071"}], "type": "compute", "id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/1652074503ef4a588a95aea0976f9147", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723d413ee0ed4654b925cf960aa73080"}, {"url": "http://192.30.9.4:8776/v1/1652074503ef4a588a95aea0976f9147", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89a7042a6c3646da87b21b591ea52b33"}, {"url": "http://172.30.9.22:8776/v1/1652074503ef4a588a95aea0976f9147", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d23df57f456b4d4bac534e6ba9517e9c"}], "type": "volume", "id": "6c190e8b9bf74e969c79d21538288b54", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad8e22faa96487b9cae96d9a46c4081"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9371e4b3fc8f4c47a0e9460501a45be1"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96d8e73a2fb04e7399e9870f74a43bc4"}], "type": "metric", "id": "7ace387374024be897d40f9f9a2566ea", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1652074503ef4a588a95aea0976f9147", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "655b9e23ac634c9ca42399d469168cc7"}, {"url": "http://192.30.9.4:8004/v1/1652074503ef4a588a95aea0976f9147", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d78b18825ec7464d8d411ed941634a31"}, {"url": "http://192.30.9.4:8004/v1/1652074503ef4a588a95aea0976f9147", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f14cf835ec9942d8b6e707a97dfef747"}], "type": "orchestration", "id": "8a03a498f5ee4afa9e27015759971c90", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1652074503ef4a588a95aea0976f9147", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a20da9d80844f5dbcd9bb5a4d0cadaa"}, {"url": "http://12.0.0.21:8080/v1/AUTH_1652074503ef4a588a95aea0976f9147", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34fcf44b529d495aaa8db12d0242a414"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0a288fb6b7c490e8b785e2d3c16d175"}], "type": "object-store", "id": "92a3517452b04f5fa26760329abdca48", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12496eccfef24ff19289d12b0ac537c3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "523650605a4a491dbb05b05ac91562a8"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2501d389b14e2083c738cfeb1a2ba5"}], "type": "alarming", "id": "9456caee1fdb4362ac77b55a1e16d975", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bccf6dbe2874e23b05ab419bc6d9b12"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67752aeffcae418ba77a295bebd68f1b"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79f9fa80cc4445d951c17fc029872b8"}], "type": "event", "id": "ac73e5f05e7249acb6f6ec6e373c96f7", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "b1bd1d9fcb4a43618729b90e769402d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f69ac3168ec483c8ef3f4949e053d47"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8973ffa2d9f44ec69ba372463755b645"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c39d0599bff94fea95a025f2cdf74ce0"}], "type": "identity", "id": "da33281a22174aa58a01ba5dda8b02cb", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4c9fcc3c834ac292f20efe3711c99b"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a912906504b479789c186f1fcc82dc2"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bfd747ae21a4e829531703107cdd1ae"}], "type": "network", "id": "dcc689a58fb84179bfc69663f81caf80", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "525ed5880b774bb29a8491da3cbdee7a"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5366a06a612a4591ba56fa1239e5d5e1"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ed950a0e5fe41c0adaf3ff55a0311e5"}], "type": "cloudformation", "id": "e6f138c157464a27930b8dc10aa58992", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_092729c5-130f-4e4d-b3ac-bf421f4a606a", "id": "c550ef09066f4d499e838bd8150a88ce"}, "audit_ids": ["6_US7RWcRmqmsbtbNB7MBQ"], "issued_at": "2018-08-18T13:41:50.000000Z"}} 2018-08-18 13:41:50,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 13:41:50,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" -d '{"network": {"name": "vmready2-net_092729c5-130f-4e4d-b3ac-bf421f4a606a", "admin_state_up": true}}' 2018-08-18 13:41:50,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-80249ee1-d175-46bf-b788-0e6e1da90080 Date: Sat, 18 Aug 2018 13:41:50 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"d418a847-4987-44a3-9d82-d190a1fe2a8a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1652074503ef4a588a95aea0976f9147","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:41:50Z","is_default":false,"name":"vmready2-net_092729c5-130f-4e4d-b3ac-bf421f4a606a","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1652074503ef4a588a95aea0976f9147","created_at":"2018-08-18T13:41:50Z","mtu":1450}} 2018-08-18 13:41:50,853 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-80249ee1-d175-46bf-b788-0e6e1da90080 2018-08-18 13:41:50,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.630148887634s 2018-08-18 13:41:50,853 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-80249ee1-d175-46bf-b788-0e6e1da90080 2018-08-18 13:41:50,854 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-18T13:41:50Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'd418a847-4987-44a3-9d82-d190a1fe2a8a', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_092729c5-130f-4e4d-b3ac-bf421f4a606a', u'admin_state_up': True, u'tenant_id': u'1652074503ef4a588a95aea0976f9147', u'created_at': u'2018-08-18T13:41:50Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1652074503ef4a588a95aea0976f9147', u'l2_adjacency': True}) 2018-08-18 13:41:50,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:41:50,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" 2018-08-18 13:41:52,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1229 X-Openstack-Request-Id: req-94872571-a751-4a36-96ee-993f14863501 Date: Sat, 18 Aug 2018 13:41:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"d418a847-4987-44a3-9d82-d190a1fe2a8a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1652074503ef4a588a95aea0976f9147","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:41:50Z","qos_policy_id":null,"name":"vmready2-net_092729c5-130f-4e4d-b3ac-bf421f4a606a","admin_state_up":true,"tenant_id":"1652074503ef4a588a95aea0976f9147","created_at":"2018-08-18T13:41:50Z","mtu":1450}]} 2018-08-18 13:41:52,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-94872571-a751-4a36-96ee-993f14863501 2018-08-18 13:41:52,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.2623770237s 2018-08-18 13:41:52,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-94872571-a751-4a36-96ee-993f14863501 2018-08-18 13:41:52,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 13:41:52,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" -d '{"subnet": {"name": "vmready2-subnet_092729c5-130f-4e4d-b3ac-bf421f4a606a", "enable_dhcp": true, "network_id": "d418a847-4987-44a3-9d82-d190a1fe2a8a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 13:41:53,691 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cbbab9fb-6b22-400f-bf9b-4fb4fd70ea8e Date: Sat, 18 Aug 2018 13:41:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d418a847-4987-44a3-9d82-d190a1fe2a8a","tenant_id":"1652074503ef4a588a95aea0976f9147","created_at":"2018-08-18T13:41:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T13:41: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":"1652074503ef4a588a95aea0976f9147","id":"5a2a301c-e44f-4922-bef8-7ea9c82ab36d","subnetpool_id":null,"name":"vmready2-subnet_092729c5-130f-4e4d-b3ac-bf421f4a606a"}} 2018-08-18 13:41:53,691 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-cbbab9fb-6b22-400f-bf9b-4fb4fd70ea8e 2018-08-18 13:41:53,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.57256817818s 2018-08-18 13:41:53,692 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-cbbab9fb-6b22-400f-bf9b-4fb4fd70ea8e 2018-08-18 13:41:53,692 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T13:41: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'5a2a301c-e44f-4922-bef8-7ea9c82ab36d', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_092729c5-130f-4e4d-b3ac-bf421f4a606a', u'enable_dhcp': True, u'network_id': u'd418a847-4987-44a3-9d82-d190a1fe2a8a', u'tenant_id': u'1652074503ef4a588a95aea0976f9147', u'created_at': u'2018-08-18T13:41: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'1652074503ef4a588a95aea0976f9147'}) 2018-08-18 13:41:53,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 13:41:53,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" -d '{"router": {"external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9"}, "name": "vmready2-router_092729c5-130f-4e4d-b3ac-bf421f4a606a", "admin_state_up": true}}' 2018-08-18 13:42:00,328 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d7fa5e3a-093e-4cfa-8931-d0fd9033b042 Date: Sat, 18 Aug 2018 13:42:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "66678964-0119-4909-9d6d-e80ca7df7b8b", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1652074503ef4a588a95aea0976f9147", "created_at": "2018-08-18T13:41:54Z", "admin_state_up": true, "updated_at": "2018-08-18T13:41:55Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "1652074503ef4a588a95aea0976f9147", "id": "2c945e2b-ec96-45b5-9eec-38a0b577f18f", "name": "vmready2-router_092729c5-130f-4e4d-b3ac-bf421f4a606a"}} 2018-08-18 13:42:00,328 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d7fa5e3a-093e-4cfa-8931-d0fd9033b042 2018-08-18 13:42:00,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.63560390472s 2018-08-18 13:42:00,329 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d7fa5e3a-093e-4cfa-8931-d0fd9033b042 2018-08-18 13:42:00,329 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T13:41:55Z', u'revision_number': 3, u'id': u'2c945e2b-ec96-45b5-9eec-38a0b577f18f', u'external_gateway_info': {u'network_id': u'1ef07fb9-d683-46ee-95cb-f6b096b4cbe9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'66678964-0119-4909-9d6d-e80ca7df7b8b', u'ip_address': u'172.30.9.206'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-router_092729c5-130f-4e4d-b3ac-bf421f4a606a', u'admin_state_up': True, u'tenant_id': u'1652074503ef4a588a95aea0976f9147', u'created_at': u'2018-08-18T13:41:54Z', u'flavor_id': None, u'routes': [], u'project_id': u'1652074503ef4a588a95aea0976f9147'}) 2018-08-18 13:42:00,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 13:42:00,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/2c945e2b-ec96-45b5-9eec-38a0b577f18f/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" -d '{"subnet_id": "5a2a301c-e44f-4922-bef8-7ea9c82ab36d"}' 2018-08-18 13:42:03,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3395b04d-c3a3-47d5-ade5-f636afe21f2b Date: Sat, 18 Aug 2018 13:42:03 GMT RESP BODY: {"network_id": "d418a847-4987-44a3-9d82-d190a1fe2a8a", "tenant_id": "1652074503ef4a588a95aea0976f9147", "subnet_id": "5a2a301c-e44f-4922-bef8-7ea9c82ab36d", "subnet_ids": ["5a2a301c-e44f-4922-bef8-7ea9c82ab36d"], "port_id": "c465a22a-5acf-4035-89bd-1c162f2b1050", "id": "2c945e2b-ec96-45b5-9eec-38a0b577f18f"} 2018-08-18 13:42:03,338 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/2c945e2b-ec96-45b5-9eec-38a0b577f18f/add_router_interface.json used request id req-3395b04d-c3a3-47d5-ade5-f636afe21f2b 2018-08-18 13:42:03,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.00873208046s 2018-08-18 13:42:03,339 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/2c945e2b-ec96-45b5-9eec-38a0b577f18f/add_router_interface.json used request id req-3395b04d-c3a3-47d5-ade5-f636afe21f2b returning object 2c945e2b-ec96-45b5-9eec-38a0b577f18f 2018-08-18 13:42:03,339 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 13:42:03,471 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 13:42:03,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:42:03,478 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 13:42:03 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-18 13:42:03,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:42:03,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" 2018-08-18 13:42:04,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-74fdda5d-b8ff-4fda-aa7a-1711ccd197ae Date: Sat, 18 Aug 2018 13:42:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:42:04,276 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-74fdda5d-b8ff-4fda-aa7a-1711ccd197ae 2018-08-18 13:42:04,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.793556928635s 2018-08-18 13:42:04,276 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-74fdda5d-b8ff-4fda-aa7a-1711ccd197ae 2018-08-18 13:42:04,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 13:42:04,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_092729c5-130f-4e4d-b3ac-bf421f4a606a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_092729c5-130f-4e4d-b3ac-bf421f4a606a"}' 2018-08-18 13:42:05,218 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c0552a4b-a3ed-4eec-88b3-d738283a9e2e Date: Sat, 18 Aug 2018 13:42:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:42:05Z", "file": "/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf/file", "owner": "1652074503ef4a588a95aea0976f9147", "id": "a502ad7b-0e8a-4495-aa90-64a7151c36bf", "size": null, "self": "/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf", "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_092729c5-130f-4e4d-b3ac-bf421f4a606a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_092729c5-130f-4e4d-b3ac-bf421f4a606a", "checksum": null, "created_at": "2018-08-18T13:42:05Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 13:42:05,218 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-c0552a4b-a3ed-4eec-88b3-d738283a9e2e 2018-08-18 13:42:05,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.933794975281s 2018-08-18 13:42:05,218 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-c0552a4b-a3ed-4eec-88b3-d738283a9e2e returning object a502ad7b-0e8a-4495-aa90-64a7151c36bf 2018-08-18 13:42:05,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 13:42:05,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" -d '' 2018-08-18 13:42:06,497 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8b31f44c-c6c6-41e7-a7c0-93d6b2c2f30b Date: Sat, 18 Aug 2018 13:42:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 13:42:06,497 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf/file used request id req-8b31f44c-c6c6-41e7-a7c0-93d6b2c2f30b 2018-08-18 13:42:06,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.27807211876s 2018-08-18 13:42:06,497 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf/file used request id req-8b31f44c-c6c6-41e7-a7c0-93d6b2c2f30b 2018-08-18 13:42:06,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:42:06,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" 2018-08-18 13:42:06,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-e009c15f-4a15-4490-9bd8-d4b838cf3af5 Date: Sat, 18 Aug 2018 13:42:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:42:06Z", "file": "/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf/file", "owner": "1652074503ef4a588a95aea0976f9147", "id": "a502ad7b-0e8a-4495-aa90-64a7151c36bf", "size": 12716032, "self": "/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_092729c5-130f-4e4d-b3ac-bf421f4a606a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_092729c5-130f-4e4d-b3ac-bf421f4a606a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T13:42:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:42:06,827 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e009c15f-4a15-4490-9bd8-d4b838cf3af5 2018-08-18 13:42:06,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.326111078262s 2018-08-18 13:42:06,828 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e009c15f-4a15-4490-9bd8-d4b838cf3af5 2018-08-18 13:42:06,830 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf/file', 'owner': u'1652074503ef4a588a95aea0976f9147', 'id': u'a502ad7b-0e8a-4495-aa90-64a7151c36bf', 'size': 12716032, u'self': u'/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1652074503ef4a588a95aea0976f9147', 'name': 'vmready2-project_092729c5-130f-4e4d-b3ac-bf421f4a606a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T13:42:06Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T13:42:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_092729c5-130f-4e4d-b3ac-bf421f4a606a', '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/a502ad7b-0e8a-4495-aa90-64a7151c36bf', 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_092729c5-130f-4e4d-b3ac-bf421f4a606a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_092729c5-130f-4e4d-b3ac-bf421f4a606a', 'created': u'2018-08-18T13:42:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T13:42:05Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf', 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_092729c5-130f-4e4d-b3ac-bf421f4a606a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 13:42:06,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 13:42:06,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_092729c5-130f-4e4d-b3ac-bf421f4a606a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 13:42:07,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42: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-0631dc22-23f3-457e-8f5d-7b9d0878ed3c x-compute-request-id: req-0631dc22-23f3-457e-8f5d-7b9d0878ed3c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_092729c5-130f-4e4d-b3ac-bf421f4a606a", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fef74443-39d4-47c7-b9f5-3970d6fb7213", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fef74443-39d4-47c7-b9f5-3970d6fb7213", "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": "fef74443-39d4-47c7-b9f5-3970d6fb7213"}} 2018-08-18 13:42:07,701 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-0631dc22-23f3-457e-8f5d-7b9d0878ed3c 2018-08-18 13:42:07,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.870323896408s 2018-08-18 13:42:07,701 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-0631dc22-23f3-457e-8f5d-7b9d0878ed3c 2018-08-18 13:42:07,702 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_092729c5-130f-4e4d-b3ac-bf421f4a606a', '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'b6ce1aa05c2a45e9b662247aa24b2526', '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'fef74443-39d4-47c7-b9f5-3970d6fb7213', 'swap': 0}) 2018-08-18 13:42:07,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 13:42:07,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/fef74443-39d4-47c7-b9f5-3970d6fb7213/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" -d '{"extra_specs": {}}' 2018-08-18 13:42:07,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02761f97-06fe-4737-a1cd-202cf923a46c x-compute-request-id: req-02761f97-06fe-4737-a1cd-202cf923a46c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 13:42:07,844 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/fef74443-39d4-47c7-b9f5-3970d6fb7213/os-extra_specs used request id req-02761f97-06fe-4737-a1cd-202cf923a46c 2018-08-18 13:42:07,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.140966892242s 2018-08-18 13:42:07,844 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/fef74443-39d4-47c7-b9f5-3970d6fb7213/os-extra_specs used request id req-02761f97-06fe-4737-a1cd-202cf923a46c 2018-08-18 13:42:07,964 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 13:42:07,964 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-18 13:42:07,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 13:42:07,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/2c945e2b-ec96-45b5-9eec-38a0b577f18f/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" -d '{"subnet_id": "5a2a301c-e44f-4922-bef8-7ea9c82ab36d"}' 2018-08-18 13:42:10,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8ac988b3-9ffc-4a96-9dfc-90bc06b7ddf4 Date: Sat, 18 Aug 2018 13:42:10 GMT RESP BODY: {"network_id": "d418a847-4987-44a3-9d82-d190a1fe2a8a", "tenant_id": "1652074503ef4a588a95aea0976f9147", "subnet_id": "5a2a301c-e44f-4922-bef8-7ea9c82ab36d", "subnet_ids": ["5a2a301c-e44f-4922-bef8-7ea9c82ab36d"], "port_id": "c465a22a-5acf-4035-89bd-1c162f2b1050", "id": "2c945e2b-ec96-45b5-9eec-38a0b577f18f"} 2018-08-18 13:42:10,434 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/2c945e2b-ec96-45b5-9eec-38a0b577f18f/remove_router_interface.json used request id req-8ac988b3-9ffc-4a96-9dfc-90bc06b7ddf4 2018-08-18 13:42:10,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.4649951458s 2018-08-18 13:42:10,435 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/2c945e2b-ec96-45b5-9eec-38a0b577f18f/remove_router_interface.json used request id req-8ac988b3-9ffc-4a96-9dfc-90bc06b7ddf4 returning object 2c945e2b-ec96-45b5-9eec-38a0b577f18f 2018-08-18 13:42:10,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 13:42:10,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" 2018-08-18 13:42:10,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-c3310c01-ca12-4959-ae3c-2fabd4c4d800 Date: Sat, 18 Aug 2018 13:42:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "66678964-0119-4909-9d6d-e80ca7df7b8b", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1652074503ef4a588a95aea0976f9147", "created_at": "2018-08-18T13:41:54Z", "admin_state_up": true, "updated_at": "2018-08-18T13:42:09Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "1652074503ef4a588a95aea0976f9147", "id": "2c945e2b-ec96-45b5-9eec-38a0b577f18f", "name": "vmready2-router_092729c5-130f-4e4d-b3ac-bf421f4a606a"}]} 2018-08-18 13:42:10,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-c3310c01-ca12-4959-ae3c-2fabd4c4d800 2018-08-18 13:42:10,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.375035047531s 2018-08-18 13:42:10,811 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-c3310c01-ca12-4959-ae3c-2fabd4c4d800 2018-08-18 13:42:10,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 13:42:10,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/2c945e2b-ec96-45b5-9eec-38a0b577f18f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" 2018-08-18 13:42:15,190 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a92d7af9-fd78-4dc9-b77d-7b8fda3d3e43 Content-Length: 0 Date: Sat, 18 Aug 2018 13:42:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:42:15,190 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/2c945e2b-ec96-45b5-9eec-38a0b577f18f.json used request id req-a92d7af9-fd78-4dc9-b77d-7b8fda3d3e43 2018-08-18 13:42:15,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.37798380852s 2018-08-18 13:42:15,190 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/2c945e2b-ec96-45b5-9eec-38a0b577f18f.json used request id req-a92d7af9-fd78-4dc9-b77d-7b8fda3d3e43 2018-08-18 13:42:15,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 13:42:15,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" 2018-08-18 13:42:16,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-ba8b2ef6-c021-4710-8b69-7741f50276d8 Date: Sat, 18 Aug 2018 13:42:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d418a847-4987-44a3-9d82-d190a1fe2a8a","tenant_id":"1652074503ef4a588a95aea0976f9147","created_at":"2018-08-18T13:41:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T13:41: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":"1652074503ef4a588a95aea0976f9147","id":"5a2a301c-e44f-4922-bef8-7ea9c82ab36d","subnetpool_id":null,"name":"vmready2-subnet_092729c5-130f-4e4d-b3ac-bf421f4a606a"}]} 2018-08-18 13:42:16,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ba8b2ef6-c021-4710-8b69-7741f50276d8 2018-08-18 13:42:16,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.14405584335s 2018-08-18 13:42:16,335 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ba8b2ef6-c021-4710-8b69-7741f50276d8 2018-08-18 13:42:16,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 13:42:16,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/5a2a301c-e44f-4922-bef8-7ea9c82ab36d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" 2018-08-18 13:42:18,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6f78ce91-027a-4ccb-a9f4-3071bb236668 Date: Sat, 18 Aug 2018 13:42:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:42:18,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/5a2a301c-e44f-4922-bef8-7ea9c82ab36d.json used request id req-6f78ce91-027a-4ccb-a9f4-3071bb236668 2018-08-18 13:42:18,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.49598503113s 2018-08-18 13:42:18,833 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/5a2a301c-e44f-4922-bef8-7ea9c82ab36d.json used request id req-6f78ce91-027a-4ccb-a9f4-3071bb236668 2018-08-18 13:42:18,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:42:18,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" 2018-08-18 13:42:18,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-2904ea2f-16b5-42e0-868d-43cd1a909445 Date: Sat, 18 Aug 2018 13:42:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"d418a847-4987-44a3-9d82-d190a1fe2a8a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1652074503ef4a588a95aea0976f9147","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:42:18Z","qos_policy_id":null,"name":"vmready2-net_092729c5-130f-4e4d-b3ac-bf421f4a606a","admin_state_up":true,"tenant_id":"1652074503ef4a588a95aea0976f9147","created_at":"2018-08-18T13:41:50Z","mtu":1450}]} 2018-08-18 13:42:18,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2904ea2f-16b5-42e0-868d-43cd1a909445 2018-08-18 13:42:18,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0989367961884s 2018-08-18 13:42:18,933 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2904ea2f-16b5-42e0-868d-43cd1a909445 2018-08-18 13:42:18,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 13:42:18,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/d418a847-4987-44a3-9d82-d190a1fe2a8a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" 2018-08-18 13:42:20,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-84ac0d77-9bf0-43dd-80fd-3601847a7ae5 Date: Sat, 18 Aug 2018 13:42:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:42:20,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d418a847-4987-44a3-9d82-d190a1fe2a8a.json used request id req-84ac0d77-9bf0-43dd-80fd-3601847a7ae5 2018-08-18 13:42:20,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.67456007004s 2018-08-18 13:42:20,609 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d418a847-4987-44a3-9d82-d190a1fe2a8a.json used request id req-84ac0d77-9bf0-43dd-80fd-3601847a7ae5 2018-08-18 13:42:20,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:42:20,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" 2018-08-18 13:42:20,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-2997023b-5751-4c01-9ddd-0fceced264a2 Date: Sat, 18 Aug 2018 13:42:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:42:06Z", "file": "/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf/file", "owner": "1652074503ef4a588a95aea0976f9147", "id": "a502ad7b-0e8a-4495-aa90-64a7151c36bf", "size": 12716032, "self": "/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_092729c5-130f-4e4d-b3ac-bf421f4a606a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_092729c5-130f-4e4d-b3ac-bf421f4a606a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T13:42:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:42:20,650 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2997023b-5751-4c01-9ddd-0fceced264a2 2018-08-18 13:42:20,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0375020503998s 2018-08-18 13:42:20,651 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2997023b-5751-4c01-9ddd-0fceced264a2 2018-08-18 13:42:20,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 13:42:20,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}edff0f9f58191a71d6ee68af027d40873b561baa" 2018-08-18 13:42:21,999 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5973c914-540d-4d14-9bc9-df4a9710234d Date: Sat, 18 Aug 2018 13:42:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 13:42:21,999 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf used request id req-5973c914-540d-4d14-9bc9-df4a9710234d 2018-08-18 13:42:22,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.34738206863s 2018-08-18 13:42:22,000 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a502ad7b-0e8a-4495-aa90-64a7151c36bf used request id req-5973c914-540d-4d14-9bc9-df4a9710234d 2018-08-18 13:42:22,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 13:42:22,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:42:22,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49b74848-6342-4edf-bb4e-d5398a38ff30 x-compute-request-id: req-49b74848-6342-4edf-bb4e-d5398a38ff30 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_092729c5-130f-4e4d-b3ac-bf421f4a606a", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fef74443-39d4-47c7-b9f5-3970d6fb7213", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fef74443-39d4-47c7-b9f5-3970d6fb7213", "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": "fef74443-39d4-47c7-b9f5-3970d6fb7213"}]} 2018-08-18 13:42:22,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-49b74848-6342-4edf-bb4e-d5398a38ff30 2018-08-18 13:42:22,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0286078453064s 2018-08-18 13:42:22,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-49b74848-6342-4edf-bb4e-d5398a38ff30 2018-08-18 13:42:22,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 13:42:22,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/fef74443-39d4-47c7-b9f5-3970d6fb7213 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:42:22,184 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 13:42:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34f663b1-6e15-4a1e-a409-538820ade2fb x-compute-request-id: req-34f663b1-6e15-4a1e-a409-538820ade2fb Content-Length: 0 Content-Type: application/json 2018-08-18 13:42:22,185 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/fef74443-39d4-47c7-b9f5-3970d6fb7213 used request id req-34f663b1-6e15-4a1e-a409-538820ade2fb 2018-08-18 13:42:22,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.153576850891s 2018-08-18 13:42:22,185 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/fef74443-39d4-47c7-b9f5-3970d6fb7213 used request id req-34f663b1-6e15-4a1e-a409-538820ade2fb 2018-08-18 13:42:22,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 13:42:22,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:42:22,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de9ec7b3-6609-4de2-a1a4-0ec1d8cfa21a Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/026e2d7150dc44bca67399dff42580ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "026e2d7150dc44bca67399dff42580ef", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/22285bf24dec40198ccc535e3b822ede"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22285bf24dec40198ccc535e3b822ede", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3937444556d14f99a65959276f3a7f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3937444556d14f99a65959276f3a7f99", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/49d4ca01c397420593bf89aae3634a27"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49d4ca01c397420593bf89aae3634a27", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/525ecc7269014f3ab145e44305b152bc"}, "domain_id": "89e5481c9c3b44639ca2364c7bae211a", "enabled": true, "options": {}, "id": "525ecc7269014f3ab145e44305b152bc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/5ef1416ec6e6424c934e1716695380e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef1416ec6e6424c934e1716695380e8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/604402df99a64b8690b942620e874981"}, "domain_id": "default", "enabled": true, "options": {}, "id": "604402df99a64b8690b942620e874981", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/890d7d7293b4468287ea8a21c4c1afa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "890d7d7293b4468287ea8a21c4c1afa2", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/9026aaf5de2f4c7cb771c749da62f61b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9026aaf5de2f4c7cb771c749da62f61b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/9fa09f85c2654392807e556d58c36f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fa09f85c2654392807e556d58c36f75", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/a2972bdd8f804b8c97f2b1d1ba659726"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2972bdd8f804b8c97f2b1d1ba659726", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_092729c5-130f-4e4d-b3ac-bf421f4a606a", "links": {"self": "http://172.30.9.22:5000/v3/users/c550ef09066f4d499e838bd8150a88ce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c550ef09066f4d499e838bd8150a88ce", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/d2301c9c146b43a99e83749ea88371fa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2301c9c146b43a99e83749ea88371fa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d28c01f22f934222b719b7c2e3550d41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28c01f22f934222b719b7c2e3550d41", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/f52a835c15b34579a8516e69a8f80135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f52a835c15b34579a8516e69a8f80135", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-18 13:42:22,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-de9ec7b3-6609-4de2-a1a4-0ec1d8cfa21a 2018-08-18 13:42:22,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206382036209s 2018-08-18 13:42:22,392 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-de9ec7b3-6609-4de2-a1a4-0ec1d8cfa21a 2018-08-18 13:42:22,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 13:42:22,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/c550ef09066f4d499e838bd8150a88ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:42:22,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee0ae8b2-0b8d-4a9e-98cf-0e3d6199ad19 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_092729c5-130f-4e4d-b3ac-bf421f4a606a", "links": {"self": "http://172.30.9.22:5000/v3/users/c550ef09066f4d499e838bd8150a88ce"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c550ef09066f4d499e838bd8150a88ce", "description": null}} 2018-08-18 13:42:22,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/c550ef09066f4d499e838bd8150a88ce used request id req-ee0ae8b2-0b8d-4a9e-98cf-0e3d6199ad19 2018-08-18 13:42:22,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.192601919174s 2018-08-18 13:42:22,591 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/c550ef09066f4d499e838bd8150a88ce used request id req-ee0ae8b2-0b8d-4a9e-98cf-0e3d6199ad19 2018-08-18 13:42:22,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 13:42:22,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/c550ef09066f4d499e838bd8150a88ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:42:22,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 13:42:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b795411b-6219-42b2-8bb1-d25930f5d964 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 13:42:22,941 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/c550ef09066f4d499e838bd8150a88ce used request id req-b795411b-6219-42b2-8bb1-d25930f5d964 2018-08-18 13:42:22,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.349186182022s 2018-08-18 13:42:22,941 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/c550ef09066f4d499e838bd8150a88ce used request id req-b795411b-6219-42b2-8bb1-d25930f5d964 2018-08-18 13:42:22,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 13:42:22,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:42:23,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d46d1a00-2a2b-424c-9113-16a25739d021 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/1652074503ef4a588a95aea0976f9147"}, "tags": [], "enabled": true, "id": "1652074503ef4a588a95aea0976f9147", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_092729c5-130f-4e4d-b3ac-bf421f4a606a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, "tags": [], "enabled": true, "id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/b6ce1aa05c2a45e9b662247aa24b2526"}, "tags": [], "enabled": true, "id": "b6ce1aa05c2a45e9b662247aa24b2526", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-18 13:42:23,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-d46d1a00-2a2b-424c-9113-16a25739d021 2018-08-18 13:42:23,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191910982132s 2018-08-18 13:42:23,140 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-d46d1a00-2a2b-424c-9113-16a25739d021 2018-08-18 13:42:23,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 13:42:23,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/1652074503ef4a588a95aea0976f9147 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}884390841e8df09eb06473b62661b374335e6ee4" 2018-08-18 13:42:23,480 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 13:42:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-628b4083-39d1-4030-b5a9-e7171dc2de9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 13:42:23,480 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1652074503ef4a588a95aea0976f9147 used request id req-628b4083-39d1-4030-b5a9-e7171dc2de9b 2018-08-18 13:42:23,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.336045980453s 2018-08-18 13:42:23,480 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1652074503ef4a588a95aea0976f9147 used request id req-628b4083-39d1-4030-b5a9-e7171dc2de9b 2018-08-18 13:42:23,533 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-18 13:42:23,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 13:42:23,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 13:42:23,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 13:42:23,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 13:42:23,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 13:42:23,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 13:42:23,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 13:42:23,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 13:42:23,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 13:42:23,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 13:42:23,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 13:42:23,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 13:42:23,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 13:42:23,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 13:42:23,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 13:42:23,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 13:42:23,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 13:42:23,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 13:42:23,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 13:42:23,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 13:42:23,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 13:42:23,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 13:42:23,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:42:23,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b351233-3f93-4024-9919-28b614ed9fe6 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.22:5000/v3/", "rel": "self"}]}} 2018-08-18 13:42:23,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0b351233-3f93-4024-9919-28b614ed9fe6 2018-08-18 13:42:23,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-18 13:42:24,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "453982a82d6c4f49a54d15422c9d7289", "name": "admin"}, {"id": "2581800b0a564354b3d06f8a0920c255", "name": "member"}, {"id": "a2c60b5892064136b55f1633540ccc55", "name": "reader"}], "expires_at": "2018-08-18T14:42:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6ce1aa05c2a45e9b662247aa24b2526", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d40b28aca5346688fe6bc5e8637e176"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aff7b64bed1c4c0398e19ba862cb305d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bda98933533343fe99a20e6b3e0a78e9"}], "type": "placement", "id": "08698b2897544526a00ad39190b50244", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acdb7d40c4c9412ab73424b689499995"}, {"url": "http://172.30.9.22:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd2659f96d2140afbc6da4a34c421c88"}, {"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f89ca21ef47c438d8b5c5ebf00fe0ced"}], "type": "volumev3", "id": "1133d4c3bb0742ea89dc03581ecd8815", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fc3e825173c4b9b8c2fa9012cec6fb0"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59921819ec87401395f40e88f605b032"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e21b9e6e2fa844789599b1e5c53dae81"}], "type": "image", "id": "12e09d4ce9894a17a73a2aa5f8383ba5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22af945ce8f24924aed22762e16a68b5"}, {"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "45188dd08bad4ae3af2ee3541fcf6ed9"}, {"url": "http://172.30.9.22:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf5c0e7a629d4dfeaaff326358e54c70"}], "type": "volumev2", "id": "538948915e9e46c599d3d21a74490e7d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5178c7654f6747d4a633d90529772caf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62bf458a89ff47c6abee07395cee27a8"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6320d4fac65c46d4bbe02790fc1d2071"}], "type": "compute", "id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723d413ee0ed4654b925cf960aa73080"}, {"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89a7042a6c3646da87b21b591ea52b33"}, {"url": "http://172.30.9.22:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d23df57f456b4d4bac534e6ba9517e9c"}], "type": "volume", "id": "6c190e8b9bf74e969c79d21538288b54", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad8e22faa96487b9cae96d9a46c4081"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9371e4b3fc8f4c47a0e9460501a45be1"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96d8e73a2fb04e7399e9870f74a43bc4"}], "type": "metric", "id": "7ace387374024be897d40f9f9a2566ea", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "655b9e23ac634c9ca42399d469168cc7"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d78b18825ec7464d8d411ed941634a31"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f14cf835ec9942d8b6e707a97dfef747"}], "type": "orchestration", "id": "8a03a498f5ee4afa9e27015759971c90", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a20da9d80844f5dbcd9bb5a4d0cadaa"}, {"url": "http://12.0.0.21:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34fcf44b529d495aaa8db12d0242a414"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0a288fb6b7c490e8b785e2d3c16d175"}], "type": "object-store", "id": "92a3517452b04f5fa26760329abdca48", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12496eccfef24ff19289d12b0ac537c3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "523650605a4a491dbb05b05ac91562a8"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2501d389b14e2083c738cfeb1a2ba5"}], "type": "alarming", "id": "9456caee1fdb4362ac77b55a1e16d975", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bccf6dbe2874e23b05ab419bc6d9b12"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67752aeffcae418ba77a295bebd68f1b"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79f9fa80cc4445d951c17fc029872b8"}], "type": "event", "id": "ac73e5f05e7249acb6f6ec6e373c96f7", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "b1bd1d9fcb4a43618729b90e769402d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f69ac3168ec483c8ef3f4949e053d47"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8973ffa2d9f44ec69ba372463755b645"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c39d0599bff94fea95a025f2cdf74ce0"}], "type": "identity", "id": "da33281a22174aa58a01ba5dda8b02cb", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4c9fcc3c834ac292f20efe3711c99b"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a912906504b479789c186f1fcc82dc2"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bfd747ae21a4e829531703107cdd1ae"}], "type": "network", "id": "dcc689a58fb84179bfc69663f81caf80", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "525ed5880b774bb29a8491da3cbdee7a"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5366a06a612a4591ba56fa1239e5d5e1"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ed950a0e5fe41c0adaf3ff55a0311e5"}], "type": "cloudformation", "id": "e6f138c157464a27930b8dc10aa58992", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f52a835c15b34579a8516e69a8f80135"}, "audit_ids": ["b95LYISpRy6MRUGhcOVSLw"], "issued_at": "2018-08-18T13:42:24.000000Z"}} 2018-08-18 13:42:24,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:42:24,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:24,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-3d04804c-c65f-437e-ab29-d40e00d977b6 Date: Sat, 18 Aug 2018 13:42:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"}]} 2018-08-18 13:42:24,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d04804c-c65f-437e-ab29-d40e00d977b6 2018-08-18 13:42:24,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.362810850143s 2018-08-18 13:42:24,472 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d04804c-c65f-437e-ab29-d40e00d977b6 2018-08-18 13:42:24,479 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-18 13:42:24,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 13:42:24,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '{"network": {"name": "singlevm1-net_6dd2c3ab-1b58-4250-b239-e448e5812914", "admin_state_up": true}}' 2018-08-18 13:42:24,974 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-9c96174b-aabe-4af2-9210-b49eea298a4b Date: Sat, 18 Aug 2018 13:42:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1519d89a-6262-4f51-8aff-191689a374a5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"b6ce1aa05c2a45e9b662247aa24b2526","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:42:24Z","is_default":false,"qos_policy_id":null,"name":"singlevm1-net_6dd2c3ab-1b58-4250-b239-e448e5812914","admin_state_up":true,"tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:42:24Z","mtu":1450}} 2018-08-18 13:42:24,974 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9c96174b-aabe-4af2-9210-b49eea298a4b 2018-08-18 13:42:24,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.494825124741s 2018-08-18 13:42:24,974 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9c96174b-aabe-4af2-9210-b49eea298a4b 2018-08-18 13:42:24,975 - 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-18T13:42:24Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1519d89a-6262-4f51-8aff-191689a374a5', u'provider:segmentation_id': 1, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'singlevm1-net_6dd2c3ab-1b58-4250-b239-e448e5812914', u'created_at': u'2018-08-18T13:42:24Z', u'mtu': 1450, u'tenant_id': u'b6ce1aa05c2a45e9b662247aa24b2526', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b6ce1aa05c2a45e9b662247aa24b2526', u'l2_adjacency': True}) 2018-08-18 13:42:24,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:42:24,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:26,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1428 X-Openstack-Request-Id: req-4bdd1f4e-d11e-4345-a362-69cf50795081 Date: Sat, 18 Aug 2018 13:42:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1519d89a-6262-4f51-8aff-191689a374a5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"b6ce1aa05c2a45e9b662247aa24b2526","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:42:24Z","qos_policy_id":null,"name":"singlevm1-net_6dd2c3ab-1b58-4250-b239-e448e5812914","admin_state_up":true,"tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:42:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"}]} 2018-08-18 13:42:26,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4bdd1f4e-d11e-4345-a362-69cf50795081 2018-08-18 13:42:26,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.06245303154s 2018-08-18 13:42:26,038 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4bdd1f4e-d11e-4345-a362-69cf50795081 2018-08-18 13:42:26,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 13:42:26,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '{"subnet": {"name": "singlevm1-subnet_6dd2c3ab-1b58-4250-b239-e448e5812914", "enable_dhcp": true, "network_id": "1519d89a-6262-4f51-8aff-191689a374a5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 13:42:26,937 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-62c30263-b326-4653-a293-eff29aa83e92 Date: Sat, 18 Aug 2018 13:42:26 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-18T13:42:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"bcc71d83-73ee-494c-b4b7-14718b1ced81","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"b6ce1aa05c2a45e9b662247aa24b2526","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_6dd2c3ab-1b58-4250-b239-e448e5812914","enable_dhcp":true,"segment_id":null,"network_id":"1519d89a-6262-4f51-8aff-191689a374a5","tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:42:26Z","ip_version":4}} 2018-08-18 13:42:26,937 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-62c30263-b326-4653-a293-eff29aa83e92 2018-08-18 13:42:26,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.897131919861s 2018-08-18 13:42:26,937 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-62c30263-b326-4653-a293-eff29aa83e92 2018-08-18 13:42:26,938 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T13:42: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'bcc71d83-73ee-494c-b4b7-14718b1ced81', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_6dd2c3ab-1b58-4250-b239-e448e5812914', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'1519d89a-6262-4f51-8aff-191689a374a5', u'tenant_id': u'b6ce1aa05c2a45e9b662247aa24b2526', u'created_at': u'2018-08-18T13:42: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'b6ce1aa05c2a45e9b662247aa24b2526'}) 2018-08-18 13:42:26,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 13:42:26,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '{"router": {"external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9"}, "name": "singlevm1-router_6dd2c3ab-1b58-4250-b239-e448e5812914", "admin_state_up": true}}' 2018-08-18 13:42:33,477 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-63d74b8b-aa97-4c14-8498-5e707f7fa95d Date: Sat, 18 Aug 2018 13:42:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "66678964-0119-4909-9d6d-e80ca7df7b8b", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:42:27Z", "admin_state_up": true, "updated_at": "2018-08-18T13:42:29Z", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "18841b7d-3c35-4228-9b50-7a760c8d439a", "name": "singlevm1-router_6dd2c3ab-1b58-4250-b239-e448e5812914"}} 2018-08-18 13:42:33,477 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-63d74b8b-aa97-4c14-8498-5e707f7fa95d 2018-08-18 13:42:33,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.53898382187s 2018-08-18 13:42:33,478 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-63d74b8b-aa97-4c14-8498-5e707f7fa95d 2018-08-18 13:42:33,478 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T13:42:29Z', u'revision_number': 3, u'ha': True, u'id': u'18841b7d-3c35-4228-9b50-7a760c8d439a', u'external_gateway_info': {u'network_id': u'1ef07fb9-d683-46ee-95cb-f6b096b4cbe9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'66678964-0119-4909-9d6d-e80ca7df7b8b', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-router_6dd2c3ab-1b58-4250-b239-e448e5812914', u'admin_state_up': True, u'tenant_id': u'b6ce1aa05c2a45e9b662247aa24b2526', u'created_at': u'2018-08-18T13:42:27Z', u'flavor_id': None, u'routes': [], u'project_id': u'b6ce1aa05c2a45e9b662247aa24b2526'}) 2018-08-18 13:42:33,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 13:42:33,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/18841b7d-3c35-4228-9b50-7a760c8d439a/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '{"subnet_id": "bcc71d83-73ee-494c-b4b7-14718b1ced81"}' 2018-08-18 13:42:36,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-298c8de4-92c4-477f-884c-b1efc0456365 Date: Sat, 18 Aug 2018 13:42:36 GMT RESP BODY: {"network_id": "1519d89a-6262-4f51-8aff-191689a374a5", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "subnet_id": "bcc71d83-73ee-494c-b4b7-14718b1ced81", "subnet_ids": ["bcc71d83-73ee-494c-b4b7-14718b1ced81"], "port_id": "55c1dd5a-f997-451c-91cf-6a8148e761de", "id": "18841b7d-3c35-4228-9b50-7a760c8d439a"} 2018-08-18 13:42:36,197 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/18841b7d-3c35-4228-9b50-7a760c8d439a/add_router_interface.json used request id req-298c8de4-92c4-477f-884c-b1efc0456365 2018-08-18 13:42:36,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.7177169323s 2018-08-18 13:42:36,197 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/18841b7d-3c35-4228-9b50-7a760c8d439a/add_router_interface.json used request id req-298c8de4-92c4-477f-884c-b1efc0456365 returning object 18841b7d-3c35-4228-9b50-7a760c8d439a 2018-08-18 13:42:36,197 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 13:42:36,330 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 13:42:36,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:42:36,338 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 13:42:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-18 13:42:36,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:42:36,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:37,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9bd6e2b1-e58d-4193-b461-707d57df653c Date: Sat, 18 Aug 2018 13:42:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:42:37,110 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9bd6e2b1-e58d-4193-b461-707d57df653c 2018-08-18 13:42:37,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.766577005386s 2018-08-18 13:42:37,110 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9bd6e2b1-e58d-4193-b461-707d57df653c 2018-08-18 13:42:37,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 13:42:37,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_6dd2c3ab-1b58-4250-b239-e448e5812914", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_6dd2c3ab-1b58-4250-b239-e448e5812914"}' 2018-08-18 13:42:37,941 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/aab3e695-988d-495b-a040-941c95151f02 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d311fddd-010f-4c51-8e3d-ef8605d99219 Date: Sat, 18 Aug 2018 13:42:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:42:37Z", "file": "/v2/images/aab3e695-988d-495b-a040-941c95151f02/file", "owner": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "aab3e695-988d-495b-a040-941c95151f02", "size": null, "self": "/v2/images/aab3e695-988d-495b-a040-941c95151f02", "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_6dd2c3ab-1b58-4250-b239-e448e5812914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6dd2c3ab-1b58-4250-b239-e448e5812914", "checksum": null, "created_at": "2018-08-18T13:42:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 13:42:37,941 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-d311fddd-010f-4c51-8e3d-ef8605d99219 2018-08-18 13:42:37,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.82249712944s 2018-08-18 13:42:37,942 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-d311fddd-010f-4c51-8e3d-ef8605d99219 returning object aab3e695-988d-495b-a040-941c95151f02 2018-08-18 13:42:37,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 13:42:37,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/aab3e695-988d-495b-a040-941c95151f02/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '' 2018-08-18 13:42:39,854 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-62faf326-c779-42c5-a3a3-6dc1e4c802c3 Date: Sat, 18 Aug 2018 13:42: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-18 13:42:39,854 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/aab3e695-988d-495b-a040-941c95151f02/file used request id req-62faf326-c779-42c5-a3a3-6dc1e4c802c3 2018-08-18 13:42:39,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.91163420677s 2018-08-18 13:42:39,854 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/aab3e695-988d-495b-a040-941c95151f02/file used request id req-62faf326-c779-42c5-a3a3-6dc1e4c802c3 2018-08-18 13:42:39,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:42:39,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:40,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9e8c6742-c371-4ac8-8ba0-6206cb1c3899 Date: Sat, 18 Aug 2018 13:42:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:42:39Z", "file": "/v2/images/aab3e695-988d-495b-a040-941c95151f02/file", "owner": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "aab3e695-988d-495b-a040-941c95151f02", "size": 12716032, "self": "/v2/images/aab3e695-988d-495b-a040-941c95151f02", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/aab3e695-988d-495b-a040-941c95151f02/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/aab3e695-988d-495b-a040-941c95151f02/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6dd2c3ab-1b58-4250-b239-e448e5812914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6dd2c3ab-1b58-4250-b239-e448e5812914", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T13:42:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:42:40,629 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9e8c6742-c371-4ac8-8ba0-6206cb1c3899 2018-08-18 13:42:40,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.770534992218s 2018-08-18 13:42:40,629 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9e8c6742-c371-4ac8-8ba0-6206cb1c3899 2018-08-18 13:42:40,631 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/aab3e695-988d-495b-a040-941c95151f02/snap', u'metadata': Munch({})})], 'file': u'/v2/images/aab3e695-988d-495b-a040-941c95151f02/file', 'owner': u'b6ce1aa05c2a45e9b662247aa24b2526', 'id': u'aab3e695-988d-495b-a040-941c95151f02', 'size': 12716032, u'self': u'/v2/images/aab3e695-988d-495b-a040-941c95151f02', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b6ce1aa05c2a45e9b662247aa24b2526', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/aab3e695-988d-495b-a040-941c95151f02/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T13:42:39Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T13:42:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_6dd2c3ab-1b58-4250-b239-e448e5812914', '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/aab3e695-988d-495b-a040-941c95151f02', 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_6dd2c3ab-1b58-4250-b239-e448e5812914', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_6dd2c3ab-1b58-4250-b239-e448e5812914', 'created': u'2018-08-18T13:42:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T13:42:37Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/aab3e695-988d-495b-a040-941c95151f02', 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_6dd2c3ab-1b58-4250-b239-e448e5812914', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 13:42:40,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 13:42:40,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_6dd2c3ab-1b58-4250-b239-e448e5812914", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 13:42:40,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be850bde-dda9-4795-a396-8b9a2852bf8c x-compute-request-id: req-be850bde-dda9-4795-a396-8b9a2852bf8c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_6dd2c3ab-1b58-4250-b239-e448e5812914", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333", "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": "6dcd38e0-a3b2-4c20-baae-212305f20333"}} 2018-08-18 13:42:40,959 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-be850bde-dda9-4795-a396-8b9a2852bf8c 2018-08-18 13:42:40,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.327175855637s 2018-08-18 13:42:40,960 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-be850bde-dda9-4795-a396-8b9a2852bf8c 2018-08-18 13:42:40,961 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_6dd2c3ab-1b58-4250-b239-e448e5812914', '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'b6ce1aa05c2a45e9b662247aa24b2526', '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'6dcd38e0-a3b2-4c20-baae-212305f20333', 'swap': 0}) 2018-08-18 13:42:40,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 13:42:40,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '{"extra_specs": {}}' 2018-08-18 13:42:40,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1120057d-e019-4756-84ce-50f2d1aa653e x-compute-request-id: req-1120057d-e019-4756-84ce-50f2d1aa653e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 13:42:40,982 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333/os-extra_specs used request id req-1120057d-e019-4756-84ce-50f2d1aa653e 2018-08-18 13:42:40,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210921764374s 2018-08-18 13:42:40,983 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333/os-extra_specs used request id req-1120057d-e019-4756-84ce-50f2d1aa653e 2018-08-18 13:42:40,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-18 13:42:40,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '{"keypair": {"name": "singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914"}}' 2018-08-18 13:42:41,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e685a476-87e8-4405-9768-9254b5d0f802 x-compute-request-id: req-e685a476-87e8-4405-9768-9254b5d0f802 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCrh91/K4zd8bA9leNWm+oSlGB1ulp5y7BfoXH2TPsnepeh8d0OLmDwXw6CTRi4wMLh+ZhiV/K2NXqDi/0rdYWzDUEISYnSlHj30w4Xg0AYP/FosMG6fw8BpOQXVNFOpKJZA5KP58SMCYW9EcNjGphwlmp0ai3k9A70sVVpJUUCvnwc0O0ChXh3g0vIzcLl2W9ac+6YQiP0rP88VN1xOSpCCpZTkjFq8jx3nNi9u6YlCP5K9aeveaT+sSq6d6LA2/GXCtrEzXuu0SIlrIYmFyQ+U9JOrVbJuWnXzAn6aH9A4zHvBhaYMbbmVnIId2SsThk1dR4akVtvPs3xuuqVNmr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwq4fdfyuM3fGwPZXjVpvqEpRgdbpaecuwX6Fx9kz7J3qXofH\ndDi5g8F8Ogk0YuMDC4fmYYlfytjV6g4v9K3WFsw1BCEmJ0pR499MOF4NAGD/xaLD\nBun8PAaTkF1TRTqSiWQOSj+fEjAmFvRHDYxqYcJZqdGot5PQO9LFVaSVFAr58HND\ntAoV4d4NLyM3C5dlvWnPumEIj9Kz/PFTdcTkqQgqWU5IxavI8d5zYvbumJQj+SvW\nnr3mk/rEquneiwNvxlwraxM17rtEiJayGJhckPlPSTq1Wyblp18wJ+mh/QOMx7wY\nWmDG25lZyCHdkrE4ZNXUeGpFbbz7N8brqlTZqwIDAQABAoIBABqQxixEicTuMEn+\nk53vXFM7qPmtyPYxnNi8mibWRdahCe1SW+5JG0+WZIxK20IvNigpqE9g/phglHg2\n7WZXHmLIBOgGWf18j8Ynn3AFrYKCugRPHIvh/BB42UQW6BkHUB29cJHDMsK5nUj+\nln+LzKyAZ9nbiUlbu0uejF0Oc2VjiJus0DGMvwAvIa4tgLsUY3iEFkp9s5/Eqsmv\nWqU1w8rgiwknOcueaPrWCbFQ1hv2KmyiOgceNZ5tZG0Ra1jD7IQQB6qidVDem/17\nBYUnd3mkHu795DvHHRGPwUUE1ykawhCnA0HXdOFfppYjOeuop8Jo82KMKXOrQHfE\nVqVL01kCgYEA/lBpvEitojxsEAPcIXwZNyYM7+mKcLsm8pqRQVLFoihIYfmpF9ex\n3bI4d/g7JTM3TSzaIeomlT2kiTmac6jUGlyZwRTQddcOwJGM+NVl30KxlI2IpoYZ\nErStTYvKxJD2ZcXwbItwkB45c0CJe7FCFAH+wy1BRHJB5Ol3Wg9Q+50CgYEAw/iB\n4BdupFc1E8ZH42uQbfFYnVSLpcliUIC+PXW+DN5YgOdhjMtGpbz//rLiRrJUU39i\nFukVepjrhQa2X1eSQZNsQniNAcd3eduHP156Wcc09o7JaPvySlr0ceNd7BvQ1UTO\nZKYgUCK5IMoDJ5oVEtYud8JtkABbDQ8rAHvFW+cCgYEAoLagm2QylnworlZCHscW\nCEv7kQG9g1BCZL5ZXTa5vqhGVeQ4f+DHfprKJMayWefr4tGdaCFZEKdL+4xzlvPy\nVlZ+tA47Tr0BjaBtvjLdliHHp2FqIhJMdg3IF2FoWqBhlh9ouK/GCs2O8M6wE4MJ\nhytbnGxU+rRaABeqXTegreECgYBMAXQNv8jPwGr7kmmLUMqheXuO+Z133VVeN7CR\nEbt2Lj5RMGxrOOPboCQBWsvb84o1IDChBiGofOrLm0DcVZCKEm1okmzOBdjW0Efy\nUehOLa7i+ZowN5dPM1ufWDmzO06RiLAr5SqfKfh3OSJkF6SYu60mEaiAs0KdHAbn\nlxmCfQKBgHoFd6rMzM6POgfAG8Xuamf7a6VM9wID/N6SQB0ahsb4uydvoH2t/y0W\nG3sfJFWfYuaibHlgMSKxxYR3omlaPl1T2SSuTtao46QTiRFB8OwZhzqHY6H/eN+d\nRabbVhUJzaSFTGBZ1yl0mkNo95TTVPRiwS8bdJxMJlZ89rCpScEG\n-----END RSA PRIVATE KEY-----\n", "user_id": "f52a835c15b34579a8516e69a8f80135", "name": "singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914", "fingerprint": "6b:04:0e:f8:e4:89:eb:4a:8f:ae:a4:66:fd:3b:b2:6f"}} 2018-08-18 13:42:41,295 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-e685a476-87e8-4405-9768-9254b5d0f802 2018-08-18 13:42:41,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.312011957169s 2018-08-18 13:42:41,296 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-e685a476-87e8-4405-9768-9254b5d0f802 2018-08-18 13:42:41,297 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCrh91/K4zd8bA9leNWm+oSlGB1ulp5y7BfoXH2TPsnepeh8d0OLmDwXw6CTRi4wMLh+ZhiV/K2NXqDi/0rdYWzDUEISYnSlHj30w4Xg0AYP/FosMG6fw8BpOQXVNFOpKJZA5KP58SMCYW9EcNjGphwlmp0ai3k9A70sVVpJUUCvnwc0O0ChXh3g0vIzcLl2W9ac+6YQiP0rP88VN1xOSpCCpZTkjFq8jx3nNi9u6YlCP5K9aeveaT+sSq6d6LA2/GXCtrEzXuu0SIlrIYmFyQ+U9JOrVbJuWnXzAn6aH9A4zHvBhaYMbbmVnIId2SsThk1dR4akVtvPs3xuuqVNmr Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwq4fdfyuM3fGwPZXjVpvqEpRgdbpaecuwX6Fx9kz7J3qXofH\ndDi5g8F8Ogk0YuMDC4fmYYlfytjV6g4v9K3WFsw1BCEmJ0pR499MOF4NAGD/xaLD\nBun8PAaTkF1TRTqSiWQOSj+fEjAmFvRHDYxqYcJZqdGot5PQO9LFVaSVFAr58HND\ntAoV4d4NLyM3C5dlvWnPumEIj9Kz/PFTdcTkqQgqWU5IxavI8d5zYvbumJQj+SvW\nnr3mk/rEquneiwNvxlwraxM17rtEiJayGJhckPlPSTq1Wyblp18wJ+mh/QOMx7wY\nWmDG25lZyCHdkrE4ZNXUeGpFbbz7N8brqlTZqwIDAQABAoIBABqQxixEicTuMEn+\nk53vXFM7qPmtyPYxnNi8mibWRdahCe1SW+5JG0+WZIxK20IvNigpqE9g/phglHg2\n7WZXHmLIBOgGWf18j8Ynn3AFrYKCugRPHIvh/BB42UQW6BkHUB29cJHDMsK5nUj+\nln+LzKyAZ9nbiUlbu0uejF0Oc2VjiJus0DGMvwAvIa4tgLsUY3iEFkp9s5/Eqsmv\nWqU1w8rgiwknOcueaPrWCbFQ1hv2KmyiOgceNZ5tZG0Ra1jD7IQQB6qidVDem/17\nBYUnd3mkHu795DvHHRGPwUUE1ykawhCnA0HXdOFfppYjOeuop8Jo82KMKXOrQHfE\nVqVL01kCgYEA/lBpvEitojxsEAPcIXwZNyYM7+mKcLsm8pqRQVLFoihIYfmpF9ex\n3bI4d/g7JTM3TSzaIeomlT2kiTmac6jUGlyZwRTQddcOwJGM+NVl30KxlI2IpoYZ\nErStTYvKxJD2ZcXwbItwkB45c0CJe7FCFAH+wy1BRHJB5Ol3Wg9Q+50CgYEAw/iB\n4BdupFc1E8ZH42uQbfFYnVSLpcliUIC+PXW+DN5YgOdhjMtGpbz//rLiRrJUU39i\nFukVepjrhQa2X1eSQZNsQniNAcd3eduHP156Wcc09o7JaPvySlr0ceNd7BvQ1UTO\nZKYgUCK5IMoDJ5oVEtYud8JtkABbDQ8rAHvFW+cCgYEAoLagm2QylnworlZCHscW\nCEv7kQG9g1BCZL5ZXTa5vqhGVeQ4f+DHfprKJMayWefr4tGdaCFZEKdL+4xzlvPy\nVlZ+tA47Tr0BjaBtvjLdliHHp2FqIhJMdg3IF2FoWqBhlh9ouK/GCs2O8M6wE4MJ\nhytbnGxU+rRaABeqXTegreECgYBMAXQNv8jPwGr7kmmLUMqheXuO+Z133VVeN7CR\nEbt2Lj5RMGxrOOPboCQBWsvb84o1IDChBiGofOrLm0DcVZCKEm1okmzOBdjW0Efy\nUehOLa7i+ZowN5dPM1ufWDmzO06RiLAr5SqfKfh3OSJkF6SYu60mEaiAs0KdHAbn\nlxmCfQKBgHoFd6rMzM6POgfAG8Xuamf7a6VM9wID/N6SQB0ahsb4uydvoH2t/y0W\nG3sfJFWfYuaibHlgMSKxxYR3omlaPl1T2SSuTtao46QTiRFB8OwZhzqHY6H/eN+d\nRabbVhUJzaSFTGBZ1yl0mkNo95TTVPRiwS8bdJxMJlZ89rCpScEG\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f52a835c15b34579a8516e69a8f80135', 'name': u'singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914', 'created_at': '2018-08-18T13:42:41.296948', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b6ce1aa05c2a45e9b662247aa24b2526', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'6b:04:0e:f8:e4:89:eb:4a:8f:ae:a4:66:fd:3b:b2:6f', 'type': 'ssh', 'id': u'singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914'}) 2018-08-18 13:42:41,297 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAwq4fdfyuM3fGwPZXjVpvqEpRgdbpaecuwX6Fx9kz7J3qXofH dDi5g8F8Ogk0YuMDC4fmYYlfytjV6g4v9K3WFsw1BCEmJ0pR499MOF4NAGD/xaLD Bun8PAaTkF1TRTqSiWQOSj+fEjAmFvRHDYxqYcJZqdGot5PQO9LFVaSVFAr58HND tAoV4d4NLyM3C5dlvWnPumEIj9Kz/PFTdcTkqQgqWU5IxavI8d5zYvbumJQj+SvW nr3mk/rEquneiwNvxlwraxM17rtEiJayGJhckPlPSTq1Wyblp18wJ+mh/QOMx7wY WmDG25lZyCHdkrE4ZNXUeGpFbbz7N8brqlTZqwIDAQABAoIBABqQxixEicTuMEn+ k53vXFM7qPmtyPYxnNi8mibWRdahCe1SW+5JG0+WZIxK20IvNigpqE9g/phglHg2 7WZXHmLIBOgGWf18j8Ynn3AFrYKCugRPHIvh/BB42UQW6BkHUB29cJHDMsK5nUj+ ln+LzKyAZ9nbiUlbu0uejF0Oc2VjiJus0DGMvwAvIa4tgLsUY3iEFkp9s5/Eqsmv WqU1w8rgiwknOcueaPrWCbFQ1hv2KmyiOgceNZ5tZG0Ra1jD7IQQB6qidVDem/17 BYUnd3mkHu795DvHHRGPwUUE1ykawhCnA0HXdOFfppYjOeuop8Jo82KMKXOrQHfE VqVL01kCgYEA/lBpvEitojxsEAPcIXwZNyYM7+mKcLsm8pqRQVLFoihIYfmpF9ex 3bI4d/g7JTM3TSzaIeomlT2kiTmac6jUGlyZwRTQddcOwJGM+NVl30KxlI2IpoYZ ErStTYvKxJD2ZcXwbItwkB45c0CJe7FCFAH+wy1BRHJB5Ol3Wg9Q+50CgYEAw/iB 4BdupFc1E8ZH42uQbfFYnVSLpcliUIC+PXW+DN5YgOdhjMtGpbz//rLiRrJUU39i FukVepjrhQa2X1eSQZNsQniNAcd3eduHP156Wcc09o7JaPvySlr0ceNd7BvQ1UTO ZKYgUCK5IMoDJ5oVEtYud8JtkABbDQ8rAHvFW+cCgYEAoLagm2QylnworlZCHscW CEv7kQG9g1BCZL5ZXTa5vqhGVeQ4f+DHfprKJMayWefr4tGdaCFZEKdL+4xzlvPy VlZ+tA47Tr0BjaBtvjLdliHHp2FqIhJMdg3IF2FoWqBhlh9ouK/GCs2O8M6wE4MJ hytbnGxU+rRaABeqXTegreECgYBMAXQNv8jPwGr7kmmLUMqheXuO+Z133VVeN7CR Ebt2Lj5RMGxrOOPboCQBWsvb84o1IDChBiGofOrLm0DcVZCKEm1okmzOBdjW0Efy UehOLa7i+ZowN5dPM1ufWDmzO06RiLAr5SqfKfh3OSJkF6SYu60mEaiAs0KdHAbn lxmCfQKBgHoFd6rMzM6POgfAG8Xuamf7a6VM9wID/N6SQB0ahsb4uydvoH2t/y0W G3sfJFWfYuaibHlgMSKxxYR3omlaPl1T2SSuTtao46QTiRFB8OwZhzqHY6H/eN+d RabbVhUJzaSFTGBZ1yl0mkNo95TTVPRiwS8bdJxMJlZ89rCpScEG -----END RSA PRIVATE KEY----- 2018-08-18 13:42:41,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-18 13:42:41,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '{"security_group": {"name": "singlevm1-sg_6dd2c3ab-1b58-4250-b239-e448e5812914", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-18 13:42:41,735 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-fd198422-f7fa-43aa-afc3-3389141ef3fe Date: Sat, 18 Aug 2018 13:42:41 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:42:41Z", "updated_at": "2018-08-18T13:42:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:42:41Z", "revision_number": 0, "id": "033c1ca1-4624-470e-9541-8ae3f1077f8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:42:41Z", "security_group_id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:42:41Z", "revision_number": 0, "id": "7fbc827a-579f-4927-ac78-3969065b0f7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:42:41Z", "security_group_id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}], "revision_number": 1, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "name": "singlevm1-sg_6dd2c3ab-1b58-4250-b239-e448e5812914"}} 2018-08-18 13:42:41,735 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-fd198422-f7fa-43aa-afc3-3389141ef3fe 2018-08-18 13:42:41,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.434854984283s 2018-08-18 13:42:41,735 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-fd198422-f7fa-43aa-afc3-3389141ef3fe 2018-08-18 13:42:41,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 13:42:41,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:42,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-e219df93-1c6f-442d-9eac-8b9fad3383ca Date: Sat, 18 Aug 2018 13:42:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:40:08Z", "updated_at": "2018-08-18T13:40:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:08Z", "revision_number": 0, "id": "12695bbf-eb3e-430e-8d3a-da48eb0f5147", "remote_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:08Z", "security_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:08Z", "revision_number": 0, "id": "171af0be-f165-46a7-8d7f-8aff4436b3fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:08Z", "security_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:08Z", "revision_number": 0, "id": "395178a6-8bb8-47c2-b32e-3b881b845884", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:08Z", "security_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:08Z", "revision_number": 0, "id": "baf55a92-f1eb-4256-b04f-59c269d06c75", "remote_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:08Z", "security_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}], "revision_number": 1, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "created_at": "2018-08-18T13:40:42Z", "updated_at": "2018-08-18T13:40:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:42Z", "revision_number": 0, "id": "4f5e3708-db1b-46e9-a41d-a2b754d8de88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:42Z", "security_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a9c39473689417987f2d8a6acbc1915"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:42Z", "revision_number": 0, "id": "a7604659-1860-4d25-9f9f-6bfc2095dec0", "remote_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:42Z", "security_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a9c39473689417987f2d8a6acbc1915"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:42Z", "revision_number": 0, "id": "c3f2ef77-dcb9-43a6-9121-fcffcd3b81fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:42Z", "security_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a9c39473689417987f2d8a6acbc1915"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:42Z", "revision_number": 0, "id": "c7d1c9d1-737a-4a9b-b96b-20a64fafa96a", "remote_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:42Z", "security_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a9c39473689417987f2d8a6acbc1915"}], "revision_number": 1, "project_id": "9a9c39473689417987f2d8a6acbc1915", "id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1652074503ef4a588a95aea0976f9147", "created_at": "2018-08-18T13:41:50Z", "updated_at": "2018-08-18T13:41:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:41:50Z", "revision_number": 0, "id": "14cdaa45-c018-4984-9b27-72eeab772ced", "remote_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "remote_ip_prefix": null, "created_at": "2018-08-18T13:41:50Z", "security_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "tenant_id": "1652074503ef4a588a95aea0976f9147", "port_range_min": null, "ethertype": "IPv6", "project_id": "1652074503ef4a588a95aea0976f9147"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:41:50Z", "revision_number": 0, "id": "9a2feef8-c0cc-4ee2-a154-b8bae5c95df8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:41:50Z", "security_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "tenant_id": "1652074503ef4a588a95aea0976f9147", "port_range_min": null, "ethertype": "IPv4", "project_id": "1652074503ef4a588a95aea0976f9147"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:41:50Z", "revision_number": 0, "id": "d8a08921-4ada-4aa1-9584-264f98b0728f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:41:50Z", "security_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "tenant_id": "1652074503ef4a588a95aea0976f9147", "port_range_min": null, "ethertype": "IPv6", "project_id": "1652074503ef4a588a95aea0976f9147"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:41:50Z", "revision_number": 0, "id": "e2c86447-88a3-4522-80c6-c874a487b72d", "remote_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "remote_ip_prefix": null, "created_at": "2018-08-18T13:41:50Z", "security_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "tenant_id": "1652074503ef4a588a95aea0976f9147", "port_range_min": null, "ethertype": "IPv4", "project_id": "1652074503ef4a588a95aea0976f9147"}], "revision_number": 1, "project_id": "1652074503ef4a588a95aea0976f9147", "id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "created_at": "2018-08-18T13:35:24Z", "updated_at": "2018-08-18T13:35:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:35:24Z", "revision_number": 0, "id": "0f084fd4-57fb-4222-9461-ad7239ef94d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:35:24Z", "security_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:35:24Z", "revision_number": 0, "id": "1bf787cd-d2ce-4700-85d0-81f919782d02", "remote_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "remote_ip_prefix": null, "created_at": "2018-08-18T13:35:24Z", "security_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:35:24Z", "revision_number": 0, "id": "2ba59593-6a70-45a2-bc41-fbbd8350d9cd", "remote_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "remote_ip_prefix": null, "created_at": "2018-08-18T13:35:24Z", "security_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:35:24Z", "revision_number": 0, "id": "e9640152-8393-4538-9bad-c10b26f629e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:35:24Z", "security_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}], "revision_number": 1, "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-18T13:40:12Z", "updated_at": "2018-08-18T13:40:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:12Z", "revision_number": 0, "id": "2331f1d9-34b7-43f8-91da-db9de7b9e456", "remote_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:12Z", "security_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "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-18T13:40:12Z", "revision_number": 0, "id": "4847b277-74bd-401e-9044-988c047e8a7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:12Z", "security_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "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-18T13:40:12Z", "revision_number": 0, "id": "986e47c6-8345-4274-bcd6-dc522e5ce7cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:12Z", "security_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:12Z", "revision_number": 0, "id": "a6824cf4-7910-4a35-9654-6938bc0d149b", "remote_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:12Z", "security_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "abf595ae-384b-482e-81be-37deab4bf647", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:42:41Z", "updated_at": "2018-08-18T13:42:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:42:41Z", "revision_number": 0, "id": "033c1ca1-4624-470e-9541-8ae3f1077f8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:42:41Z", "security_group_id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:42:41Z", "revision_number": 0, "id": "7fbc827a-579f-4927-ac78-3969065b0f7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:42:41Z", "security_group_id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}], "revision_number": 1, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "name": "singlevm1-sg_6dd2c3ab-1b58-4250-b239-e448e5812914"}]} 2018-08-18 13:42:42,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-e219df93-1c6f-442d-9eac-8b9fad3383ca 2018-08-18 13:42:42,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.317353010178s 2018-08-18 13:42:42,058 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-e219df93-1c6f-442d-9eac-8b9fad3383ca 2018-08-18 13:42:42,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 13:42:42,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -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": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266"}}' 2018-08-18 13:42:42,495 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b2976094-04f0-4120-8798-53a0677bf457 Date: Sat, 18 Aug 2018 13:42:42 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-18T13:42:42Z", "security_group_id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "port_range_min": 22, "revision_number": 0, "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:42:42Z", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "69334037-2aba-4003-b0e3-d01794f6ea43"}} 2018-08-18 13:42:42,495 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-b2976094-04f0-4120-8798-53a0677bf457 2018-08-18 13:42:42,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.432749032974s 2018-08-18 13:42:42,495 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-b2976094-04f0-4120-8798-53a0677bf457 2018-08-18 13:42:42,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 13:42:42,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:42,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-5d0e7e0a-6d35-4bee-b995-19c107b628b2 Date: Sat, 18 Aug 2018 13:42:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:40:08Z", "updated_at": "2018-08-18T13:40:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:08Z", "revision_number": 0, "id": "12695bbf-eb3e-430e-8d3a-da48eb0f5147", "remote_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:08Z", "security_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:08Z", "revision_number": 0, "id": "171af0be-f165-46a7-8d7f-8aff4436b3fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:08Z", "security_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:08Z", "revision_number": 0, "id": "395178a6-8bb8-47c2-b32e-3b881b845884", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:08Z", "security_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:08Z", "revision_number": 0, "id": "baf55a92-f1eb-4256-b04f-59c269d06c75", "remote_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:08Z", "security_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}], "revision_number": 1, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "created_at": "2018-08-18T13:40:42Z", "updated_at": "2018-08-18T13:40:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:42Z", "revision_number": 0, "id": "4f5e3708-db1b-46e9-a41d-a2b754d8de88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:42Z", "security_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a9c39473689417987f2d8a6acbc1915"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:42Z", "revision_number": 0, "id": "a7604659-1860-4d25-9f9f-6bfc2095dec0", "remote_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:42Z", "security_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a9c39473689417987f2d8a6acbc1915"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:42Z", "revision_number": 0, "id": "c3f2ef77-dcb9-43a6-9121-fcffcd3b81fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:42Z", "security_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a9c39473689417987f2d8a6acbc1915"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:42Z", "revision_number": 0, "id": "c7d1c9d1-737a-4a9b-b96b-20a64fafa96a", "remote_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:42Z", "security_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a9c39473689417987f2d8a6acbc1915"}], "revision_number": 1, "project_id": "9a9c39473689417987f2d8a6acbc1915", "id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1652074503ef4a588a95aea0976f9147", "created_at": "2018-08-18T13:41:50Z", "updated_at": "2018-08-18T13:41:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:41:50Z", "revision_number": 0, "id": "14cdaa45-c018-4984-9b27-72eeab772ced", "remote_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "remote_ip_prefix": null, "created_at": "2018-08-18T13:41:50Z", "security_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "tenant_id": "1652074503ef4a588a95aea0976f9147", "port_range_min": null, "ethertype": "IPv6", "project_id": "1652074503ef4a588a95aea0976f9147"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:41:50Z", "revision_number": 0, "id": "9a2feef8-c0cc-4ee2-a154-b8bae5c95df8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:41:50Z", "security_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "tenant_id": "1652074503ef4a588a95aea0976f9147", "port_range_min": null, "ethertype": "IPv4", "project_id": "1652074503ef4a588a95aea0976f9147"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:41:50Z", "revision_number": 0, "id": "d8a08921-4ada-4aa1-9584-264f98b0728f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:41:50Z", "security_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "tenant_id": "1652074503ef4a588a95aea0976f9147", "port_range_min": null, "ethertype": "IPv6", "project_id": "1652074503ef4a588a95aea0976f9147"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:41:50Z", "revision_number": 0, "id": "e2c86447-88a3-4522-80c6-c874a487b72d", "remote_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "remote_ip_prefix": null, "created_at": "2018-08-18T13:41:50Z", "security_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "tenant_id": "1652074503ef4a588a95aea0976f9147", "port_range_min": null, "ethertype": "IPv4", "project_id": "1652074503ef4a588a95aea0976f9147"}], "revision_number": 1, "project_id": "1652074503ef4a588a95aea0976f9147", "id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "created_at": "2018-08-18T13:35:24Z", "updated_at": "2018-08-18T13:35:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:35:24Z", "revision_number": 0, "id": "0f084fd4-57fb-4222-9461-ad7239ef94d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:35:24Z", "security_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:35:24Z", "revision_number": 0, "id": "1bf787cd-d2ce-4700-85d0-81f919782d02", "remote_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "remote_ip_prefix": null, "created_at": "2018-08-18T13:35:24Z", "security_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:35:24Z", "revision_number": 0, "id": "2ba59593-6a70-45a2-bc41-fbbd8350d9cd", "remote_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "remote_ip_prefix": null, "created_at": "2018-08-18T13:35:24Z", "security_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:35:24Z", "revision_number": 0, "id": "e9640152-8393-4538-9bad-c10b26f629e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:35:24Z", "security_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}], "revision_number": 1, "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-18T13:40:12Z", "updated_at": "2018-08-18T13:40:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:12Z", "revision_number": 0, "id": "2331f1d9-34b7-43f8-91da-db9de7b9e456", "remote_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:12Z", "security_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "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-18T13:40:12Z", "revision_number": 0, "id": "4847b277-74bd-401e-9044-988c047e8a7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:12Z", "security_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "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-18T13:40:12Z", "revision_number": 0, "id": "986e47c6-8345-4274-bcd6-dc522e5ce7cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:12Z", "security_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:12Z", "revision_number": 0, "id": "a6824cf4-7910-4a35-9654-6938bc0d149b", "remote_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:12Z", "security_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "abf595ae-384b-482e-81be-37deab4bf647", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:42:41Z", "updated_at": "2018-08-18T13:42:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:42:41Z", "revision_number": 0, "id": "033c1ca1-4624-470e-9541-8ae3f1077f8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:42:41Z", "security_group_id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T13:42:42Z", "revision_number": 0, "id": "69334037-2aba-4003-b0e3-d01794f6ea43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:42:42Z", "security_group_id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:42:41Z", "revision_number": 0, "id": "7fbc827a-579f-4927-ac78-3969065b0f7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:42:41Z", "security_group_id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}], "revision_number": 2, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "name": "singlevm1-sg_6dd2c3ab-1b58-4250-b239-e448e5812914"}]} 2018-08-18 13:42:42,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-5d0e7e0a-6d35-4bee-b995-19c107b628b2 2018-08-18 13:42:42,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.338582992554s 2018-08-18 13:42:42,838 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-5d0e7e0a-6d35-4bee-b995-19c107b628b2 2018-08-18 13:42:42,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 13:42:42,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -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": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266"}}' 2018-08-18 13:42:43,269 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-28ce39c7-795d-4821-9924-d087c06da8af Date: Sat, 18 Aug 2018 13:42:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-18T13:42:43Z", "security_group_id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "port_range_min": null, "revision_number": 0, "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:42:43Z", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "fc08d428-de5b-4a84-8883-8ac01205d6e8"}} 2018-08-18 13:42:43,270 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-28ce39c7-795d-4821-9924-d087c06da8af 2018-08-18 13:42:43,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.427307844162s 2018-08-18 13:42:43,270 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-28ce39c7-795d-4821-9924-d087c06da8af 2018-08-18 13:42:43,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:42:43,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:43,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2145 X-Openstack-Request-Id: req-aa5f7e9b-4979-4092-8ded-3cb189dead7a Date: Sat, 18 Aug 2018 13:42:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1519d89a-6262-4f51-8aff-191689a374a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"b6ce1aa05c2a45e9b662247aa24b2526","l2_adjacency":true,"status":"ACTIVE","subnets":["bcc71d83-73ee-494c-b4b7-14718b1ced81"],"description":"","tags":[],"updated_at":"2018-08-18T13:42:26Z","qos_policy_id":null,"name":"singlevm1-net_6dd2c3ab-1b58-4250-b239-e448e5812914","admin_state_up":true,"tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:42:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e597f428-1d11-4630-bff2-364c3fe38e81","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["4bef3cc8-daa4-4a26-8f8f-44fbf8023c1a"],"description":"","tags":[],"updated_at":"2018-08-18T13:42:27Z","qos_policy_id":null,"name":"HA network tenant b6ce1aa05c2a45e9b662247aa24b2526","admin_state_up":true,"tenant_id":"","created_at":"2018-08-18T13:42:27Z","provider:network_type":"vxlan"}]} 2018-08-18 13:42:43,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-aa5f7e9b-4979-4092-8ded-3cb189dead7a 2018-08-18 13:42:43,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.314733982086s 2018-08-18 13:42:43,587 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-aa5f7e9b-4979-4092-8ded-3cb189dead7a 2018-08-18 13:42:43,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:42:43,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:44,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-03bbcb76-7fc2-4a25-8165-17f4a966cf75 Date: Sat, 18 Aug 2018 13:42:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:42:39Z", "file": "/v2/images/aab3e695-988d-495b-a040-941c95151f02/file", "owner": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "aab3e695-988d-495b-a040-941c95151f02", "size": 12716032, "self": "/v2/images/aab3e695-988d-495b-a040-941c95151f02", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/aab3e695-988d-495b-a040-941c95151f02/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/aab3e695-988d-495b-a040-941c95151f02/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6dd2c3ab-1b58-4250-b239-e448e5812914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6dd2c3ab-1b58-4250-b239-e448e5812914", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T13:42:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:42:44,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-03bbcb76-7fc2-4a25-8165-17f4a966cf75 2018-08-18 13:42:44,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.770525932312s 2018-08-18 13:42:44,362 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-03bbcb76-7fc2-4a25-8165-17f4a966cf75 2018-08-18 13:42:44,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 13:42:44,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:44,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42: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-803dd833-75a4-4e64-9aa9-1279f70c2353 x-compute-request-id: req-803dd833-75a4-4e64-9aa9-1279f70c2353 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_6dd2c3ab-1b58-4250-b239-e448e5812914", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333", "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": "6dcd38e0-a3b2-4c20-baae-212305f20333"}]} 2018-08-18 13:42:44,385 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-803dd833-75a4-4e64-9aa9-1279f70c2353 2018-08-18 13:42:44,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0213668346405s 2018-08-18 13:42:44,386 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-803dd833-75a4-4e64-9aa9-1279f70c2353 2018-08-18 13:42:44,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-18 13:42:44,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '{"server": {"name": "singlevm1-vm_6dd2c3ab-1b58-4250-b239-e448e5812914", "imageRef": "aab3e695-988d-495b-a040-941c95151f02", "key_name": "singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914", "flavorRef": "6dcd38e0-a3b2-4c20-baae-212305f20333", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1519d89a-6262-4f51-8aff-191689a374a5"}], "security_groups": [{"name": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266"}]}}' 2018-08-18 13:42:49,923 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 13:42: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-18ab6b21-c617-4f43-881d-080968a3f62d x-compute-request-id: req-18ab6b21-c617-4f43-881d-080968a3f62d Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266"}], "OS-DCF:diskConfig": "MANUAL", "id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "bookmark"}], "adminPass": "UdafCS46ZQWD"}} 2018-08-18 13:42:49,923 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-18ab6b21-c617-4f43-881d-080968a3f62d 2018-08-18 13:42:49,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.53625607491s 2018-08-18 13:42:49,924 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-18ab6b21-c617-4f43-881d-080968a3f62d 2018-08-18 13:42:49,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 13:42:49,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:50,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87c04113-a3f9-4c0b-a404-3033c3dff7bf x-compute-request-id: req-87c04113-a3f9-4c0b-a404-3033c3dff7bf Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "bookmark"}], "image": {"id": "aab3e695-988d-495b-a040-941c95151f02", "links": [{"href": "http://172.30.9.22:8774/images/aab3e695-988d-495b-a040-941c95151f02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6dcd38e0-a3b2-4c20-baae-212305f20333", "links": [{"href": "http://172.30.9.22:8774/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333", "rel": "bookmark"}]}, "id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "user_id": "f52a835c15b34579a8516e69a8f80135", "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-18T13:42:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_6dd2c3ab-1b58-4250-b239-e448e5812914", "created": "2018-08-18T13:42:49Z", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 13:42:50,872 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-87c04113-a3f9-4c0b-a404-3033c3dff7bf 2018-08-18 13:42:50,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.947067975998s 2018-08-18 13:42:50,872 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-87c04113-a3f9-4c0b-a404-3033c3dff7bf 2018-08-18 13:42:50,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:42:50,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:51,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2145 X-Openstack-Request-Id: req-b365622a-8411-45cd-a819-29d352f9c499 Date: Sat, 18 Aug 2018 13:42:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1519d89a-6262-4f51-8aff-191689a374a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"b6ce1aa05c2a45e9b662247aa24b2526","l2_adjacency":true,"status":"ACTIVE","subnets":["bcc71d83-73ee-494c-b4b7-14718b1ced81"],"description":"","tags":[],"updated_at":"2018-08-18T13:42:26Z","qos_policy_id":null,"name":"singlevm1-net_6dd2c3ab-1b58-4250-b239-e448e5812914","admin_state_up":true,"tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:42:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e597f428-1d11-4630-bff2-364c3fe38e81","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["4bef3cc8-daa4-4a26-8f8f-44fbf8023c1a"],"description":"","tags":[],"updated_at":"2018-08-18T13:42:27Z","qos_policy_id":null,"name":"HA network tenant b6ce1aa05c2a45e9b662247aa24b2526","admin_state_up":true,"tenant_id":"","created_at":"2018-08-18T13:42:27Z","provider:network_type":"vxlan"}]} 2018-08-18 13:42:51,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b365622a-8411-45cd-a819-29d352f9c499 2018-08-18 13:42:51,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255414009094s 2018-08-18 13:42:51,135 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b365622a-8411-45cd-a819-29d352f9c499 2018-08-18 13:42:51,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 13:42:51,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:51,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1925 X-Openstack-Request-Id: req-8c31041e-cb90-428c-92c7-1d7eefecc2db Date: Sat, 18 Aug 2018 13:42:51 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-18T13:42:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"4bef3cc8-daa4-4a26-8f8f-44fbf8023c1a","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant b6ce1aa05c2a45e9b662247aa24b2526","enable_dhcp":false,"segment_id":null,"network_id":"e597f428-1d11-4630-bff2-364c3fe38e81","tenant_id":"","created_at":"2018-08-18T13:42:27Z","ip_version":4},{"updated_at":"2018-08-18T13:35:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"66678964-0119-4909-9d6d-e80ca7df7b8b","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:31Z","ip_version":4},{"updated_at":"2018-08-18T13:42:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"bcc71d83-73ee-494c-b4b7-14718b1ced81","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"b6ce1aa05c2a45e9b662247aa24b2526","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_6dd2c3ab-1b58-4250-b239-e448e5812914","enable_dhcp":true,"segment_id":null,"network_id":"1519d89a-6262-4f51-8aff-191689a374a5","tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:42:26Z","ip_version":4}]} 2018-08-18 13:42:51,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8c31041e-cb90-428c-92c7-1d7eefecc2db 2018-08-18 13:42:51,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.314952850342s 2018-08-18 13:42:51,451 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8c31041e-cb90-428c-92c7-1d7eefecc2db 2018-08-18 13:42:51,452 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 13:42:53,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 13:42:53,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:53,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cd7cb07-b911-430e-9068-c1302a42540b x-compute-request-id: req-2cd7cb07-b911-430e-9068-c1302a42540b Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "bookmark"}], "image": {"id": "aab3e695-988d-495b-a040-941c95151f02", "links": [{"href": "http://172.30.9.22:8774/images/aab3e695-988d-495b-a040-941c95151f02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6dcd38e0-a3b2-4c20-baae-212305f20333", "links": [{"href": "http://172.30.9.22:8774/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333", "rel": "bookmark"}]}, "id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "user_id": "f52a835c15b34579a8516e69a8f80135", "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-18T13:42:52Z", "hostId": "a47896074a334ace98060c4dd52f3ff962858c6a9b126b016c71e61f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6dd2c3ab-1b58-4250-b239-e448e5812914", "created": "2018-08-18T13:42:49Z", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 13:42:53,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2cd7cb07-b911-430e-9068-c1302a42540b 2018-08-18 13:42:53,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528543949127s 2018-08-18 13:42:53,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2cd7cb07-b911-430e-9068-c1302a42540b 2018-08-18 13:42:53,988 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 13:42:55,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 13:42:55,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:42:57,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42: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-748d8100-67d7-4059-8bbe-0a426de825a7 x-compute-request-id: req-748d8100-67d7-4059-8bbe-0a426de825a7 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.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "bookmark"}], "image": {"id": "aab3e695-988d-495b-a040-941c95151f02", "links": [{"href": "http://172.30.9.22:8774/images/aab3e695-988d-495b-a040-941c95151f02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6dcd38e0-a3b2-4c20-baae-212305f20333", "links": [{"href": "http://172.30.9.22:8774/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333", "rel": "bookmark"}]}, "id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "security_groups": [{"name": "singlevm1-sg_6dd2c3ab-1b58-4250-b239-e448e5812914"}], "user_id": "f52a835c15b34579a8516e69a8f80135", "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-18T13:42:54Z", "hostId": "a47896074a334ace98060c4dd52f3ff962858c6a9b126b016c71e61f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6dd2c3ab-1b58-4250-b239-e448e5812914", "created": "2018-08-18T13:42:49Z", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 13:42:57,343 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-748d8100-67d7-4059-8bbe-0a426de825a7 2018-08-18 13:42:57,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35226106644s 2018-08-18 13:42:57,343 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-748d8100-67d7-4059-8bbe-0a426de825a7 2018-08-18 13:42:57,347 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 13:42:59,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 13:42:59,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:00,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:42:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7f40fdf-e4d8-4c57-811c-4e29ba94c71a x-compute-request-id: req-e7f40fdf-e4d8-4c57-811c-4e29ba94c71a Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_6dd2c3ab-1b58-4250-b239-e448e5812914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:c1:6e", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "bookmark"}], "image": {"id": "aab3e695-988d-495b-a040-941c95151f02", "links": [{"href": "http://172.30.9.22:8774/images/aab3e695-988d-495b-a040-941c95151f02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6dcd38e0-a3b2-4c20-baae-212305f20333", "links": [{"href": "http://172.30.9.22:8774/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333", "rel": "bookmark"}]}, "id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "security_groups": [{"name": "singlevm1-sg_6dd2c3ab-1b58-4250-b239-e448e5812914"}], "user_id": "f52a835c15b34579a8516e69a8f80135", "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-18T13:42:54Z", "hostId": "a47896074a334ace98060c4dd52f3ff962858c6a9b126b016c71e61f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6dd2c3ab-1b58-4250-b239-e448e5812914", "created": "2018-08-18T13:42:49Z", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 13:43:00,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e7f40fdf-e4d8-4c57-811c-4e29ba94c71a 2018-08-18 13:43:00,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.4686229229s 2018-08-18 13:43:00,819 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e7f40fdf-e4d8-4c57-811c-4e29ba94c71a 2018-08-18 13:43:00,823 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 13:43:02,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 13:43:02,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:05,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43: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-f1bf99a4-0ed2-4b71-8f8f-bc1aceaa831b x-compute-request-id: req-f1bf99a4-0ed2-4b71-8f8f-bc1aceaa831b Content-Encoding: gzip Content-Length: 814 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_6dd2c3ab-1b58-4250-b239-e448e5812914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:c1:6e", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "bookmark"}], "image": {"id": "aab3e695-988d-495b-a040-941c95151f02", "links": [{"href": "http://172.30.9.22:8774/images/aab3e695-988d-495b-a040-941c95151f02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-18T13:43:01.000000", "flavor": {"id": "6dcd38e0-a3b2-4c20-baae-212305f20333", "links": [{"href": "http://172.30.9.22:8774/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333", "rel": "bookmark"}]}, "id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "security_groups": [{"name": "singlevm1-sg_6dd2c3ab-1b58-4250-b239-e448e5812914"}], "user_id": "f52a835c15b34579a8516e69a8f80135", "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-18T13:43:02Z", "hostId": "a47896074a334ace98060c4dd52f3ff962858c6a9b126b016c71e61f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6dd2c3ab-1b58-4250-b239-e448e5812914", "created": "2018-08-18T13:42:49Z", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 13:43:05,141 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f1bf99a4-0ed2-4b71-8f8f-bc1aceaa831b 2018-08-18 13:43:05,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.31514215469s 2018-08-18 13:43:05,142 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f1bf99a4-0ed2-4b71-8f8f-bc1aceaa831b 2018-08-18 13:43:05,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 13:43:05,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=5c53b2b5-a8fa-42d1-a31c-623b02e483f9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:05,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 992 X-Openstack-Request-Id: req-d5958949-c718-4f6f-91a9-55348caf82b5 Date: Sat, 18 Aug 2018 13:43:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-18T13:43:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bcc71d83-73ee-494c-b4b7-14718b1ced81","ip_address":"192.168.120.21"}],"id":"bcdc4b1c-156f-49d1-93b5-5cd954050d1e","security_groups":["cebf4bc7-739e-4d21-8d25-edd6ed4c4266"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:c1:6e","project_id":"b6ce1aa05c2a45e9b662247aa24b2526","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1519d89a-6262-4f51-8aff-191689a374a5","tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:42:53Z","binding:vnic_type":"normal","device_id":"5c53b2b5-a8fa-42d1-a31c-623b02e483f9","ip_allocation":"immediate"}]} 2018-08-18 13:43:05,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=5c53b2b5-a8fa-42d1-a31c-623b02e483f9 used request id req-d5958949-c718-4f6f-91a9-55348caf82b5 2018-08-18 13:43:05,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.230074882507s 2018-08-18 13:43:05,376 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=5c53b2b5-a8fa-42d1-a31c-623b02e483f9 used request id req-d5958949-c718-4f6f-91a9-55348caf82b5 2018-08-18 13:43:05,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 13:43:05,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=bcdc4b1c-156f-49d1-93b5-5cd954050d1e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:05,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3c2e5707-9ac3-46fc-a89e-613c495250dc Date: Sat, 18 Aug 2018 13:43:05 GMT RESP BODY: {"floatingips": []} 2018-08-18 13:43:05,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=bcdc4b1c-156f-49d1-93b5-5cd954050d1e used request id req-3c2e5707-9ac3-46fc-a89e-613c495250dc 2018-08-18 13:43:05,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0471749305725s 2018-08-18 13:43:05,429 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=bcdc4b1c-156f-49d1-93b5-5cd954050d1e used request id req-3c2e5707-9ac3-46fc-a89e-613c495250dc 2018-08-18 13:43:05,430 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_6dd2c3ab-1b58-4250-b239-e448e5812914': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:30:c1:6e', u'version': 4, u'addr': u'192.168.120.21', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'aab3e695-988d-495b-a040-941c95151f02'}), 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-18T13:43:01.000000', 'flavor': Munch({u'id': u'6dcd38e0-a3b2-4c20-baae-212305f20333'}), 'az': u'nova', 'id': u'5c53b2b5-a8fa-42d1-a31c-623b02e483f9', 'security_groups': [Munch({u'name': u'singlevm1-sg_6dd2c3ab-1b58-4250-b239-e448e5812914'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f52a835c15b34579a8516e69a8f80135', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b6ce1aa05c2a45e9b662247aa24b2526', '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-18T13:43:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-18T13:43:02Z', 'hostId': u'a47896074a334ace98060c4dd52f3ff962858c6a9b126b016c71e61f', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914', 'public_v6': '', 'private_v4': u'192.168.120.21', 'cloud': 'envvars', 'host_id': u'a47896074a334ace98060c4dd52f3ff962858c6a9b126b016c71e61f', '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-18T13:43:01.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'b6ce1aa05c2a45e9b662247aa24b2526', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_6dd2c3ab-1b58-4250-b239-e448e5812914', 'adminPass': u'UdafCS46ZQWD', 'tenant_id': u'b6ce1aa05c2a45e9b662247aa24b2526', 'created_at': u'2018-08-18T13:42:49Z', 'created': u'2018-08-18T13:42:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-18 13:43:05,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:43:05,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:05,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2145 X-Openstack-Request-Id: req-bb495a97-0c55-45a4-9ab0-5196a9e38594 Date: Sat, 18 Aug 2018 13:43:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1519d89a-6262-4f51-8aff-191689a374a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"b6ce1aa05c2a45e9b662247aa24b2526","l2_adjacency":true,"status":"ACTIVE","subnets":["bcc71d83-73ee-494c-b4b7-14718b1ced81"],"description":"","tags":[],"updated_at":"2018-08-18T13:42:26Z","qos_policy_id":null,"name":"singlevm1-net_6dd2c3ab-1b58-4250-b239-e448e5812914","admin_state_up":true,"tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:42:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e597f428-1d11-4630-bff2-364c3fe38e81","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["4bef3cc8-daa4-4a26-8f8f-44fbf8023c1a"],"description":"","tags":[],"updated_at":"2018-08-18T13:42:27Z","qos_policy_id":null,"name":"HA network tenant b6ce1aa05c2a45e9b662247aa24b2526","admin_state_up":true,"tenant_id":"","created_at":"2018-08-18T13:42:27Z","provider:network_type":"vxlan"}]} 2018-08-18 13:43:05,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bb495a97-0c55-45a4-9ab0-5196a9e38594 2018-08-18 13:43:05,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0856809616089s 2018-08-18 13:43:05,519 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bb495a97-0c55-45a4-9ab0-5196a9e38594 2018-08-18 13:43:05,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-18 13:43:05,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=5c53b2b5-a8fa-42d1-a31c-623b02e483f9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:05,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 992 X-Openstack-Request-Id: req-9841a614-37ff-4743-acb2-56d1143a6d12 Date: Sat, 18 Aug 2018 13:43:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-18T13:43:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bcc71d83-73ee-494c-b4b7-14718b1ced81","ip_address":"192.168.120.21"}],"id":"bcdc4b1c-156f-49d1-93b5-5cd954050d1e","security_groups":["cebf4bc7-739e-4d21-8d25-edd6ed4c4266"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:c1:6e","project_id":"b6ce1aa05c2a45e9b662247aa24b2526","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1519d89a-6262-4f51-8aff-191689a374a5","tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:42:53Z","binding:vnic_type":"normal","device_id":"5c53b2b5-a8fa-42d1-a31c-623b02e483f9","ip_allocation":"immediate"}]} 2018-08-18 13:43:05,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=5c53b2b5-a8fa-42d1-a31c-623b02e483f9 used request id req-9841a614-37ff-4743-acb2-56d1143a6d12 2018-08-18 13:43:05,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0452320575714s 2018-08-18 13:43:05,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=5c53b2b5-a8fa-42d1-a31c-623b02e483f9 used request id req-9841a614-37ff-4743-acb2-56d1143a6d12 2018-08-18 13:43:05,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-18 13:43:05,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '{"floatingip": {"floating_network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "fixed_ip_address": "192.168.120.21", "port_id": "bcdc4b1c-156f-49d1-93b5-5cd954050d1e"}}' 2018-08-18 13:43:08,803 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-3982542b-0610-49e3-920f-6c0a19c0192b Date: Sat, 18 Aug 2018 13:43:08 GMT RESP BODY: {"floatingip": {"router_id": "18841b7d-3c35-4228-9b50-7a760c8d439a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:43:06Z", "updated_at": "2018-08-18T13:43:06Z", "floating_network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1519d89a-6262-4f51-8aff-191689a374a5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:30:c1:6e", "device_id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9"}, "fixed_ip_address": "192.168.120.21", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_id": "bcdc4b1c-156f-49d1-93b5-5cd954050d1e", "id": "a80a4ccd-bbcc-4392-bab9-a2c89d2cc316", "qos_policy_id": null}} 2018-08-18 13:43:08,803 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3982542b-0610-49e3-920f-6c0a19c0192b 2018-08-18 13:43:08,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 3.23602509499s 2018-08-18 13:43:08,804 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3982542b-0610-49e3-920f-6c0a19c0192b 2018-08-18 13:43:08,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 13:43:08,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:08,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-9ea6a491-7341-4723-90e3-461e6b0a6fe0 Date: Sat, 18 Aug 2018 13:43:08 GMT RESP BODY: {"floatingips": [{"router_id": "18841b7d-3c35-4228-9b50-7a760c8d439a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:43:06Z", "updated_at": "2018-08-18T13:43:06Z", "floating_network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1519d89a-6262-4f51-8aff-191689a374a5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:30:c1:6e", "device_id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9"}, "fixed_ip_address": "192.168.120.21", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_id": "bcdc4b1c-156f-49d1-93b5-5cd954050d1e", "id": "a80a4ccd-bbcc-4392-bab9-a2c89d2cc316", "qos_policy_id": null}]} 2018-08-18 13:43:08,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-9ea6a491-7341-4723-90e3-461e6b0a6fe0 2018-08-18 13:43:08,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0720520019531s 2018-08-18 13:43:08,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-9ea6a491-7341-4723-90e3-461e6b0a6fe0 2018-08-18 13:43:08,888 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-18 13:43:08,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 13:43:08,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:09,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-754ba277-081f-440d-b345-8e3f988ebcdd Date: Sat, 18 Aug 2018 13:43:09 GMT RESP BODY: {"floatingips": [{"router_id": "18841b7d-3c35-4228-9b50-7a760c8d439a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:43:06Z", "updated_at": "2018-08-18T13:43:06Z", "floating_network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1519d89a-6262-4f51-8aff-191689a374a5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:30:c1:6e", "device_id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9"}, "fixed_ip_address": "192.168.120.21", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_id": "bcdc4b1c-156f-49d1-93b5-5cd954050d1e", "id": "a80a4ccd-bbcc-4392-bab9-a2c89d2cc316", "qos_policy_id": null}]} 2018-08-18 13:43:09,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-754ba277-081f-440d-b345-8e3f988ebcdd 2018-08-18 13:43:09,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.24435210228s 2018-08-18 13:43:09,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-754ba277-081f-440d-b345-8e3f988ebcdd 2018-08-18 13:43:09,242 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-18 13:43:09,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 13:43:09,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:09,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-356a8ff1-84e9-4618-b72b-22913426b648 Date: Sat, 18 Aug 2018 13:43:09 GMT RESP BODY: {"floatingips": [{"router_id": "18841b7d-3c35-4228-9b50-7a760c8d439a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:43:06Z", "updated_at": "2018-08-18T13:43:06Z", "floating_network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1519d89a-6262-4f51-8aff-191689a374a5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:30:c1:6e", "device_id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9"}, "fixed_ip_address": "192.168.120.21", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_id": "bcdc4b1c-156f-49d1-93b5-5cd954050d1e", "id": "a80a4ccd-bbcc-4392-bab9-a2c89d2cc316", "qos_policy_id": null}]} 2018-08-18 13:43:09,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-356a8ff1-84e9-4618-b72b-22913426b648 2018-08-18 13:43:09,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.087452173233s 2018-08-18 13:43:09,435 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-356a8ff1-84e9-4618-b72b-22913426b648 2018-08-18 13:43:09,439 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-18 13:43:09,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 13:43:09,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:09,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-fc1e8275-ecd9-4165-adfa-784e74c08e6e Date: Sat, 18 Aug 2018 13:43:09 GMT RESP BODY: {"floatingips": [{"router_id": "18841b7d-3c35-4228-9b50-7a760c8d439a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:43:06Z", "updated_at": "2018-08-18T13:43:06Z", "floating_network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1519d89a-6262-4f51-8aff-191689a374a5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:30:c1:6e", "device_id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9"}, "fixed_ip_address": "192.168.120.21", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_id": "bcdc4b1c-156f-49d1-93b5-5cd954050d1e", "id": "a80a4ccd-bbcc-4392-bab9-a2c89d2cc316", "qos_policy_id": null}]} 2018-08-18 13:43:09,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-fc1e8275-ecd9-4165-adfa-784e74c08e6e 2018-08-18 13:43:09,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0660030841827s 2018-08-18 13:43:09,610 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-fc1e8275-ecd9-4165-adfa-784e74c08e6e 2018-08-18 13:43:09,614 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-18 13:43:09,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 13:43:09,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:09,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-3201e0f3-f645-43b2-a965-be4dc2a66b1a Date: Sat, 18 Aug 2018 13:43:09 GMT RESP BODY: {"floatingips": [{"router_id": "18841b7d-3c35-4228-9b50-7a760c8d439a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:43:06Z", "updated_at": "2018-08-18T13:43:06Z", "floating_network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1519d89a-6262-4f51-8aff-191689a374a5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:30:c1:6e", "device_id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9"}, "fixed_ip_address": "192.168.120.21", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_id": "bcdc4b1c-156f-49d1-93b5-5cd954050d1e", "id": "a80a4ccd-bbcc-4392-bab9-a2c89d2cc316", "qos_policy_id": null}]} 2018-08-18 13:43:09,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3201e0f3-f645-43b2-a965-be4dc2a66b1a 2018-08-18 13:43:09,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0752248764038s 2018-08-18 13:43:09,794 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3201e0f3-f645-43b2-a965-be4dc2a66b1a 2018-08-18 13:43:09,798 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-18 13:43:09,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 13:43:09,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:10,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-8e78f356-f433-421b-98ff-af65f3b3b995 Date: Sat, 18 Aug 2018 13:43:10 GMT RESP BODY: {"floatingips": [{"router_id": "18841b7d-3c35-4228-9b50-7a760c8d439a", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:43:06Z", "updated_at": "2018-08-18T13:43:10Z", "floating_network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1519d89a-6262-4f51-8aff-191689a374a5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:30:c1:6e", "device_id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9"}, "fixed_ip_address": "192.168.120.21", "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_id": "bcdc4b1c-156f-49d1-93b5-5cd954050d1e", "id": "a80a4ccd-bbcc-4392-bab9-a2c89d2cc316", "qos_policy_id": null}]} 2018-08-18 13:43:10,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-8e78f356-f433-421b-98ff-af65f3b3b995 2018-08-18 13:43:10,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.06134581566s 2018-08-18 13:43:10,965 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-8e78f356-f433-421b-98ff-af65f3b3b995 2018-08-18 13:43:10,969 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'18841b7d-3c35-4228-9b50-7a760c8d439a', 'updated_at': u'2018-08-18T13:43:10Z', 'fixed_ip_address': u'192.168.120.21', 'floating_ip_address': u'172.30.9.206', 'revision_number': 2, 'port_id': u'bcdc4b1c-156f-49d1-93b5-5cd954050d1e', 'id': u'a80a4ccd-bbcc-4392-bab9-a2c89d2cc316', 'network': u'1ef07fb9-d683-46ee-95cb-f6b096b4cbe9', 'port': u'bcdc4b1c-156f-49d1-93b5-5cd954050d1e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b6ce1aa05c2a45e9b662247aa24b2526', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b6ce1aa05c2a45e9b662247aa24b2526', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'1ef07fb9-d683-46ee-95cb-f6b096b4cbe9', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'1519d89a-6262-4f51-8aff-191689a374a5', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:30:c1:6e', u'device_id': u'5c53b2b5-a8fa-42d1-a31c-623b02e483f9'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'b6ce1aa05c2a45e9b662247aa24b2526', 'created_at': u'2018-08-18T13:43:06Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'1519d89a-6262-4f51-8aff-191689a374a5', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:30:c1:6e', u'device_id': u'5c53b2b5-a8fa-42d1-a31c-623b02e483f9'}), 'router': u'18841b7d-3c35-4228-9b50-7a760c8d439a'}) 2018-08-18 13:43:10,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-18 13:43:10,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-18 13:43:11,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43: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-a6b748a1-fef5-4095-ae49-da586b57d59d x-compute-request-id: req-a6b748a1-fef5-4095-ae49-da586b57d59d Content-Encoding: gzip Content-Length: 9597 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 506765916 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184357] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186644] pid_max: default: 32768 minimum: 301\n[ 0.187875] ACPI: Core revision 20150930\n[ 0.189560] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191360] Security Framework initialized\n[ 0.192488] Yama: becoming mindful.\n[ 0.193499] AppArmor: AppArmor initialized\n[ 0.194670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196446] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198180] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199824] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201716] Initializing cgroup subsys io\n[ 0.202830] Initializing cgroup subsys memory\n[ 0.204018] Initializing cgroup subsys devices\n[ 0.205218] Initializing cgroup subsys freezer\n[ 0.206417] Initializing cgroup subsys net_cls\n[ 0.207630] Initializing cgroup subsys perf_event\n[ 0.208882] Initializing cgroup subsys net_prio\n[ 0.210099] Initializing cgroup subsys hugetlb\n[ 0.211326] Initializing cgroup subsys pids\n[ 0.212521] CPU: Physical Processor ID: 0\n[ 0.214329] mce: CPU supports 10 MCE banks\n[ 0.215502] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216876] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239763] ftrace: allocating 31920 entries in 125 pages\n[ 0.264895] smpboot: Max logical packages: 1\n[ 0.266069] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267948] x2apic enabled\n[ 0.269083] Switched APIC routing to physical x2apic.\n[ 0.271546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273074] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275807] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278281] KVM setup paravirtual spinlock\n[ 0.279871] x86: Booted up 1 node, 1 CPUs\n[ 0.280983] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282870] devtmpfs: initialized\n[ 0.284847] evm: security.selinux\n[ 0.285815] evm: security.SMACK64\n[ 0.286778] evm: security.SMACK64EXEC\n[ 0.287812] evm: security.SMACK64TRANSMUTE\n[ 0.288923] evm: security.SMACK64MMAP\n[ 0.289946] evm: security.ima\n[ 0.290839] evm: security.capability\n[ 0.291931] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294451] pinctrl core: initialized pinctrl subsystem\n[ 0.295935] RTC time: 13:43:02, date: 08/18/18\n[ 0.297234] NET: Registered protocol family 16\n[ 0.298548] cpuidle: using governor ladder\n[ 0.299672] cpuidle: using governor menu\n[ 0.300767] PCCT header not found.\n[ 0.301817] ACPI: bus type PCI registered\n[ 0.302925] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304616] PCI: Using configuration type 1 for base access\n[ 0.306766] ACPI: Added _OSI(Module Device)\n[ 0.307918] ACPI: Added _OSI(Processor Device)\n[ 0.309095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.310335] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312496] ACPI: Interpreter enabled\n[ 0.313537] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.316063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318577] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.321093] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323621] ACPI: (supports S0 S5)\n[ 0.324597] ACPI: Using IOAPIC for interrupt routing\n[ 0.325882] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.331315] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337572] acpiphp: Slot [3] registered\n[ 0.338658] acpiphp: Slot [4] registered\n[ 0.339738] acpiphp: Slot [5] registered\n[ 0.340817] acpiphp: Slot [6] registered\n[ 0.341905] acpiphp: Slot [7] registered\n[ 0.342991] acpiphp: Slot [8] registered\n[ 0.344078] acpiphp: Slot [9] registered\n[ 0.345158] acpiphp: Slot [10] registered\n[ 0.346264] acpiphp: Slot [11] registered\n[ 0.347366] acpiphp: Slot [12] registered\n[ 0.348480] acpiphp: Slot [13] registered\n[ 0.349574] acpiphp: Slot [14] registered\n[ 0.350672] acpiphp: Slot [15] registered\n[ 0.366099] acpiphp: Slot [16] registered\n[ 0.367206] acpiphp: Slot [17] registered\n[ 0.368307] acpiphp: Slot [18] registered\n[ 0.369395] acpiphp: Slot [19] registered\n[ 0.370487] acpiphp: Slot [20] registered\n[ 0.371584] acpiphp: Slot [21] registered\n[ 0.372686] acpiphp: Slot [22] registered\n[ 0.373783] acpiphp: Slot [23] registered\n[ 0.374877] acpiphp: Slot [24] registered\n[ 0.375972] acpiphp: Slot [25] registered\n[ 0.377071] acpiphp: Slot [26] registered\n[ 0.378158] acpiphp: Slot [27] registered\n[ 0.379262] acpiphp: Slot [28] registered\n[ 0.380356] acpiphp: Slot [29] registered\n[ 0.381449] acpiphp: Slot [30] registered\n[ 0.382546] acpiphp: Slot [31] registered\n[ 0.383641] PCI host bridge to bus 0000:00\n[ 0.384734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386361] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387976] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389939] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391901] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393905] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399568] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401139] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402834] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407189] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409124] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429537] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433465] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435435] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437340] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440877] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442301] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444389] vgaarb: loaded\n[ 0.445210] vgaarb: bridge control possible 0000:00:02.0\n[ 0.446827] SCSI subsystem initialized\n[ 0.448064] ACPI: bus type USB registered\n[ 0.449185] usbcore: registered new interface driver usbfs\n[ 0.450557] usbcore: registered new interface driver hub\n[ 0.451915] usbcore: registered new device driver usb\n[ 0.453393] PCI: Using ACPI for IRQ routing\n[ 0.454889] NetLabel: Initializing\n[ 0.455862] NetLabel: domain hash size = 128\n[ 0.457002] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458285] NetLabel: unlabeled traffic allowed by default\n[ 0.459832] clocksource: Switched to clocksource kvm-clock\n[ 0.469761] AppArmor: AppArmor Filesystem Enabled\n[ 0.471043] pnp: PnP ACPI init\n[ 0.472291] pnp: PnP ACPI: found 5 devices\n[ 0.479092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.481403] NET: Registered protocol family 2\n[ 0.482755] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.484443] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.486020] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.487627] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489045] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490584] NET: Registered protocol family 1\n[ 0.491744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.493181] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.494588] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.523143] Trying to unpack rootfs image as initramfs...\n[ 0.584465] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589224] Scanning for low memory corruption every 60 seconds\n[ 0.591411] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593002] audit: initializing netlink subsys (disabled)\n[ 0.594441] audit: type=2000 audit(1534599782.809:1): initialized\n[ 0.596355] Initialise system trusted keyring\n[ 0.597707] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.599271] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.601977] zbud: loaded\n[ 0.602978] VFS: Disk quotas dquot_6.6.0\n[ 0.604116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.606256] fuse init (API version 7.23)\n[ 0.607473] Key type big_key registered\n[ 0.608591] Allocating IMA MOK and blacklist keyrings.\n[ 0.610243] Key type asymmetric registered\n[ 0.611374] Asymmetric key parser 'x509' registered\n[ 0.612687] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.614740] io scheduler noop registered\n[ 0.615820] io scheduler deadline registered (default)\n[ 0.617180] io scheduler cfq registered\n[ 0.618358] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619766] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621522] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.623515] ACPI: Power Button [PWRF]\n[ 0.624722] GHES: HEST is not enabled!\n[ 0.638820] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667838] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694405] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697460] Linux agpgart interface v0.103\n[ 0.700915] brd: module loaded\n[ 0.703148] loop: module loaded\n[ 0.708680] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.710697] GPT:90111 != 2097151\n[ 0.711643] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713147] GPT:90111 != 2097151\n[ 0.714087] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715419] vda: vda1 vda15\n[ 0.717055] scsi host0: ata_piix\n[ 0.718128] scsi host1: ata_piix\n[ 0.719128] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.720793] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.722798] libphy: Fixed MDIO Bus: probed\n[ 0.724177] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725497] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728246] PPP generic driver version 2.4.2\n[ 0.729501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731140] ehci-pci: EHCI PCI platform driver\n[ 0.732372] ehci-platform: EHCI generic platform driver\n[ 0.733749] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735313] ohci-pci: OHCI PCI platform driver\n[ 0.736522] ohci-platform: OHCI generic platform driver\n[ 0.737894] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752489] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753874] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757277] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758841] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760507] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762467] usb usb1: Product: UHCI Host Controller\n[ 0.763742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765281] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766605] hub 1-0:1.0: USB hub found\n[ 0.767715] hub 1-0:1.0: 2 ports detected\n[ 0.768977] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.771880] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773174] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774553] mousedev: PS/2 mouse device common for all mice\n[ 0.776249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778692] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780242] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782008] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783952] i2c /dev entries driver\n[ 0.785178] device-mapper: uevent: version 1.0.3\n[ 0.786701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.789338] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.791467] NET: Registered protocol family 10\n[ 0.793228] NET: Registered protocol family 17\n[ 0.794653] Key type dns_resolver registered\n[ 0.796159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.797920] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.800741] registered taskstats version 1\n[ 0.802084] Loading compiled-in X.509 certificates\n[ 0.804146] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807127] zswap: loaded using pool lzo/zbud\n[ 0.809393] Key type trusted registered\n[ 0.811713] Key type encrypted registered\n[ 0.813050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815978] evm: HMAC attrs: 0x1\n[ 0.817279] Magic number: 14:427:736\n[ 0.818435] rtc_cmos 00:00: setting system clock to 2018-08-18 13:43:02 UTC (1534599782)\n[ 0.820638] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822127] EDD information not available.\n[ 0.881392] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.897616] Write protecting the kernel read-only data: 14336k\n[ 0.900539] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.902997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.949082] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.21...\nLease of 192.168.120.21 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCbEizEJJ9ZWIfi2w8nzalQnQqwp5iklxU03D4mumREGVOFGZ5kydjCdViGX/x6SQZgoCjz8JtF/dkVGePycfXFPnEylHOnVrhcIM4yrb4mHoD1K3vY/6Z3jtvAWmv6lgPWlsqdr1wBbJtXp9ttjW9Mu9yLdELdKvutpSmaEsVznK1XcjLGTvSs4fzLt5mLv8OQ4wHHALGvxma7GVJFZtYzWMSfslAxOeG3jxQ7Bz8Bl91lc43xDmPmzMES6nOF9U5pchrM+HqFJhdnp9/a3o7W1+bw5wB7vM5hsuD09hHf0hTNkO233FwTT6id2jb7QBAjjCpzrQP+eI6F37tDjamb root@singlevm1-vm-6dd2c3ab-1b58-4250-b239-e448e5812914\nssh-dss AAAAB3NzaC1kc3MAAACBAKOt9JrTzFSusOI+l05K3fPEAYtU60kjnMDT+bC2hXXSLE9cYRYynzo9t646us4PN+CkuDxcnpncUMA1FdZsn5kWkEV2zlA/KzZoS0kWMsgDQodzaSKrZstopjg9zTJtb7fkBnKDYrKfLMzj5Iy7OL7sUAaKV/KKrUkK1QLnY5pXAAAAFQCvj8sYAjvWTiDrny8VBZ9w3M3V9QAAAIEAoJTwEd3/nj7GpX50b7QLLCqf0ZE44YToPOITZU2M23bW3KJniRXMyCl+LLzRHYpwCdPI+/f3q6UXeOBgt37pkARNvCHFU2g9Qz4nLKQqlMP8maBIHAXkGiitALvsCiLs+6wUVYSrUEYgqvpklj6vNHRzVx/GzIjlJKERjMFyzA0AAACAZu59K/aS5Lv0T5Ab+lUxbLf0wuxbTwBbjieFfp/HvZdWcW7aEmNp8GuNrUaPxO1IWyLUuvVxExbMeL8+5PTacXc0Rn/9Ns0slimiQC4P9yvsJqJnnOhdNOaUmroSTzC+DgSKbmw2p3uW4g3VPAIenHHet0vXswRKhFttbA2asjI= root@singlevm1-vm-6dd2c3ab-1b58-4250-b239-e448e5812914\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.21,24,fe80::f816:3eff:fe30:c16e/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.21 \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-6dd2c3ab-1b58-4250-b239-e448e5812914\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.15 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-6dd2c3ab-1b58-4250-b239-e448e5812914 login: "} 2018-08-18 13:43:11,771 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9/action used request id req-a6b748a1-fef5-4095-ae49-da586b57d59d 2018-08-18 13:43:11,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.801276922226s 2018-08-18 13:43:11,772 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9/action used request id req-a6b748a1-fef5-4095-ae49-da586b57d59d 2018-08-18 13:43:11,772 - 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 506765916 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.184357] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.186644] pid_max: default: 32768 minimum: 301 [ 0.187875] ACPI: Core revision 20150930 [ 0.189560] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.191360] Security Framework initialized [ 0.192488] Yama: becoming mindful. [ 0.193499] AppArmor: AppArmor initialized [ 0.194670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.196446] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.198180] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199824] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201716] Initializing cgroup subsys io [ 0.202830] Initializing cgroup subsys memory [ 0.204018] Initializing cgroup subsys devices [ 0.205218] Initializing cgroup subsys freezer [ 0.206417] Initializing cgroup subsys net_cls [ 0.207630] Initializing cgroup subsys perf_event [ 0.208882] Initializing cgroup subsys net_prio [ 0.210099] Initializing cgroup subsys hugetlb [ 0.211326] Initializing cgroup subsys pids [ 0.212521] CPU: Physical Processor ID: 0 [ 0.214329] mce: CPU supports 10 MCE banks [ 0.215502] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.216876] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.233154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.239763] ftrace: allocating 31920 entries in 125 pages [ 0.264895] smpboot: Max logical packages: 1 [ 0.266069] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.267948] x2apic enabled [ 0.269083] Switched APIC routing to physical x2apic. [ 0.271546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.273074] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.275807] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.278281] KVM setup paravirtual spinlock [ 0.279871] x86: Booted up 1 node, 1 CPUs [ 0.280983] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.282870] devtmpfs: initialized [ 0.284847] evm: security.selinux [ 0.285815] evm: security.SMACK64 [ 0.286778] evm: security.SMACK64EXEC [ 0.287812] evm: security.SMACK64TRANSMUTE [ 0.288923] evm: security.SMACK64MMAP [ 0.289946] evm: security.ima [ 0.290839] evm: security.capability [ 0.291931] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.294451] pinctrl core: initialized pinctrl subsystem [ 0.295935] RTC time: 13:43:02, date: 08/18/18 [ 0.297234] NET: Registered protocol family 16 [ 0.298548] cpuidle: using governor ladder [ 0.299672] cpuidle: using governor menu [ 0.300767] PCCT header not found. [ 0.301817] ACPI: bus type PCI registered [ 0.302925] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.304616] PCI: Using configuration type 1 for base access [ 0.306766] ACPI: Added _OSI(Module Device) [ 0.307918] ACPI: Added _OSI(Processor Device) [ 0.309095] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.310335] ACPI: Added _OSI(Processor Aggregator Device) [ 0.312496] ACPI: Interpreter enabled [ 0.313537] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.316063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.318577] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.321093] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.323621] ACPI: (supports S0 S5) [ 0.324597] ACPI: Using IOAPIC for interrupt routing [ 0.325882] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.329756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.331315] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.333013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.334628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.337572] acpiphp: Slot [3] registered [ 0.338658] acpiphp: Slot [4] registered [ 0.339738] acpiphp: Slot [5] registered [ 0.340817] acpiphp: Slot [6] registered [ 0.341905] acpiphp: Slot [7] registered [ 0.342991] acpiphp: Slot [8] registered [ 0.344078] acpiphp: Slot [9] registered [ 0.345158] acpiphp: Slot [10] registered [ 0.346264] acpiphp: Slot [11] registered [ 0.347366] acpiphp: Slot [12] registered [ 0.348480] acpiphp: Slot [13] registered [ 0.349574] acpiphp: Slot [14] registered [ 0.350672] acpiphp: Slot [15] registered [ 0.366099] acpiphp: Slot [16] registered [ 0.367206] acpiphp: Slot [17] registered [ 0.368307] acpiphp: Slot [18] registered [ 0.369395] acpiphp: Slot [19] registered [ 0.370487] acpiphp: Slot [20] registered [ 0.371584] acpiphp: Slot [21] registered [ 0.372686] acpiphp: Slot [22] registered [ 0.373783] acpiphp: Slot [23] registered [ 0.374877] acpiphp: Slot [24] registered [ 0.375972] acpiphp: Slot [25] registered [ 0.377071] acpiphp: Slot [26] registered [ 0.378158] acpiphp: Slot [27] registered [ 0.379262] acpiphp: Slot [28] registered [ 0.380356] acpiphp: Slot [29] registered [ 0.381449] acpiphp: Slot [30] registered [ 0.382546] acpiphp: Slot [31] registered [ 0.383641] PCI host bridge to bus 0000:00 [ 0.384734] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.386361] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387976] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389939] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391901] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393905] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397863] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399568] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.401139] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402834] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.407189] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.409124] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429537] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433465] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435435] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437340] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439120] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440877] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442301] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444389] vgaarb: loaded [ 0.445210] vgaarb: bridge control possible 0000:00:02.0 [ 0.446827] SCSI subsystem initialized [ 0.448064] ACPI: bus type USB registered [ 0.449185] usbcore: registered new interface driver usbfs [ 0.450557] usbcore: registered new interface driver hub [ 0.451915] usbcore: registered new device driver usb [ 0.453393] PCI: Using ACPI for IRQ routing [ 0.454889] NetLabel: Initializing [ 0.455862] NetLabel: domain hash size = 128 [ 0.457002] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458285] NetLabel: unlabeled traffic allowed by default [ 0.459832] clocksource: Switched to clocksource kvm-clock [ 0.469761] AppArmor: AppArmor Filesystem Enabled [ 0.471043] pnp: PnP ACPI init [ 0.472291] pnp: PnP ACPI: found 5 devices [ 0.479092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.481403] NET: Registered protocol family 2 [ 0.482755] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.484443] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.486020] TCP: Hash tables configured (established 4096 bind 4096) [ 0.487627] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.489045] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.490584] NET: Registered protocol family 1 [ 0.491744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.493181] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.494588] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.508785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523143] Trying to unpack rootfs image as initramfs... [ 0.584465] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.589224] Scanning for low memory corruption every 60 seconds [ 0.591411] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.593002] audit: initializing netlink subsys (disabled) [ 0.594441] audit: type=2000 audit(1534599782.809:1): initialized [ 0.596355] Initialise system trusted keyring [ 0.597707] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.599271] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.601977] zbud: loaded [ 0.602978] VFS: Disk quotas dquot_6.6.0 [ 0.604116] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.606256] fuse init (API version 7.23) [ 0.607473] Key type big_key registered [ 0.608591] Allocating IMA MOK and blacklist keyrings. [ 0.610243] Key type asymmetric registered [ 0.611374] Asymmetric key parser 'x509' registered [ 0.612687] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.614740] io scheduler noop registered [ 0.615820] io scheduler deadline registered (default) [ 0.617180] io scheduler cfq registered [ 0.618358] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.619766] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.621522] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.623515] ACPI: Power Button [PWRF] [ 0.624722] GHES: HEST is not enabled! [ 0.638820] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.667838] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.670663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.694405] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.697460] Linux agpgart interface v0.103 [ 0.700915] brd: module loaded [ 0.703148] loop: module loaded [ 0.708680] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.710697] GPT:90111 != 2097151 [ 0.711643] GPT:Alternate GPT header not at the end of the disk. [ 0.713147] GPT:90111 != 2097151 [ 0.714087] GPT: Use GNU Parted to correct GPT errors. [ 0.715419] vda: vda1 vda15 [ 0.717055] scsi host0: ata_piix [ 0.718128] scsi host1: ata_piix [ 0.719128] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.720793] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.722798] libphy: Fixed MDIO Bus: probed [ 0.724177] tun: Universal TUN/TAP device driver, 1.6 [ 0.725497] tun: (C) 1999-2004 Max Krasnyansky [ 0.728246] PPP generic driver version 2.4.2 [ 0.729501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.731140] ehci-pci: EHCI PCI platform driver [ 0.732372] ehci-platform: EHCI generic platform driver [ 0.733749] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.735313] ohci-pci: OHCI PCI platform driver [ 0.736522] ohci-platform: OHCI generic platform driver [ 0.737894] uhci_hcd: USB Universal Host Controller Interface driver [ 0.752489] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.753874] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.755903] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.757277] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.758841] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.760507] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.762467] usb usb1: Product: UHCI Host Controller [ 0.763742] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765281] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766605] hub 1-0:1.0: USB hub found [ 0.767715] hub 1-0:1.0: 2 ports detected [ 0.768977] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.771880] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.773174] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.774553] mousedev: PS/2 mouse device common for all mice [ 0.776249] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.778692] rtc_cmos 00:00: RTC can wake from S4 [ 0.780242] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.782008] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.783952] i2c /dev entries driver [ 0.785178] device-mapper: uevent: version 1.0.3 [ 0.786701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.789338] ledtrig-cpu: registered to indicate activity on CPUs [ 0.791467] NET: Registered protocol family 10 [ 0.793228] NET: Registered protocol family 17 [ 0.794653] Key type dns_resolver registered [ 0.796159] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.797920] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.800741] registered taskstats version 1 [ 0.802084] Loading compiled-in X.509 certificates [ 0.804146] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.807127] zswap: loaded using pool lzo/zbud [ 0.809393] Key type trusted registered [ 0.811713] Key type encrypted registered [ 0.813050] AppArmor: AppArmor sha1 policy hashing enabled [ 0.814544] ima: No TPM chip found, activating TPM-bypass! [ 0.815978] evm: HMAC attrs: 0x1 [ 0.817279] Magic number: 14:427:736 [ 0.818435] rtc_cmos 00:00: setting system clock to 2018-08-18 13:43:02 UTC (1534599782) [ 0.820638] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.822127] EDD information not available. [ 0.881392] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.897616] Write protecting the kernel read-only data: 14336k [ 0.900539] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.902997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.949082] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.80 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.21... Lease of 192.168.120.21 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCbEizEJJ9ZWIfi2w8nzalQnQqwp5iklxU03D4mumREGVOFGZ5kydjCdViGX/x6SQZgoCjz8JtF/dkVGePycfXFPnEylHOnVrhcIM4yrb4mHoD1K3vY/6Z3jtvAWmv6lgPWlsqdr1wBbJtXp9ttjW9Mu9yLdELdKvutpSmaEsVznK1XcjLGTvSs4fzLt5mLv8OQ4wHHALGvxma7GVJFZtYzWMSfslAxOeG3jxQ7Bz8Bl91lc43xDmPmzMES6nOF9U5pchrM+HqFJhdnp9/a3o7W1+bw5wB7vM5hsuD09hHf0hTNkO233FwTT6id2jb7QBAjjCpzrQP+eI6F37tDjamb root@singlevm1-vm-6dd2c3ab-1b58-4250-b239-e448e5812914 ssh-dss AAAAB3NzaC1kc3MAAACBAKOt9JrTzFSusOI+l05K3fPEAYtU60kjnMDT+bC2hXXSLE9cYRYynzo9t646us4PN+CkuDxcnpncUMA1FdZsn5kWkEV2zlA/KzZoS0kWMsgDQodzaSKrZstopjg9zTJtb7fkBnKDYrKfLMzj5Iy7OL7sUAaKV/KKrUkK1QLnY5pXAAAAFQCvj8sYAjvWTiDrny8VBZ9w3M3V9QAAAIEAoJTwEd3/nj7GpX50b7QLLCqf0ZE44YToPOITZU2M23bW3KJniRXMyCl+LLzRHYpwCdPI+/f3q6UXeOBgt37pkARNvCHFU2g9Qz4nLKQqlMP8maBIHAXkGiitALvsCiLs+6wUVYSrUEYgqvpklj6vNHRzVx/GzIjlJKERjMFyzA0AAACAZu59K/aS5Lv0T5Ab+lUxbLf0wuxbTwBbjieFfp/HvZdWcW7aEmNp8GuNrUaPxO1IWyLUuvVxExbMeL8+5PTacXc0Rn/9Ns0slimiQC4P9yvsJqJnnOhdNOaUmroSTzC+DgSKbmw2p3uW4g3VPAIenHHet0vXswRKhFttbA2asjI= root@singlevm1-vm-6dd2c3ab-1b58-4250-b239-e448e5812914 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.21,24,fe80::f816:3eff:fe30:c16e/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.21 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-6dd2c3ab-1b58-4250-b239-e448e5812914 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.15 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-6dd2c3ab-1b58-4250-b239-e448e5812914 login: 2018-08-18 13:43:11,778 - paramiko.transport - DEBUG - starting thread (client mode): 0xecd84f50L 2018-08-18 13:43:11,778 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-18 13:43:11,779 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-18 13:43:11,779 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-18 13:43:11,781 - 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-18 13:43:11,781 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-18 13:43:11,781 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-18 13:43:11,781 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-18 13:43:11,782 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-18 13:43:11,782 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-18 13:43:11,801 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-18 13:43:11,802 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-18 13:43:11,810 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: 335c19ce26f423f574adb7ccd684fcbb 2018-08-18 13:43:11,811 - paramiko.transport - DEBUG - Trying discovered key 6b040ef8e489eb4a8faea466fd3bb26f in /tmp/tmpZ6Br9E 2018-08-18 13:43:11,842 - paramiko.transport - DEBUG - userauth is OK 2018-08-18 13:43:11,849 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-18 13:43:11,876 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-18 13:43:11,877 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-18 13:43:11,877 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-18 13:43:11,879 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-18 13:43:11,880 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-18 13:43:11,880 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-18 13:43:11,880 - functest.core.singlevm - DEBUG - error: 2018-08-18 13:43:11,885 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-18 13:43:11,991 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 13:43:11,992 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:47 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-18 13:43:11,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-18 13:43:12,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/a80a4ccd-bbcc-4392-bab9-a2c89d2cc316.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:13,795 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e5bcabc-6c70-465b-95ac-6cccfb7aba55 Content-Length: 0 Date: Sat, 18 Aug 2018 13:43:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:43:13,796 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/a80a4ccd-bbcc-4392-bab9-a2c89d2cc316.json used request id req-4e5bcabc-6c70-465b-95ac-6cccfb7aba55 2018-08-18 13:43:13,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.79627799988s 2018-08-18 13:43:13,796 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/a80a4ccd-bbcc-4392-bab9-a2c89d2cc316.json used request id req-4e5bcabc-6c70-465b-95ac-6cccfb7aba55 2018-08-18 13:43:13,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-18 13:43:13,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:13,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-94c64d9a-a5c0-4763-beb4-d81f17ce8e53 Date: Sat, 18 Aug 2018 13:43:13 GMT RESP BODY: {"floatingips": []} 2018-08-18 13:43:13,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-94c64d9a-a5c0-4763-beb4-d81f17ce8e53 2018-08-18 13:43:13,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0425128936768s 2018-08-18 13:43:13,844 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-94c64d9a-a5c0-4763-beb4-d81f17ce8e53 2018-08-18 13:43:13,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-18 13:43:13,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:14,165 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 13:43: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 x-openstack-request-id: req-3f48334a-3e73-4727-86c2-9b3b11efbafe x-compute-request-id: req-3f48334a-3e73-4727-86c2-9b3b11efbafe Content-Type: application/json 2018-08-18 13:43:14,165 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9 used request id req-3f48334a-3e73-4727-86c2-9b3b11efbafe 2018-08-18 13:43:14,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.320899009705s 2018-08-18 13:43:14,166 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9 used request id req-3f48334a-3e73-4727-86c2-9b3b11efbafe 2018-08-18 13:43:14,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 13:43:14,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:14,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43: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-b5790c39-50f8-47ab-a23a-2990ac0c7560 x-compute-request-id: req-b5790c39-50f8-47ab-a23a-2990ac0c7560 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_6dd2c3ab-1b58-4250-b239-e448e5812914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:c1:6e", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:c1:6e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "rel": "bookmark"}], "image": {"id": "aab3e695-988d-495b-a040-941c95151f02", "links": [{"href": "http://172.30.9.22:8774/images/aab3e695-988d-495b-a040-941c95151f02", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-18T13:43:01.000000", "flavor": {"id": "6dcd38e0-a3b2-4c20-baae-212305f20333", "links": [{"href": "http://172.30.9.22:8774/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333", "rel": "bookmark"}]}, "id": "5c53b2b5-a8fa-42d1-a31c-623b02e483f9", "security_groups": [{"name": "singlevm1-sg_6dd2c3ab-1b58-4250-b239-e448e5812914"}], "user_id": "f52a835c15b34579a8516e69a8f80135", "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-18T13:43:13Z", "hostId": "a47896074a334ace98060c4dd52f3ff962858c6a9b126b016c71e61f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6dd2c3ab-1b58-4250-b239-e448e5812914", "created": "2018-08-18T13:42:49Z", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 13:43:14,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b5790c39-50f8-47ab-a23a-2990ac0c7560 2018-08-18 13:43:14,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.788604021072s 2018-08-18 13:43:14,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b5790c39-50f8-47ab-a23a-2990ac0c7560 2018-08-18 13:43:14,957 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 13:43:16,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 13:43:16,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:17,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-160fa7da-ebfe-447b-9301-eb2ba6b1a168 x-compute-request-id: req-160fa7da-ebfe-447b-9301-eb2ba6b1a168 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-18 13:43:17,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-160fa7da-ebfe-447b-9301-eb2ba6b1a168 2018-08-18 13:43:17,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.222290992737s 2018-08-18 13:43:17,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-160fa7da-ebfe-447b-9301-eb2ba6b1a168 2018-08-18 13:43:17,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 13:43:17,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:17,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-d6eb69d5-e47e-498b-a1c6-7028b0a56f6f Date: Sat, 18 Aug 2018 13:43:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:40:08Z", "updated_at": "2018-08-18T13:40:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:08Z", "revision_number": 0, "id": "12695bbf-eb3e-430e-8d3a-da48eb0f5147", "remote_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:08Z", "security_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:08Z", "revision_number": 0, "id": "171af0be-f165-46a7-8d7f-8aff4436b3fe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:08Z", "security_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:08Z", "revision_number": 0, "id": "395178a6-8bb8-47c2-b32e-3b881b845884", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:08Z", "security_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:08Z", "revision_number": 0, "id": "baf55a92-f1eb-4256-b04f-59c269d06c75", "remote_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:08Z", "security_group_id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}], "revision_number": 1, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "353cbde8-3a30-4c25-b6db-6e764cfe1e39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "created_at": "2018-08-18T13:40:42Z", "updated_at": "2018-08-18T13:40:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:42Z", "revision_number": 0, "id": "4f5e3708-db1b-46e9-a41d-a2b754d8de88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:42Z", "security_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a9c39473689417987f2d8a6acbc1915"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:42Z", "revision_number": 0, "id": "a7604659-1860-4d25-9f9f-6bfc2095dec0", "remote_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:42Z", "security_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a9c39473689417987f2d8a6acbc1915"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:42Z", "revision_number": 0, "id": "c3f2ef77-dcb9-43a6-9121-fcffcd3b81fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:42Z", "security_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a9c39473689417987f2d8a6acbc1915"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:42Z", "revision_number": 0, "id": "c7d1c9d1-737a-4a9b-b96b-20a64fafa96a", "remote_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:42Z", "security_group_id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "tenant_id": "9a9c39473689417987f2d8a6acbc1915", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a9c39473689417987f2d8a6acbc1915"}], "revision_number": 1, "project_id": "9a9c39473689417987f2d8a6acbc1915", "id": "90ad98ed-5d35-4173-8cdb-b66dab7fdda1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1652074503ef4a588a95aea0976f9147", "created_at": "2018-08-18T13:41:50Z", "updated_at": "2018-08-18T13:41:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:41:50Z", "revision_number": 0, "id": "14cdaa45-c018-4984-9b27-72eeab772ced", "remote_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "remote_ip_prefix": null, "created_at": "2018-08-18T13:41:50Z", "security_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "tenant_id": "1652074503ef4a588a95aea0976f9147", "port_range_min": null, "ethertype": "IPv6", "project_id": "1652074503ef4a588a95aea0976f9147"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:41:50Z", "revision_number": 0, "id": "9a2feef8-c0cc-4ee2-a154-b8bae5c95df8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:41:50Z", "security_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "tenant_id": "1652074503ef4a588a95aea0976f9147", "port_range_min": null, "ethertype": "IPv4", "project_id": "1652074503ef4a588a95aea0976f9147"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:41:50Z", "revision_number": 0, "id": "d8a08921-4ada-4aa1-9584-264f98b0728f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:41:50Z", "security_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "tenant_id": "1652074503ef4a588a95aea0976f9147", "port_range_min": null, "ethertype": "IPv6", "project_id": "1652074503ef4a588a95aea0976f9147"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:41:50Z", "revision_number": 0, "id": "e2c86447-88a3-4522-80c6-c874a487b72d", "remote_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "remote_ip_prefix": null, "created_at": "2018-08-18T13:41:50Z", "security_group_id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "tenant_id": "1652074503ef4a588a95aea0976f9147", "port_range_min": null, "ethertype": "IPv4", "project_id": "1652074503ef4a588a95aea0976f9147"}], "revision_number": 1, "project_id": "1652074503ef4a588a95aea0976f9147", "id": "9a596326-6b92-4a1e-ace8-f01401a16d95", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "created_at": "2018-08-18T13:35:24Z", "updated_at": "2018-08-18T13:35:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:35:24Z", "revision_number": 0, "id": "0f084fd4-57fb-4222-9461-ad7239ef94d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:35:24Z", "security_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:35:24Z", "revision_number": 0, "id": "1bf787cd-d2ce-4700-85d0-81f919782d02", "remote_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "remote_ip_prefix": null, "created_at": "2018-08-18T13:35:24Z", "security_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:35:24Z", "revision_number": 0, "id": "2ba59593-6a70-45a2-bc41-fbbd8350d9cd", "remote_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "remote_ip_prefix": null, "created_at": "2018-08-18T13:35:24Z", "security_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:35:24Z", "revision_number": 0, "id": "e9640152-8393-4538-9bad-c10b26f629e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:35:24Z", "security_group_id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "tenant_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2"}], "revision_number": 1, "project_id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "id": "9fd2794b-551f-4b67-bc56-ade94fe18238", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-18T13:40:12Z", "updated_at": "2018-08-18T13:40:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:12Z", "revision_number": 0, "id": "2331f1d9-34b7-43f8-91da-db9de7b9e456", "remote_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:12Z", "security_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "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-18T13:40:12Z", "revision_number": 0, "id": "4847b277-74bd-401e-9044-988c047e8a7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:12Z", "security_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "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-18T13:40:12Z", "revision_number": 0, "id": "986e47c6-8345-4274-bcd6-dc522e5ce7cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:12Z", "security_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:40:12Z", "revision_number": 0, "id": "a6824cf4-7910-4a35-9654-6938bc0d149b", "remote_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "remote_ip_prefix": null, "created_at": "2018-08-18T13:40:12Z", "security_group_id": "abf595ae-384b-482e-81be-37deab4bf647", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "abf595ae-384b-482e-81be-37deab4bf647", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:42:41Z", "updated_at": "2018-08-18T13:42:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:42:41Z", "revision_number": 0, "id": "033c1ca1-4624-470e-9541-8ae3f1077f8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:42:41Z", "security_group_id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T13:42:42Z", "revision_number": 0, "id": "69334037-2aba-4003-b0e3-d01794f6ea43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:42:42Z", "security_group_id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:42:41Z", "revision_number": 0, "id": "7fbc827a-579f-4927-ac78-3969065b0f7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:42:41Z", "security_group_id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:42:43Z", "revision_number": 0, "id": "fc08d428-de5b-4a84-8883-8ac01205d6e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:42:43Z", "security_group_id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526"}], "revision_number": 3, "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "cebf4bc7-739e-4d21-8d25-edd6ed4c4266", "name": "singlevm1-sg_6dd2c3ab-1b58-4250-b239-e448e5812914"}]} 2018-08-18 13:43:17,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d6eb69d5-e47e-498b-a1c6-7028b0a56f6f 2018-08-18 13:43:17,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.056412935257s 2018-08-18 13:43:17,243 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d6eb69d5-e47e-498b-a1c6-7028b0a56f6f 2018-08-18 13:43:17,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-18 13:43:17,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/cebf4bc7-739e-4d21-8d25-edd6ed4c4266.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:17,395 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e5a8ce1-2cfe-452d-8b61-83d380438cb5 Content-Length: 0 Date: Sat, 18 Aug 2018 13:43:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:43:17,395 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/cebf4bc7-739e-4d21-8d25-edd6ed4c4266.json used request id req-4e5a8ce1-2cfe-452d-8b61-83d380438cb5 2018-08-18 13:43:17,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.148115873337s 2018-08-18 13:43:17,395 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/cebf4bc7-739e-4d21-8d25-edd6ed4c4266.json used request id req-4e5a8ce1-2cfe-452d-8b61-83d380438cb5 2018-08-18 13:43:17,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-18 13:43:17,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:17,448 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 13:43:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-499e4e13-e1b7-411f-8f6d-06d8220d1c62 x-compute-request-id: req-499e4e13-e1b7-411f-8f6d-06d8220d1c62 Content-Length: 0 Content-Type: application/json 2018-08-18 13:43:17,448 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914 used request id req-499e4e13-e1b7-411f-8f6d-06d8220d1c62 2018-08-18 13:43:17,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0520691871643s 2018-08-18 13:43:17,448 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_6dd2c3ab-1b58-4250-b239-e448e5812914 used request id req-499e4e13-e1b7-411f-8f6d-06d8220d1c62 2018-08-18 13:43:17,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 13:43:17,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/18841b7d-3c35-4228-9b50-7a760c8d439a/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" -d '{"subnet_id": "bcc71d83-73ee-494c-b4b7-14718b1ced81"}' 2018-08-18 13:43:19,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4380500e-cd96-432e-91ad-2b2ea29c357a Date: Sat, 18 Aug 2018 13:43:19 GMT RESP BODY: {"network_id": "1519d89a-6262-4f51-8aff-191689a374a5", "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "subnet_id": "bcc71d83-73ee-494c-b4b7-14718b1ced81", "subnet_ids": ["bcc71d83-73ee-494c-b4b7-14718b1ced81"], "port_id": "55c1dd5a-f997-451c-91cf-6a8148e761de", "id": "18841b7d-3c35-4228-9b50-7a760c8d439a"} 2018-08-18 13:43:19,739 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/18841b7d-3c35-4228-9b50-7a760c8d439a/remove_router_interface.json used request id req-4380500e-cd96-432e-91ad-2b2ea29c357a 2018-08-18 13:43:19,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.29042696953s 2018-08-18 13:43:19,740 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/18841b7d-3c35-4228-9b50-7a760c8d439a/remove_router_interface.json used request id req-4380500e-cd96-432e-91ad-2b2ea29c357a returning object 18841b7d-3c35-4228-9b50-7a760c8d439a 2018-08-18 13:43:19,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 13:43:19,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:19,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 717 X-Openstack-Request-Id: req-fd0228f5-4b4f-4bba-be72-6f89cb88ca49 Date: Sat, 18 Aug 2018 13:43:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "66678964-0119-4909-9d6d-e80ca7df7b8b", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b6ce1aa05c2a45e9b662247aa24b2526", "created_at": "2018-08-18T13:42:27Z", "admin_state_up": true, "updated_at": "2018-08-18T13:43:18Z", "project_id": "b6ce1aa05c2a45e9b662247aa24b2526", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "18841b7d-3c35-4228-9b50-7a760c8d439a", "name": "singlevm1-router_6dd2c3ab-1b58-4250-b239-e448e5812914"}]} 2018-08-18 13:43:19,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-fd0228f5-4b4f-4bba-be72-6f89cb88ca49 2018-08-18 13:43:19,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.121667146683s 2018-08-18 13:43:19,862 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-fd0228f5-4b4f-4bba-be72-6f89cb88ca49 2018-08-18 13:43:19,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 13:43:19,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/18841b7d-3c35-4228-9b50-7a760c8d439a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:24,264 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-85f2886d-ed07-4f5b-b156-d30052cd5bec Content-Length: 0 Date: Sat, 18 Aug 2018 13:43:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:43:24,264 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/18841b7d-3c35-4228-9b50-7a760c8d439a.json used request id req-85f2886d-ed07-4f5b-b156-d30052cd5bec 2018-08-18 13:43:24,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.40067696571s 2018-08-18 13:43:24,264 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/18841b7d-3c35-4228-9b50-7a760c8d439a.json used request id req-85f2886d-ed07-4f5b-b156-d30052cd5bec 2018-08-18 13:43:24,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 13:43:24,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:24,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1327 X-Openstack-Request-Id: req-0855d8ce-85f7-4772-8487-307dcee2e9d1 Date: Sat, 18 Aug 2018 13:43:24 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-18T13:35:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"66678964-0119-4909-9d6d-e80ca7df7b8b","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:31Z","ip_version":4},{"updated_at":"2018-08-18T13:42:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"bcc71d83-73ee-494c-b4b7-14718b1ced81","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"b6ce1aa05c2a45e9b662247aa24b2526","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_6dd2c3ab-1b58-4250-b239-e448e5812914","enable_dhcp":true,"segment_id":null,"network_id":"1519d89a-6262-4f51-8aff-191689a374a5","tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:42:26Z","ip_version":4}]} 2018-08-18 13:43:24,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-0855d8ce-85f7-4772-8487-307dcee2e9d1 2018-08-18 13:43:24,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0444419384003s 2018-08-18 13:43:24,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-0855d8ce-85f7-4772-8487-307dcee2e9d1 2018-08-18 13:43:24,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 13:43:24,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/bcc71d83-73ee-494c-b4b7-14718b1ced81.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:26,652 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d0e705fb-1827-4a57-9a87-ce3690a4a4af Date: Sat, 18 Aug 2018 13:43:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:43:26,652 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/bcc71d83-73ee-494c-b4b7-14718b1ced81.json used request id req-d0e705fb-1827-4a57-9a87-ce3690a4a4af 2018-08-18 13:43:26,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.34069991112s 2018-08-18 13:43:26,652 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/bcc71d83-73ee-494c-b4b7-14718b1ced81.json used request id req-d0e705fb-1827-4a57-9a87-ce3690a4a4af 2018-08-18 13:43:26,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:43:26,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:26,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-8b5809fa-fc55-46b4-9854-4ef017c505e7 Date: Sat, 18 Aug 2018 13:43:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1519d89a-6262-4f51-8aff-191689a374a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"b6ce1aa05c2a45e9b662247aa24b2526","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:43:26Z","qos_policy_id":null,"name":"singlevm1-net_6dd2c3ab-1b58-4250-b239-e448e5812914","admin_state_up":true,"tenant_id":"b6ce1aa05c2a45e9b662247aa24b2526","created_at":"2018-08-18T13:42:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"}]} 2018-08-18 13:43:26,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-8b5809fa-fc55-46b4-9854-4ef017c505e7 2018-08-18 13:43:26,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0836780071259s 2018-08-18 13:43:26,737 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-8b5809fa-fc55-46b4-9854-4ef017c505e7 2018-08-18 13:43:26,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 13:43:26,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/1519d89a-6262-4f51-8aff-191689a374a5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:28,204 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8fc7bcd9-003b-4c97-b8a7-77e880864139 Date: Sat, 18 Aug 2018 13:43:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:43:28,204 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/1519d89a-6262-4f51-8aff-191689a374a5.json used request id req-8fc7bcd9-003b-4c97-b8a7-77e880864139 2018-08-18 13:43:28,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.46571516991s 2018-08-18 13:43:28,204 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/1519d89a-6262-4f51-8aff-191689a374a5.json used request id req-8fc7bcd9-003b-4c97-b8a7-77e880864139 2018-08-18 13:43:28,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:43:28,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:28,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-3ce71d1d-58f6-4b52-bb95-db69c4b4b744 Date: Sat, 18 Aug 2018 13:43:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:42:39Z", "file": "/v2/images/aab3e695-988d-495b-a040-941c95151f02/file", "owner": "b6ce1aa05c2a45e9b662247aa24b2526", "id": "aab3e695-988d-495b-a040-941c95151f02", "size": 12716032, "self": "/v2/images/aab3e695-988d-495b-a040-941c95151f02", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/aab3e695-988d-495b-a040-941c95151f02/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/aab3e695-988d-495b-a040-941c95151f02/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6dd2c3ab-1b58-4250-b239-e448e5812914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6dd2c3ab-1b58-4250-b239-e448e5812914", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T13:42:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:43:28,490 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-3ce71d1d-58f6-4b52-bb95-db69c4b4b744 2018-08-18 13:43:28,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.281552791595s 2018-08-18 13:43:28,490 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-3ce71d1d-58f6-4b52-bb95-db69c4b4b744 2018-08-18 13:43:28,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 13:43:28,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/aab3e695-988d-495b-a040-941c95151f02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:29,951 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7f6d1c55-47df-4406-bd32-93db3207e2b0 Date: Sat, 18 Aug 2018 13:43:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 13:43:29,951 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/aab3e695-988d-495b-a040-941c95151f02 used request id req-7f6d1c55-47df-4406-bd32-93db3207e2b0 2018-08-18 13:43:29,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.45884513855s 2018-08-18 13:43:29,951 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/aab3e695-988d-495b-a040-941c95151f02 used request id req-7f6d1c55-47df-4406-bd32-93db3207e2b0 2018-08-18 13:43:29,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 13:43:29,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:29,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5aacc80f-7b51-4b78-b3ec-95710c60825d x-compute-request-id: req-5aacc80f-7b51-4b78-b3ec-95710c60825d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_6dd2c3ab-1b58-4250-b239-e448e5812914", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333", "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": "6dcd38e0-a3b2-4c20-baae-212305f20333"}]} 2018-08-18 13:43:29,974 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-5aacc80f-7b51-4b78-b3ec-95710c60825d 2018-08-18 13:43:29,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0223522186279s 2018-08-18 13:43:29,974 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-5aacc80f-7b51-4b78-b3ec-95710c60825d 2018-08-18 13:43:29,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 13:43:29,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}556fc630295feda02acb2b3d47800c35f6d086d2" 2018-08-18 13:43:30,027 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 13:43:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-553cfdd6-2517-4ea1-857d-5381a01045ae x-compute-request-id: req-553cfdd6-2517-4ea1-857d-5381a01045ae Content-Length: 0 Content-Type: application/json 2018-08-18 13:43:30,028 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333 used request id req-553cfdd6-2517-4ea1-857d-5381a01045ae 2018-08-18 13:43:30,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0522179603577s 2018-08-18 13:43:30,028 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/6dcd38e0-a3b2-4c20-baae-212305f20333 used request id req-553cfdd6-2517-4ea1-857d-5381a01045ae 2018-08-18 13:43:30,081 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-18 13:43:30,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 13:43:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 13:43:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 13:43:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 13:43:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 13:43:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 13:43:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 13:43:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 13:43:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 13:43:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 13:43:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 13:43:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 13:43:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 13:43:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 13:43:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 13:43:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 13:43:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 13:43:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 13:43:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 13:43:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 13:43:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 13:43:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 13:43:30,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:43:30,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b1a916f-350a-4e8c-9d8a-8192188532a2 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.22:5000/v3/", "rel": "self"}]}} 2018-08-18 13:43:30,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4b1a916f-350a-4e8c-9d8a-8192188532a2 2018-08-18 13:43:30,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-18 13:43:30,518 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "453982a82d6c4f49a54d15422c9d7289", "name": "admin"}, {"id": "2581800b0a564354b3d06f8a0920c255", "name": "member"}, {"id": "a2c60b5892064136b55f1633540ccc55", "name": "reader"}], "expires_at": "2018-08-18T14:43:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6ce1aa05c2a45e9b662247aa24b2526", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d40b28aca5346688fe6bc5e8637e176"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aff7b64bed1c4c0398e19ba862cb305d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bda98933533343fe99a20e6b3e0a78e9"}], "type": "placement", "id": "08698b2897544526a00ad39190b50244", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acdb7d40c4c9412ab73424b689499995"}, {"url": "http://172.30.9.22:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd2659f96d2140afbc6da4a34c421c88"}, {"url": "http://192.30.9.4:8776/v3/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f89ca21ef47c438d8b5c5ebf00fe0ced"}], "type": "volumev3", "id": "1133d4c3bb0742ea89dc03581ecd8815", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fc3e825173c4b9b8c2fa9012cec6fb0"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59921819ec87401395f40e88f605b032"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e21b9e6e2fa844789599b1e5c53dae81"}], "type": "image", "id": "12e09d4ce9894a17a73a2aa5f8383ba5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22af945ce8f24924aed22762e16a68b5"}, {"url": "http://192.30.9.4:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "45188dd08bad4ae3af2ee3541fcf6ed9"}, {"url": "http://172.30.9.22:8776/v2/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf5c0e7a629d4dfeaaff326358e54c70"}], "type": "volumev2", "id": "538948915e9e46c599d3d21a74490e7d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5178c7654f6747d4a633d90529772caf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62bf458a89ff47c6abee07395cee27a8"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6320d4fac65c46d4bbe02790fc1d2071"}], "type": "compute", "id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723d413ee0ed4654b925cf960aa73080"}, {"url": "http://192.30.9.4:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89a7042a6c3646da87b21b591ea52b33"}, {"url": "http://172.30.9.22:8776/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d23df57f456b4d4bac534e6ba9517e9c"}], "type": "volume", "id": "6c190e8b9bf74e969c79d21538288b54", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad8e22faa96487b9cae96d9a46c4081"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9371e4b3fc8f4c47a0e9460501a45be1"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96d8e73a2fb04e7399e9870f74a43bc4"}], "type": "metric", "id": "7ace387374024be897d40f9f9a2566ea", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "655b9e23ac634c9ca42399d469168cc7"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d78b18825ec7464d8d411ed941634a31"}, {"url": "http://192.30.9.4:8004/v1/b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f14cf835ec9942d8b6e707a97dfef747"}], "type": "orchestration", "id": "8a03a498f5ee4afa9e27015759971c90", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a20da9d80844f5dbcd9bb5a4d0cadaa"}, {"url": "http://12.0.0.21:8080/v1/AUTH_b6ce1aa05c2a45e9b662247aa24b2526", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34fcf44b529d495aaa8db12d0242a414"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0a288fb6b7c490e8b785e2d3c16d175"}], "type": "object-store", "id": "92a3517452b04f5fa26760329abdca48", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12496eccfef24ff19289d12b0ac537c3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "523650605a4a491dbb05b05ac91562a8"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2501d389b14e2083c738cfeb1a2ba5"}], "type": "alarming", "id": "9456caee1fdb4362ac77b55a1e16d975", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bccf6dbe2874e23b05ab419bc6d9b12"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67752aeffcae418ba77a295bebd68f1b"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79f9fa80cc4445d951c17fc029872b8"}], "type": "event", "id": "ac73e5f05e7249acb6f6ec6e373c96f7", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "b1bd1d9fcb4a43618729b90e769402d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f69ac3168ec483c8ef3f4949e053d47"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8973ffa2d9f44ec69ba372463755b645"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c39d0599bff94fea95a025f2cdf74ce0"}], "type": "identity", "id": "da33281a22174aa58a01ba5dda8b02cb", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4c9fcc3c834ac292f20efe3711c99b"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a912906504b479789c186f1fcc82dc2"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bfd747ae21a4e829531703107cdd1ae"}], "type": "network", "id": "dcc689a58fb84179bfc69663f81caf80", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "525ed5880b774bb29a8491da3cbdee7a"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5366a06a612a4591ba56fa1239e5d5e1"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ed950a0e5fe41c0adaf3ff55a0311e5"}], "type": "cloudformation", "id": "e6f138c157464a27930b8dc10aa58992", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f52a835c15b34579a8516e69a8f80135"}, "audit_ids": ["Z_WxE6YwTqm2e0HTygxHeg"], "issued_at": "2018-08-18T13:43:30.000000Z"}} 2018-08-18 13:43:30,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:43:30,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:43:30,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-30dad931-2988-4d76-b4cb-8cfdb75916eb Date: Sat, 18 Aug 2018 13:43:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","provider:network_type":"flat"}]} 2018-08-18 13:43:30,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-30dad931-2988-4d76-b4cb-8cfdb75916eb 2018-08-18 13:43:30,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.336441040039s 2018-08-18 13:43:30,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-30dad931-2988-4d76-b4cb-8cfdb75916eb 2018-08-18 13:43:30,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:43:30,867 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 18 Aug 2018 13:43:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a86d3c3d-6562-4d9a-b1ba-c617018b2008 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.22:5000/v3/", "rel": "self"}]}]}} 2018-08-18 13:43:30,867 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-a86d3c3d-6562-4d9a-b1ba-c617018b2008 2018-08-18 13:43:30,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 13:43:30,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:43:31,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-324b3282-97ee-478b-8cdb-c4772ec429fb Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/89e5481c9c3b44639ca2364c7bae211a"}, "tags": [], "enabled": true, "id": "89e5481c9c3b44639ca2364c7bae211a", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-18 13:43:31,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-324b3282-97ee-478b-8cdb-c4772ec429fb 2018-08-18 13:43:31,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.203656196594s 2018-08-18 13:43:31,072 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-324b3282-97ee-478b-8cdb-c4772ec429fb 2018-08-18 13:43:31,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-18 13:43:31,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}}' 2018-08-18 13:43:31,336 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 13:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84b77259-2119-4b53-bcb0-f0538d9b6608 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.22:5000/v3/projects/2a8426df2b544f5ca83f00317e0e8432"}, "tags": [], "enabled": true, "id": "2a8426df2b544f5ca83f00317e0e8432", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}} 2018-08-18 13:43:31,336 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-84b77259-2119-4b53-bcb0-f0538d9b6608 2018-08-18 13:43:31,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.258013010025s 2018-08-18 13:43:31,337 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-84b77259-2119-4b53-bcb0-f0538d9b6608 2018-08-18 13:43:31,337 - 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'2a8426df2b544f5ca83f00317e0e8432', '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_42d14ce8-027f-4758-9d2e-92c5cf692eb6'}) 2018-08-18 13:43:31,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-18 13:43:31,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "05c8b8cc-acf5-4dd6-955c-16275c19bbcd", "email": null, "name": "singlevm2-user_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}}' 2018-08-18 13:43:31,827 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 18 Aug 2018 13:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b225ccec-f81c-4fce-addd-57c5333f9258 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "links": {"self": "http://172.30.9.22:5000/v3/users/4b804141ac344faab55bb4f76ede4999"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4b804141ac344faab55bb4f76ede4999", "domain_id": "default", "password_expires_at": null}} 2018-08-18 13:43:31,827 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-b225ccec-f81c-4fce-addd-57c5333f9258 2018-08-18 13:43:31,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.483621120453s 2018-08-18 13:43:31,827 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-b225ccec-f81c-4fce-addd-57c5333f9258 2018-08-18 13:43:31,828 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4b804141ac344faab55bb4f76ede4999', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_42d14ce8-027f-4758-9d2e-92c5cf692eb6'}) 2018-08-18 13:43:31,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 13:43:31,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:43:32,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bd50809-2cee-46f8-91ac-3803ddaaed97 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2581800b0a564354b3d06f8a0920c255", "links": {"self": "http://172.30.9.22:5000/v3/roles/2581800b0a564354b3d06f8a0920c255"}, "name": "member"}, {"domain_id": null, "id": "260f8846ed93403eb14da041231fdcc6", "links": {"self": "http://172.30.9.22:5000/v3/roles/260f8846ed93403eb14da041231fdcc6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "453982a82d6c4f49a54d15422c9d7289", "links": {"self": "http://172.30.9.22:5000/v3/roles/453982a82d6c4f49a54d15422c9d7289"}, "name": "admin"}, {"domain_id": null, "id": "626ee33fa560448994618455d63bf87c", "links": {"self": "http://172.30.9.22:5000/v3/roles/626ee33fa560448994618455d63bf87c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2c60b5892064136b55f1633540ccc55", "links": {"self": "http://172.30.9.22:5000/v3/roles/a2c60b5892064136b55f1633540ccc55"}, "name": "reader"}, {"domain_id": null, "id": "eb7a661fff41498689cad989613b4fe9", "links": {"self": "http://172.30.9.22:5000/v3/roles/eb7a661fff41498689cad989613b4fe9"}, "name": "swiftoperator"}]} 2018-08-18 13:43:32,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6bd50809-2cee-46f8-91ac-3803ddaaed97 2018-08-18 13:43:32,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196177005768s 2018-08-18 13:43:32,029 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6bd50809-2cee-46f8-91ac-3803ddaaed97 2018-08-18 13:43:32,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 13:43:32,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:43:32,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-983083f6-d8eb-4da2-b47f-1565fc5778d4 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2581800b0a564354b3d06f8a0920c255", "links": {"self": "http://172.30.9.22:5000/v3/roles/2581800b0a564354b3d06f8a0920c255"}, "name": "member"}, {"domain_id": null, "id": "260f8846ed93403eb14da041231fdcc6", "links": {"self": "http://172.30.9.22:5000/v3/roles/260f8846ed93403eb14da041231fdcc6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "453982a82d6c4f49a54d15422c9d7289", "links": {"self": "http://172.30.9.22:5000/v3/roles/453982a82d6c4f49a54d15422c9d7289"}, "name": "admin"}, {"domain_id": null, "id": "626ee33fa560448994618455d63bf87c", "links": {"self": "http://172.30.9.22:5000/v3/roles/626ee33fa560448994618455d63bf87c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2c60b5892064136b55f1633540ccc55", "links": {"self": "http://172.30.9.22:5000/v3/roles/a2c60b5892064136b55f1633540ccc55"}, "name": "reader"}, {"domain_id": null, "id": "eb7a661fff41498689cad989613b4fe9", "links": {"self": "http://172.30.9.22:5000/v3/roles/eb7a661fff41498689cad989613b4fe9"}, "name": "swiftoperator"}]} 2018-08-18 13:43:32,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-983083f6-d8eb-4da2-b47f-1565fc5778d4 2018-08-18 13:43:32,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185484170914s 2018-08-18 13:43:32,220 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-983083f6-d8eb-4da2-b47f-1565fc5778d4 2018-08-18 13:43:32,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-18 13:43:32,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:43:32,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40351003-12d9-4ee4-adba-ddc78d76f88c Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2581800b0a564354b3d06f8a0920c255", "links": {"self": "http://172.30.9.22:5000/v3/roles/2581800b0a564354b3d06f8a0920c255"}, "name": "member"}, {"domain_id": null, "id": "260f8846ed93403eb14da041231fdcc6", "links": {"self": "http://172.30.9.22:5000/v3/roles/260f8846ed93403eb14da041231fdcc6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "453982a82d6c4f49a54d15422c9d7289", "links": {"self": "http://172.30.9.22:5000/v3/roles/453982a82d6c4f49a54d15422c9d7289"}, "name": "admin"}, {"domain_id": null, "id": "626ee33fa560448994618455d63bf87c", "links": {"self": "http://172.30.9.22:5000/v3/roles/626ee33fa560448994618455d63bf87c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a2c60b5892064136b55f1633540ccc55", "links": {"self": "http://172.30.9.22:5000/v3/roles/a2c60b5892064136b55f1633540ccc55"}, "name": "reader"}, {"domain_id": null, "id": "eb7a661fff41498689cad989613b4fe9", "links": {"self": "http://172.30.9.22:5000/v3/roles/eb7a661fff41498689cad989613b4fe9"}, "name": "swiftoperator"}]} 2018-08-18 13:43:32,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-40351003-12d9-4ee4-adba-ddc78d76f88c 2018-08-18 13:43:32,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199095964432s 2018-08-18 13:43:32,424 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-40351003-12d9-4ee4-adba-ddc78d76f88c 2018-08-18 13:43:32,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-18 13:43:32,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:43:32,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6c10d52-7d57-49d2-89a8-3f646965f7a8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-18 13:43:32,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-b6c10d52-7d57-49d2-89a8-3f646965f7a8 2018-08-18 13:43:32,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191431999207s 2018-08-18 13:43:32,620 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-b6c10d52-7d57-49d2-89a8-3f646965f7a8 2018-08-18 13:43:32,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 13:43:32,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:43:32,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e175b77-4ffb-4af7-b611-aafc28d97ff7 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/026e2d7150dc44bca67399dff42580ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "026e2d7150dc44bca67399dff42580ef", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/22285bf24dec40198ccc535e3b822ede"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22285bf24dec40198ccc535e3b822ede", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3937444556d14f99a65959276f3a7f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3937444556d14f99a65959276f3a7f99", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/49d4ca01c397420593bf89aae3634a27"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49d4ca01c397420593bf89aae3634a27", "email": "swift@localhost", "password_expires_at": null}, {"name": "singlevm2-user_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "links": {"self": "http://172.30.9.22:5000/v3/users/4b804141ac344faab55bb4f76ede4999"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4b804141ac344faab55bb4f76ede4999", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/525ecc7269014f3ab145e44305b152bc"}, "domain_id": "89e5481c9c3b44639ca2364c7bae211a", "enabled": true, "options": {}, "id": "525ecc7269014f3ab145e44305b152bc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/5ef1416ec6e6424c934e1716695380e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef1416ec6e6424c934e1716695380e8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/604402df99a64b8690b942620e874981"}, "domain_id": "default", "enabled": true, "options": {}, "id": "604402df99a64b8690b942620e874981", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/890d7d7293b4468287ea8a21c4c1afa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "890d7d7293b4468287ea8a21c4c1afa2", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/9026aaf5de2f4c7cb771c749da62f61b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9026aaf5de2f4c7cb771c749da62f61b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/9fa09f85c2654392807e556d58c36f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fa09f85c2654392807e556d58c36f75", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/a2972bdd8f804b8c97f2b1d1ba659726"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2972bdd8f804b8c97f2b1d1ba659726", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/d2301c9c146b43a99e83749ea88371fa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2301c9c146b43a99e83749ea88371fa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d28c01f22f934222b719b7c2e3550d41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28c01f22f934222b719b7c2e3550d41", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/f52a835c15b34579a8516e69a8f80135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f52a835c15b34579a8516e69a8f80135", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-18 13:43:32,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5e175b77-4ffb-4af7-b611-aafc28d97ff7 2018-08-18 13:43:32,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.224550008774s 2018-08-18 13:43:32,846 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5e175b77-4ffb-4af7-b611-aafc28d97ff7 2018-08-18 13:43:32,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 13:43:32,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:43:33,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59e514f0-e132-4b1a-b1e4-6f181b81a9eb Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/b6ce1aa05c2a45e9b662247aa24b2526"}, "tags": [], "enabled": true, "id": "b6ce1aa05c2a45e9b662247aa24b2526", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, "tags": [], "enabled": true, "id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/2a8426df2b544f5ca83f00317e0e8432"}, "tags": [], "enabled": true, "id": "2a8426df2b544f5ca83f00317e0e8432", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}]} 2018-08-18 13:43:33,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-59e514f0-e132-4b1a-b1e4-6f181b81a9eb 2018-08-18 13:43:33,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.202944993973s 2018-08-18 13:43:33,060 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-59e514f0-e132-4b1a-b1e4-6f181b81a9eb 2018-08-18 13:43:33,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-18 13:43:33,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=4b804141ac344faab55bb4f76ede4999&role.id=2581800b0a564354b3d06f8a0920c255&scope.project.id=2a8426df2b544f5ca83f00317e0e8432" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:43:33,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59aaccf8-e1d1-4fe6-8e74-10f37a3410dc Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=4b804141ac344faab55bb4f76ede4999&role.id=2581800b0a564354b3d06f8a0920c255&scope.project.id=2a8426df2b544f5ca83f00317e0e8432", "previous": null, "next": null}} 2018-08-18 13:43:33,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=4b804141ac344faab55bb4f76ede4999&role.id=2581800b0a564354b3d06f8a0920c255&scope.project.id=2a8426df2b544f5ca83f00317e0e8432 used request id req-59aaccf8-e1d1-4fe6-8e74-10f37a3410dc 2018-08-18 13:43:33,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.10960817337s 2018-08-18 13:43:33,178 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=4b804141ac344faab55bb4f76ede4999&role.id=2581800b0a564354b3d06f8a0920c255&scope.project.id=2a8426df2b544f5ca83f00317e0e8432 used request id req-59aaccf8-e1d1-4fe6-8e74-10f37a3410dc 2018-08-18 13:43:33,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-18 13:43:33,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/2a8426df2b544f5ca83f00317e0e8432/users/4b804141ac344faab55bb4f76ede4999/roles/2581800b0a564354b3d06f8a0920c255 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:43:33,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 13:43:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84d99e11-091b-4c90-be1f-9d78f5d1ba62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 13:43:33,367 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/2a8426df2b544f5ca83f00317e0e8432/users/4b804141ac344faab55bb4f76ede4999/roles/2581800b0a564354b3d06f8a0920c255 used request id req-84d99e11-091b-4c90-be1f-9d78f5d1ba62 2018-08-18 13:43:33,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.185179948807s 2018-08-18 13:43:33,367 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/2a8426df2b544f5ca83f00317e0e8432/users/4b804141ac344faab55bb4f76ede4999/roles/2581800b0a564354b3d06f8a0920c255 used request id req-84d99e11-091b-4c90-be1f-9d78f5d1ba62 2018-08-18 13:43:33,368 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_42d14ce8-027f-4758-9d2e-92c5cf692eb6', 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'2a8426df2b544f5ca83f00317e0e8432', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '05c8b8cc-acf5-4dd6-955c-16275c19bbcd', 'username': u'singlevm2-user_42d14ce8-027f-4758-9d2e-92c5cf692eb6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22: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-18 13:43:33,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-18 13:43:33,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-18 13:43:33,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-18 13:43:33,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-18 13:43:33,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-18 13:43:33,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-18 13:43:33,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-18 13:43:33,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-18 13:43:33,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-18 13:43:33,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-18 13:43:33,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-18 13:43:33,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-18 13:43:33,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-18 13:43:33,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-18 13:43:33,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-18 13:43:33,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-18 13:43:33,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-18 13:43:33,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-18 13:43:33,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-18 13:43:33,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-18 13:43:33,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-18 13:43:33,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-18 13:43:33,373 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_42d14ce8-027f-4758-9d2e-92c5cf692eb6', 'password': '05c8b8cc-acf5-4dd6-955c-16275c19bbcd', 'project_name': 'singlevm2-project_42d14ce8-027f-4758-9d2e-92c5cf692eb6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '2a8426df2b544f5ca83f00317e0e8432', 'project_domain_name': 'Default'} 2018-08-18 13:43:33,373 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-18 13:43:33,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:43:33,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f29fad2b-2d7f-41c9-9522-2112d8fc3a6b 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.22:5000/v3/", "rel": "self"}]}} 2018-08-18 13:43:33,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f29fad2b-2d7f-41c9-9522-2112d8fc3a6b 2018-08-18 13:43:33,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-18 13:43:33,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2581800b0a564354b3d06f8a0920c255", "name": "member"}, {"id": "a2c60b5892064136b55f1633540ccc55", "name": "reader"}], "expires_at": "2018-08-18T14:43:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a8426df2b544f5ca83f00317e0e8432", "name": "singlevm2-project_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d40b28aca5346688fe6bc5e8637e176"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aff7b64bed1c4c0398e19ba862cb305d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bda98933533343fe99a20e6b3e0a78e9"}], "type": "placement", "id": "08698b2897544526a00ad39190b50244", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2a8426df2b544f5ca83f00317e0e8432", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acdb7d40c4c9412ab73424b689499995"}, {"url": "http://172.30.9.22:8776/v3/2a8426df2b544f5ca83f00317e0e8432", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd2659f96d2140afbc6da4a34c421c88"}, {"url": "http://192.30.9.4:8776/v3/2a8426df2b544f5ca83f00317e0e8432", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f89ca21ef47c438d8b5c5ebf00fe0ced"}], "type": "volumev3", "id": "1133d4c3bb0742ea89dc03581ecd8815", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fc3e825173c4b9b8c2fa9012cec6fb0"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59921819ec87401395f40e88f605b032"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e21b9e6e2fa844789599b1e5c53dae81"}], "type": "image", "id": "12e09d4ce9894a17a73a2aa5f8383ba5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2a8426df2b544f5ca83f00317e0e8432", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22af945ce8f24924aed22762e16a68b5"}, {"url": "http://192.30.9.4:8776/v2/2a8426df2b544f5ca83f00317e0e8432", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "45188dd08bad4ae3af2ee3541fcf6ed9"}, {"url": "http://172.30.9.22:8776/v2/2a8426df2b544f5ca83f00317e0e8432", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf5c0e7a629d4dfeaaff326358e54c70"}], "type": "volumev2", "id": "538948915e9e46c599d3d21a74490e7d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5178c7654f6747d4a633d90529772caf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62bf458a89ff47c6abee07395cee27a8"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6320d4fac65c46d4bbe02790fc1d2071"}], "type": "compute", "id": "698bf154e5b24f2a9c71d8b2dbb18e1b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/2a8426df2b544f5ca83f00317e0e8432", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723d413ee0ed4654b925cf960aa73080"}, {"url": "http://192.30.9.4:8776/v1/2a8426df2b544f5ca83f00317e0e8432", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89a7042a6c3646da87b21b591ea52b33"}, {"url": "http://172.30.9.22:8776/v1/2a8426df2b544f5ca83f00317e0e8432", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d23df57f456b4d4bac534e6ba9517e9c"}], "type": "volume", "id": "6c190e8b9bf74e969c79d21538288b54", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ad8e22faa96487b9cae96d9a46c4081"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9371e4b3fc8f4c47a0e9460501a45be1"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96d8e73a2fb04e7399e9870f74a43bc4"}], "type": "metric", "id": "7ace387374024be897d40f9f9a2566ea", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2a8426df2b544f5ca83f00317e0e8432", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "655b9e23ac634c9ca42399d469168cc7"}, {"url": "http://192.30.9.4:8004/v1/2a8426df2b544f5ca83f00317e0e8432", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d78b18825ec7464d8d411ed941634a31"}, {"url": "http://192.30.9.4:8004/v1/2a8426df2b544f5ca83f00317e0e8432", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f14cf835ec9942d8b6e707a97dfef747"}], "type": "orchestration", "id": "8a03a498f5ee4afa9e27015759971c90", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_2a8426df2b544f5ca83f00317e0e8432", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a20da9d80844f5dbcd9bb5a4d0cadaa"}, {"url": "http://12.0.0.21:8080/v1/AUTH_2a8426df2b544f5ca83f00317e0e8432", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34fcf44b529d495aaa8db12d0242a414"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c0a288fb6b7c490e8b785e2d3c16d175"}], "type": "object-store", "id": "92a3517452b04f5fa26760329abdca48", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12496eccfef24ff19289d12b0ac537c3"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "523650605a4a491dbb05b05ac91562a8"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2501d389b14e2083c738cfeb1a2ba5"}], "type": "alarming", "id": "9456caee1fdb4362ac77b55a1e16d975", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bccf6dbe2874e23b05ab419bc6d9b12"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67752aeffcae418ba77a295bebd68f1b"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e79f9fa80cc4445d951c17fc029872b8"}], "type": "event", "id": "ac73e5f05e7249acb6f6ec6e373c96f7", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "b1bd1d9fcb4a43618729b90e769402d0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f69ac3168ec483c8ef3f4949e053d47"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8973ffa2d9f44ec69ba372463755b645"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c39d0599bff94fea95a025f2cdf74ce0"}], "type": "identity", "id": "da33281a22174aa58a01ba5dda8b02cb", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4c9fcc3c834ac292f20efe3711c99b"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a912906504b479789c186f1fcc82dc2"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4bfd747ae21a4e829531703107cdd1ae"}], "type": "network", "id": "dcc689a58fb84179bfc69663f81caf80", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "525ed5880b774bb29a8491da3cbdee7a"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5366a06a612a4591ba56fa1239e5d5e1"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ed950a0e5fe41c0adaf3ff55a0311e5"}], "type": "cloudformation", "id": "e6f138c157464a27930b8dc10aa58992", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "id": "4b804141ac344faab55bb4f76ede4999"}, "audit_ids": ["3XXbYFghR6mUIkzhu9v6iw"], "issued_at": "2018-08-18T13:43:33.000000Z"}} 2018-08-18 13:43:33,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-18 13:43:33,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" -d '{"network": {"name": "singlevm2-net_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "admin_state_up": true}}' 2018-08-18 13:43:34,417 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-2e6cc61a-4029-48da-ad8b-a1f3eb63f986 Date: Sat, 18 Aug 2018 13:43:34 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"ee9a68fd-dee5-4a84-9a96-66f9a7925762","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2a8426df2b544f5ca83f00317e0e8432","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:43:34Z","is_default":false,"name":"singlevm2-net_42d14ce8-027f-4758-9d2e-92c5cf692eb6","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2a8426df2b544f5ca83f00317e0e8432","created_at":"2018-08-18T13:43:34Z","mtu":1450}} 2018-08-18 13:43:34,417 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2e6cc61a-4029-48da-ad8b-a1f3eb63f986 2018-08-18 13:43:34,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.628294229507s 2018-08-18 13:43:34,418 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2e6cc61a-4029-48da-ad8b-a1f3eb63f986 2018-08-18 13:43:34,418 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-18T13:43:34Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'ee9a68fd-dee5-4a84-9a96-66f9a7925762', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_42d14ce8-027f-4758-9d2e-92c5cf692eb6', u'admin_state_up': True, u'tenant_id': u'2a8426df2b544f5ca83f00317e0e8432', u'created_at': u'2018-08-18T13:43:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2a8426df2b544f5ca83f00317e0e8432', u'l2_adjacency': True}) 2018-08-18 13:43:34,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:43:34,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:43:34,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-3d45e555-4526-4e23-b70c-b91b41c34828 Date: Sat, 18 Aug 2018 13:43:34 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"ee9a68fd-dee5-4a84-9a96-66f9a7925762","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2a8426df2b544f5ca83f00317e0e8432","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:43:34Z","qos_policy_id":null,"name":"singlevm2-net_42d14ce8-027f-4758-9d2e-92c5cf692eb6","admin_state_up":true,"tenant_id":"2a8426df2b544f5ca83f00317e0e8432","created_at":"2018-08-18T13:43:34Z","mtu":1450}]} 2018-08-18 13:43:34,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3d45e555-4526-4e23-b70c-b91b41c34828 2018-08-18 13:43:34,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356990098953s 2018-08-18 13:43:34,776 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3d45e555-4526-4e23-b70c-b91b41c34828 2018-08-18 13:43:34,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-18 13:43:34,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" -d '{"subnet": {"name": "singlevm2-subnet_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "enable_dhcp": true, "network_id": "ee9a68fd-dee5-4a84-9a96-66f9a7925762", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-18 13:43:35,650 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-c46affbf-3ddf-415f-809d-ee66a2fefa65 Date: Sat, 18 Aug 2018 13:43:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee9a68fd-dee5-4a84-9a96-66f9a7925762","tenant_id":"2a8426df2b544f5ca83f00317e0e8432","created_at":"2018-08-18T13:43:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T13:43: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":"2a8426df2b544f5ca83f00317e0e8432","id":"b81f1e8d-2cad-4ed2-be45-53841c6d0fd9","subnetpool_id":null,"name":"singlevm2-subnet_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}} 2018-08-18 13:43:35,650 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-c46affbf-3ddf-415f-809d-ee66a2fefa65 2018-08-18 13:43:35,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.87207198143s 2018-08-18 13:43:35,650 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-c46affbf-3ddf-415f-809d-ee66a2fefa65 2018-08-18 13:43:35,651 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T13:43: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'b81f1e8d-2cad-4ed2-be45-53841c6d0fd9', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_42d14ce8-027f-4758-9d2e-92c5cf692eb6', u'enable_dhcp': True, u'network_id': u'ee9a68fd-dee5-4a84-9a96-66f9a7925762', u'tenant_id': u'2a8426df2b544f5ca83f00317e0e8432', u'created_at': u'2018-08-18T13:43: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'2a8426df2b544f5ca83f00317e0e8432'}) 2018-08-18 13:43:35,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-18 13:43:35,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" -d '{"router": {"external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9"}, "name": "singlevm2-router_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "admin_state_up": true}}' 2018-08-18 13:43:42,814 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-06185776-462d-4d8b-8797-9c9c51c03b10 Date: Sat, 18 Aug 2018 13:43:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "66678964-0119-4909-9d6d-e80ca7df7b8b", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "created_at": "2018-08-18T13:43:36Z", "admin_state_up": true, "updated_at": "2018-08-18T13:43:37Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "2a8426df2b544f5ca83f00317e0e8432", "id": "f20c0007-7ae9-4e9c-8c89-1ed2894a7b23", "name": "singlevm2-router_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}} 2018-08-18 13:43:42,815 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-06185776-462d-4d8b-8797-9c9c51c03b10 2018-08-18 13:43:42,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.16312384605s 2018-08-18 13:43:42,815 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-06185776-462d-4d8b-8797-9c9c51c03b10 2018-08-18 13:43:42,816 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-18T13:43:37Z', u'revision_number': 3, u'id': u'f20c0007-7ae9-4e9c-8c89-1ed2894a7b23', u'external_gateway_info': {u'network_id': u'1ef07fb9-d683-46ee-95cb-f6b096b4cbe9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'66678964-0119-4909-9d6d-e80ca7df7b8b', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-router_42d14ce8-027f-4758-9d2e-92c5cf692eb6', u'admin_state_up': True, u'tenant_id': u'2a8426df2b544f5ca83f00317e0e8432', u'created_at': u'2018-08-18T13:43:36Z', u'flavor_id': None, u'routes': [], u'project_id': u'2a8426df2b544f5ca83f00317e0e8432'}) 2018-08-18 13:43:42,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-18 13:43:42,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/f20c0007-7ae9-4e9c-8c89-1ed2894a7b23/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" -d '{"subnet_id": "b81f1e8d-2cad-4ed2-be45-53841c6d0fd9"}' 2018-08-18 13:43:46,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-30a8a415-9b93-4e83-a3f5-bdb5e5c9ab70 Date: Sat, 18 Aug 2018 13:43:46 GMT RESP BODY: {"network_id": "ee9a68fd-dee5-4a84-9a96-66f9a7925762", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "subnet_id": "b81f1e8d-2cad-4ed2-be45-53841c6d0fd9", "subnet_ids": ["b81f1e8d-2cad-4ed2-be45-53841c6d0fd9"], "port_id": "527c287b-5b79-4b0e-9f2e-65ea908b4e71", "id": "f20c0007-7ae9-4e9c-8c89-1ed2894a7b23"} 2018-08-18 13:43:46,037 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f20c0007-7ae9-4e9c-8c89-1ed2894a7b23/add_router_interface.json used request id req-30a8a415-9b93-4e83-a3f5-bdb5e5c9ab70 2018-08-18 13:43:46,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.22121906281s 2018-08-18 13:43:46,038 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f20c0007-7ae9-4e9c-8c89-1ed2894a7b23/add_router_interface.json used request id req-30a8a415-9b93-4e83-a3f5-bdb5e5c9ab70 returning object f20c0007-7ae9-4e9c-8c89-1ed2894a7b23 2018-08-18 13:43:46,038 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-18 13:43:46,171 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-18 13:43:46,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-18 13:43:46,178 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 18 Aug 2018 13:43:46 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-18 13:43:46,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:43:46,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:43:46,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-bfe0e1c3-2243-4684-9b6f-d25c3448656f Date: Sat, 18 Aug 2018 13:43:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:43:46,481 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-bfe0e1c3-2243-4684-9b6f-d25c3448656f 2018-08-18 13:43:46,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298344135284s 2018-08-18 13:43:46,481 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-bfe0e1c3-2243-4684-9b6f-d25c3448656f 2018-08-18 13:43:46,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-18 13:43:46,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}' 2018-08-18 13:43:46,851 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cf4f43c6-e986-43c8-ae53-fb3fb6b027f3 Date: Sat, 18 Aug 2018 13:43:46 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:43:46Z", "file": "/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/file", "owner": "2a8426df2b544f5ca83f00317e0e8432", "id": "0c8da318-e74f-4cc6-a230-ff3cc03dfb44", "size": null, "self": "/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44", "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_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "checksum": null, "created_at": "2018-08-18T13:43:46Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-18 13:43:46,851 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cf4f43c6-e986-43c8-ae53-fb3fb6b027f3 2018-08-18 13:43:46,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.361526966095s 2018-08-18 13:43:46,852 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cf4f43c6-e986-43c8-ae53-fb3fb6b027f3 returning object 0c8da318-e74f-4cc6-a230-ff3cc03dfb44 2018-08-18 13:43:46,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-18 13:43:46,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" -d '' 2018-08-18 13:43:47,968 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-191fe181-3f30-4d5f-be91-0135b3f040a3 Date: Sat, 18 Aug 2018 13:43:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 13:43:47,969 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/file used request id req-191fe181-3f30-4d5f-be91-0135b3f040a3 2018-08-18 13:43:47,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.11610794067s 2018-08-18 13:43:47,969 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/file used request id req-191fe181-3f30-4d5f-be91-0135b3f040a3 2018-08-18 13:43:47,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:43:47,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:43:48,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-08a8cd07-9398-4fa8-9611-bca08bf7382a Date: Sat, 18 Aug 2018 13:43:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:43:47Z", "file": "/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/file", "owner": "2a8426df2b544f5ca83f00317e0e8432", "id": "0c8da318-e74f-4cc6-a230-ff3cc03dfb44", "size": 12716032, "self": "/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T13:43:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:43:48,765 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-08a8cd07-9398-4fa8-9611-bca08bf7382a 2018-08-18 13:43:48,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.79200387001s 2018-08-18 13:43:48,766 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-08a8cd07-9398-4fa8-9611-bca08bf7382a 2018-08-18 13:43:48,768 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/file', 'owner': u'2a8426df2b544f5ca83f00317e0e8432', 'id': u'0c8da318-e74f-4cc6-a230-ff3cc03dfb44', 'size': 12716032, u'self': u'/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2a8426df2b544f5ca83f00317e0e8432', 'name': 'singlevm2-project_42d14ce8-027f-4758-9d2e-92c5cf692eb6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-18T13:43:47Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-18T13:43:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_42d14ce8-027f-4758-9d2e-92c5cf692eb6', '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/0c8da318-e74f-4cc6-a230-ff3cc03dfb44', 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_42d14ce8-027f-4758-9d2e-92c5cf692eb6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_42d14ce8-027f-4758-9d2e-92c5cf692eb6', 'created': u'2018-08-18T13:43:46Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-18T13:43:46Z', 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/0c8da318-e74f-4cc6-a230-ff3cc03dfb44', 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_42d14ce8-027f-4758-9d2e-92c5cf692eb6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-18 13:43:48,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-18 13:43:48,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-18 13:43:49,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4672b883-e007-4851-b8c8-f184b42186ad x-compute-request-id: req-4672b883-e007-4851-b8c8-f184b42186ad Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fa759016-92e9-4507-a2ba-4813808c1948", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fa759016-92e9-4507-a2ba-4813808c1948", "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": "fa759016-92e9-4507-a2ba-4813808c1948"}} 2018-08-18 13:43:49,083 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4672b883-e007-4851-b8c8-f184b42186ad 2018-08-18 13:43:49,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.314654111862s 2018-08-18 13:43:49,084 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4672b883-e007-4851-b8c8-f184b42186ad 2018-08-18 13:43:49,085 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_42d14ce8-027f-4758-9d2e-92c5cf692eb6', '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'b6ce1aa05c2a45e9b662247aa24b2526', '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'fa759016-92e9-4507-a2ba-4813808c1948', 'swap': 0}) 2018-08-18 13:43:49,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-18 13:43:49,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/fa759016-92e9-4507-a2ba-4813808c1948/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" -d '{"extra_specs": {}}' 2018-08-18 13:43:49,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43: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-dbcc867c-cc47-451c-9d0d-38b9512d3a77 x-compute-request-id: req-dbcc867c-cc47-451c-9d0d-38b9512d3a77 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-18 13:43:49,106 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/fa759016-92e9-4507-a2ba-4813808c1948/os-extra_specs used request id req-dbcc867c-cc47-451c-9d0d-38b9512d3a77 2018-08-18 13:43:49,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209820270538s 2018-08-18 13:43:49,107 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/fa759016-92e9-4507-a2ba-4813808c1948/os-extra_specs used request id req-dbcc867c-cc47-451c-9d0d-38b9512d3a77 2018-08-18 13:43:49,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-18 13:43:49,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" -d '{"keypair": {"name": "singlevm2-kp_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}}' 2018-08-18 13:43:49,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43: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-9aa980a9-7239-4cf4-bb32-392938b5d964 x-compute-request-id: req-9aa980a9-7239-4cf4-bb32-392938b5d964 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCukkfV7DvvcxkbZqiQ3Ollgxr5ZWjjZ1iyZ/HUMWmYLderSstzfiSbwVb/OhNCTeirb67VzbND+yc/3XA18pGfKkCoqZSywp+sl26WAjk08lArbhtBsccoJWwfDSe9DhV94ACp1DNyvi1Ve9MyQMraPX8prgMYQ0Hv64sRzzDf9gIqfSa5r5jCzj7t/jt2pL5A7PjoW2jO7OU8LeMDFiVbIbOHRNTM+ZOqUIY92i7yyw1MpbLlv/0B87RVOre8oKu/fpMrtmpzvAHiNWfGLA91fpxtuhHwOdXvpqhnj+b/hCHuzA93k4ApWbXhe1rKRROG+RJHbHB99pXw0pnxwRC1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArpJH1ew773MZG2aokNzpZYMa+WVo42dYsmfx1DFpmC3Xq0rL\nc34km8FW/zoTQk3oq2+u1c2zQ/snP91wNfKRnypAqKmUssKfrJdulgI5NPJQK24b\nQbHHKCVsHw0nvQ4VfeAAqdQzcr4tVXvTMkDK2j1/Ka4DGENB7+uLEc8w3/YCKn0m\nua+Yws4+7f47dqS+QOz46FtozuzlPC3jAxYlWyGzh0TUzPmTqlCGPdou8ssNTKWy\n5b/9AfO0VTq3vKCrv36TK7Zqc7wB4jVnxiwPdX6cbboR8DnV76aoZ4/m/4Qh7swP\nd5OAKVm14XtaykUThvkSR2xwffaV8NKZ8cEQtQIDAQABAoIBABDd2Ur19CSCfl6D\nYK3+ah6AuE54WdX+2jcCi/7wdz9YzomiRF34Rhk2aO1n8wxo8p39wGqv4S4kSfqF\nrp3HvgIe1vh0ygUrgLnwN6MOu/A9qTlI/iEuyAs88mFdqAVAIxtyVR4TfpULgt3L\nhPBKCk9jubGROoNRnEFOBLXHyvUYas/WWH2YueeJW4p0ln6yvTOU+lysmfn096M9\nzD/MrBbJjLStbgy25IJevZxwETPvENCUlTyW2g2Ku48iaOZYQTXE4+zsLIKECbul\nAReQt3HU3xkV75l7bEU8Yc5Kc4H7KgV497FOMWaJVdsdWyUI3sE1bujfdLVJZp7T\nEFqTeQECgYEA41L3QF7LrWyvqhjGEOfQbilrFNwO5SE872wFUsFkMdd7JHYEYBvy\nQGASTyWYioY7usqft4/AiwQUqf6KYuv2I0vX/Rk6czPY0jbryl1H8wB2UmNmWjr6\nMrVqBM+aI0GWq06DI1Y+pH3czXNBD/BlaAyXrbKh9937kO/8IMqFD4UCgYEAxJfC\nXoOYF/XD5Q19/XenW/cTW9CBSgDabXnnksePgn67mkwxTkcQp9FO33oHMhbWnBqg\n/wIP/tUWJEy+j6ZpN4LEb4KNDM+iAPICbddu58uzWXx1U8omVrVHMID8UoWKp0cO\nqB3b8fUe7wr27R6adoMbCmkxa/sauFb3LG64i3ECgYEA3Yq3yJYaLdPkhwNJ1KP3\nL8VRxKyKH6f6+OLvdS1gdmqoampR7VCPEUoPze638RjNEUfzzDNe1JyPfvTA7ZNE\n+DUsNE/n9OosfwJjXX73Zc2ngre4wmsD93Nx9WpVr9J2AlGr4D5nImw/SkLuv5fr\nXDIZiIC09Rnz19bqgxKcBvkCgYBFHp5mIJpfAjfH1sCPV3xuJyaVR2/NlxM1HoE+\n6A8a8HgBPfyv6uh+OGckx4C0Kbd21x33yr/Y9w574Me3NekUbVOnaR0yfeYVswEL\noY0KzmHWep29wftMzRukgBU25mDjg2Yx0Z29KlOf9BjxMatZM6tUM7v+nSC940Ww\nR5V24QKBgQDU/IlPLR+rXMUFXnGEPM1qdJ1FoUHoILdlQVkQaMO/ju2z9rBgaM2Y\nK15zY+HIAhWcyu86wRMLfpzWoFkWpOlz0snQEfm2lwxvPBzDCb11X5hzIr69cjJk\ne3glu+trIwO84KL+EkEU0Y5FGWWDaVbl6JENjqYgT7skNGzykXhtEA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "4b804141ac344faab55bb4f76ede4999", "name": "singlevm2-kp_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "fingerprint": "b8:15:cb:ea:fb:e8:06:a8:ed:2b:cf:00:f8:27:2b:e7"}} 2018-08-18 13:43:49,930 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-9aa980a9-7239-4cf4-bb32-392938b5d964 2018-08-18 13:43:49,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.823400974274s 2018-08-18 13:43:49,931 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-9aa980a9-7239-4cf4-bb32-392938b5d964 2018-08-18 13:43:49,932 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCukkfV7DvvcxkbZqiQ3Ollgxr5ZWjjZ1iyZ/HUMWmYLderSstzfiSbwVb/OhNCTeirb67VzbND+yc/3XA18pGfKkCoqZSywp+sl26WAjk08lArbhtBsccoJWwfDSe9DhV94ACp1DNyvi1Ve9MyQMraPX8prgMYQ0Hv64sRzzDf9gIqfSa5r5jCzj7t/jt2pL5A7PjoW2jO7OU8LeMDFiVbIbOHRNTM+ZOqUIY92i7yyw1MpbLlv/0B87RVOre8oKu/fpMrtmpzvAHiNWfGLA91fpxtuhHwOdXvpqhnj+b/hCHuzA93k4ApWbXhe1rKRROG+RJHbHB99pXw0pnxwRC1 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArpJH1ew773MZG2aokNzpZYMa+WVo42dYsmfx1DFpmC3Xq0rL\nc34km8FW/zoTQk3oq2+u1c2zQ/snP91wNfKRnypAqKmUssKfrJdulgI5NPJQK24b\nQbHHKCVsHw0nvQ4VfeAAqdQzcr4tVXvTMkDK2j1/Ka4DGENB7+uLEc8w3/YCKn0m\nua+Yws4+7f47dqS+QOz46FtozuzlPC3jAxYlWyGzh0TUzPmTqlCGPdou8ssNTKWy\n5b/9AfO0VTq3vKCrv36TK7Zqc7wB4jVnxiwPdX6cbboR8DnV76aoZ4/m/4Qh7swP\nd5OAKVm14XtaykUThvkSR2xwffaV8NKZ8cEQtQIDAQABAoIBABDd2Ur19CSCfl6D\nYK3+ah6AuE54WdX+2jcCi/7wdz9YzomiRF34Rhk2aO1n8wxo8p39wGqv4S4kSfqF\nrp3HvgIe1vh0ygUrgLnwN6MOu/A9qTlI/iEuyAs88mFdqAVAIxtyVR4TfpULgt3L\nhPBKCk9jubGROoNRnEFOBLXHyvUYas/WWH2YueeJW4p0ln6yvTOU+lysmfn096M9\nzD/MrBbJjLStbgy25IJevZxwETPvENCUlTyW2g2Ku48iaOZYQTXE4+zsLIKECbul\nAReQt3HU3xkV75l7bEU8Yc5Kc4H7KgV497FOMWaJVdsdWyUI3sE1bujfdLVJZp7T\nEFqTeQECgYEA41L3QF7LrWyvqhjGEOfQbilrFNwO5SE872wFUsFkMdd7JHYEYBvy\nQGASTyWYioY7usqft4/AiwQUqf6KYuv2I0vX/Rk6czPY0jbryl1H8wB2UmNmWjr6\nMrVqBM+aI0GWq06DI1Y+pH3czXNBD/BlaAyXrbKh9937kO/8IMqFD4UCgYEAxJfC\nXoOYF/XD5Q19/XenW/cTW9CBSgDabXnnksePgn67mkwxTkcQp9FO33oHMhbWnBqg\n/wIP/tUWJEy+j6ZpN4LEb4KNDM+iAPICbddu58uzWXx1U8omVrVHMID8UoWKp0cO\nqB3b8fUe7wr27R6adoMbCmkxa/sauFb3LG64i3ECgYEA3Yq3yJYaLdPkhwNJ1KP3\nL8VRxKyKH6f6+OLvdS1gdmqoampR7VCPEUoPze638RjNEUfzzDNe1JyPfvTA7ZNE\n+DUsNE/n9OosfwJjXX73Zc2ngre4wmsD93Nx9WpVr9J2AlGr4D5nImw/SkLuv5fr\nXDIZiIC09Rnz19bqgxKcBvkCgYBFHp5mIJpfAjfH1sCPV3xuJyaVR2/NlxM1HoE+\n6A8a8HgBPfyv6uh+OGckx4C0Kbd21x33yr/Y9w574Me3NekUbVOnaR0yfeYVswEL\noY0KzmHWep29wftMzRukgBU25mDjg2Yx0Z29KlOf9BjxMatZM6tUM7v+nSC940Ww\nR5V24QKBgQDU/IlPLR+rXMUFXnGEPM1qdJ1FoUHoILdlQVkQaMO/ju2z9rBgaM2Y\nK15zY+HIAhWcyu86wRMLfpzWoFkWpOlz0snQEfm2lwxvPBzDCb11X5hzIr69cjJk\ne3glu+trIwO84KL+EkEU0Y5FGWWDaVbl6JENjqYgT7skNGzykXhtEA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'4b804141ac344faab55bb4f76ede4999', 'name': u'singlevm2-kp_42d14ce8-027f-4758-9d2e-92c5cf692eb6', 'created_at': '2018-08-18T13:43:49.932030', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2a8426df2b544f5ca83f00317e0e8432', 'name': 'singlevm2-project_42d14ce8-027f-4758-9d2e-92c5cf692eb6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b8:15:cb:ea:fb:e8:06:a8:ed:2b:cf:00:f8:27:2b:e7', 'type': 'ssh', 'id': u'singlevm2-kp_42d14ce8-027f-4758-9d2e-92c5cf692eb6'}) 2018-08-18 13:43:49,932 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEArpJH1ew773MZG2aokNzpZYMa+WVo42dYsmfx1DFpmC3Xq0rL c34km8FW/zoTQk3oq2+u1c2zQ/snP91wNfKRnypAqKmUssKfrJdulgI5NPJQK24b QbHHKCVsHw0nvQ4VfeAAqdQzcr4tVXvTMkDK2j1/Ka4DGENB7+uLEc8w3/YCKn0m ua+Yws4+7f47dqS+QOz46FtozuzlPC3jAxYlWyGzh0TUzPmTqlCGPdou8ssNTKWy 5b/9AfO0VTq3vKCrv36TK7Zqc7wB4jVnxiwPdX6cbboR8DnV76aoZ4/m/4Qh7swP d5OAKVm14XtaykUThvkSR2xwffaV8NKZ8cEQtQIDAQABAoIBABDd2Ur19CSCfl6D YK3+ah6AuE54WdX+2jcCi/7wdz9YzomiRF34Rhk2aO1n8wxo8p39wGqv4S4kSfqF rp3HvgIe1vh0ygUrgLnwN6MOu/A9qTlI/iEuyAs88mFdqAVAIxtyVR4TfpULgt3L hPBKCk9jubGROoNRnEFOBLXHyvUYas/WWH2YueeJW4p0ln6yvTOU+lysmfn096M9 zD/MrBbJjLStbgy25IJevZxwETPvENCUlTyW2g2Ku48iaOZYQTXE4+zsLIKECbul AReQt3HU3xkV75l7bEU8Yc5Kc4H7KgV497FOMWaJVdsdWyUI3sE1bujfdLVJZp7T EFqTeQECgYEA41L3QF7LrWyvqhjGEOfQbilrFNwO5SE872wFUsFkMdd7JHYEYBvy QGASTyWYioY7usqft4/AiwQUqf6KYuv2I0vX/Rk6czPY0jbryl1H8wB2UmNmWjr6 MrVqBM+aI0GWq06DI1Y+pH3czXNBD/BlaAyXrbKh9937kO/8IMqFD4UCgYEAxJfC XoOYF/XD5Q19/XenW/cTW9CBSgDabXnnksePgn67mkwxTkcQp9FO33oHMhbWnBqg /wIP/tUWJEy+j6ZpN4LEb4KNDM+iAPICbddu58uzWXx1U8omVrVHMID8UoWKp0cO qB3b8fUe7wr27R6adoMbCmkxa/sauFb3LG64i3ECgYEA3Yq3yJYaLdPkhwNJ1KP3 L8VRxKyKH6f6+OLvdS1gdmqoampR7VCPEUoPze638RjNEUfzzDNe1JyPfvTA7ZNE +DUsNE/n9OosfwJjXX73Zc2ngre4wmsD93Nx9WpVr9J2AlGr4D5nImw/SkLuv5fr XDIZiIC09Rnz19bqgxKcBvkCgYBFHp5mIJpfAjfH1sCPV3xuJyaVR2/NlxM1HoE+ 6A8a8HgBPfyv6uh+OGckx4C0Kbd21x33yr/Y9w574Me3NekUbVOnaR0yfeYVswEL oY0KzmHWep29wftMzRukgBU25mDjg2Yx0Z29KlOf9BjxMatZM6tUM7v+nSC940Ww R5V24QKBgQDU/IlPLR+rXMUFXnGEPM1qdJ1FoUHoILdlQVkQaMO/ju2z9rBgaM2Y K15zY+HIAhWcyu86wRMLfpzWoFkWpOlz0snQEfm2lwxvPBzDCb11X5hzIr69cjJk e3glu+trIwO84KL+EkEU0Y5FGWWDaVbl6JENjqYgT7skNGzykXhtEA== -----END RSA PRIVATE KEY----- 2018-08-18 13:43:49,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-18 13:43:49,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" -d '{"security_group": {"name": "singlevm2-sg_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-18 13:43:50,358 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-92e47fe7-3f13-4e33-b980-804ee8a29e92 Date: Sat, 18 Aug 2018 13:43:50 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "created_at": "2018-08-18T13:43:50Z", "updated_at": "2018-08-18T13:43:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:50Z", "revision_number": 0, "id": "3be7a143-56b1-430f-88af-f6159e35beaf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:50Z", "security_group_id": "4c28349b-5e35-49e1-a207-da680fcafc63", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:50Z", "revision_number": 0, "id": "4e34d3d4-fd15-4d41-8f93-e27177dc8963", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:50Z", "security_group_id": "4c28349b-5e35-49e1-a207-da680fcafc63", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}], "revision_number": 1, "project_id": "2a8426df2b544f5ca83f00317e0e8432", "id": "4c28349b-5e35-49e1-a207-da680fcafc63", "name": "singlevm2-sg_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}} 2018-08-18 13:43:50,359 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-92e47fe7-3f13-4e33-b980-804ee8a29e92 2018-08-18 13:43:50,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.423667907715s 2018-08-18 13:43:50,359 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-92e47fe7-3f13-4e33-b980-804ee8a29e92 2018-08-18 13:43:50,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 13:43:50,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:43:50,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-6dc400de-019f-4813-968e-5c8c0fefee33 Date: Sat, 18 Aug 2018 13:43:50 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "created_at": "2018-08-18T13:43:50Z", "updated_at": "2018-08-18T13:43:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:50Z", "revision_number": 0, "id": "3be7a143-56b1-430f-88af-f6159e35beaf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:50Z", "security_group_id": "4c28349b-5e35-49e1-a207-da680fcafc63", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:50Z", "revision_number": 0, "id": "4e34d3d4-fd15-4d41-8f93-e27177dc8963", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:50Z", "security_group_id": "4c28349b-5e35-49e1-a207-da680fcafc63", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}], "revision_number": 1, "project_id": "2a8426df2b544f5ca83f00317e0e8432", "id": "4c28349b-5e35-49e1-a207-da680fcafc63", "name": "singlevm2-sg_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}, {"description": "Default security group", "tags": [], "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "created_at": "2018-08-18T13:43:34Z", "updated_at": "2018-08-18T13:43:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:34Z", "revision_number": 0, "id": "547b8783-50c9-4301-9d45-029a339f9a81", "remote_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:34Z", "security_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:34Z", "revision_number": 0, "id": "855c72b3-d19f-4cf9-95a6-f5e6c8c793f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:34Z", "security_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:34Z", "revision_number": 0, "id": "8e6aebbc-f60c-4dc4-9edc-ca3e9cd86bcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:34Z", "security_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:34Z", "revision_number": 0, "id": "c68765b7-7222-49e4-80ac-c841d5694aab", "remote_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:34Z", "security_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}], "revision_number": 1, "project_id": "2a8426df2b544f5ca83f00317e0e8432", "id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "name": "default"}]} 2018-08-18 13:43:50,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-6dc400de-019f-4813-968e-5c8c0fefee33 2018-08-18 13:43:50,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.285765171051s 2018-08-18 13:43:50,650 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-6dc400de-019f-4813-968e-5c8c0fefee33 2018-08-18 13:43:50,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 13:43:50,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" -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": "4c28349b-5e35-49e1-a207-da680fcafc63"}}' 2018-08-18 13:43:51,059 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0d64b4db-a25e-4d23-8fee-0c8cc540eda0 Date: Sat, 18 Aug 2018 13:43:51 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-18T13:43:50Z", "security_group_id": "4c28349b-5e35-49e1-a207-da680fcafc63", "port_range_min": 22, "revision_number": 0, "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "created_at": "2018-08-18T13:43:50Z", "project_id": "2a8426df2b544f5ca83f00317e0e8432", "id": "2c06d7a1-a6da-445f-9768-d62737f263bd"}} 2018-08-18 13:43:51,059 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-0d64b4db-a25e-4d23-8fee-0c8cc540eda0 2018-08-18 13:43:51,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.405336141586s 2018-08-18 13:43:51,060 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-0d64b4db-a25e-4d23-8fee-0c8cc540eda0 2018-08-18 13:43:51,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 13:43:51,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:43:51,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-fdb31d6d-c810-4b45-a461-f7e8562235b0 Date: Sat, 18 Aug 2018 13:43:51 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "created_at": "2018-08-18T13:43:50Z", "updated_at": "2018-08-18T13:43:50Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T13:43:50Z", "revision_number": 0, "id": "2c06d7a1-a6da-445f-9768-d62737f263bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:50Z", "security_group_id": "4c28349b-5e35-49e1-a207-da680fcafc63", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:50Z", "revision_number": 0, "id": "3be7a143-56b1-430f-88af-f6159e35beaf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:50Z", "security_group_id": "4c28349b-5e35-49e1-a207-da680fcafc63", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:50Z", "revision_number": 0, "id": "4e34d3d4-fd15-4d41-8f93-e27177dc8963", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:50Z", "security_group_id": "4c28349b-5e35-49e1-a207-da680fcafc63", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}], "revision_number": 2, "project_id": "2a8426df2b544f5ca83f00317e0e8432", "id": "4c28349b-5e35-49e1-a207-da680fcafc63", "name": "singlevm2-sg_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}, {"description": "Default security group", "tags": [], "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "created_at": "2018-08-18T13:43:34Z", "updated_at": "2018-08-18T13:43:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:34Z", "revision_number": 0, "id": "547b8783-50c9-4301-9d45-029a339f9a81", "remote_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:34Z", "security_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:34Z", "revision_number": 0, "id": "855c72b3-d19f-4cf9-95a6-f5e6c8c793f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:34Z", "security_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:34Z", "revision_number": 0, "id": "8e6aebbc-f60c-4dc4-9edc-ca3e9cd86bcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:34Z", "security_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:34Z", "revision_number": 0, "id": "c68765b7-7222-49e4-80ac-c841d5694aab", "remote_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:34Z", "security_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}], "revision_number": 1, "project_id": "2a8426df2b544f5ca83f00317e0e8432", "id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "name": "default"}]} 2018-08-18 13:43:51,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-fdb31d6d-c810-4b45-a461-f7e8562235b0 2018-08-18 13:43:51,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.292144060135s 2018-08-18 13:43:51,356 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-fdb31d6d-c810-4b45-a461-f7e8562235b0 2018-08-18 13:43:51,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-18 13:43:51,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" -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": "4c28349b-5e35-49e1-a207-da680fcafc63"}}' 2018-08-18 13:43:51,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-b6d44e01-fd74-4b91-8162-02dc2d70e06c Date: Sat, 18 Aug 2018 13:43:51 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-18T13:43:51Z", "security_group_id": "4c28349b-5e35-49e1-a207-da680fcafc63", "port_range_min": null, "revision_number": 0, "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "created_at": "2018-08-18T13:43:51Z", "project_id": "2a8426df2b544f5ca83f00317e0e8432", "id": "8324f47c-d511-4d0c-9bed-d49d37be0880"}} 2018-08-18 13:43:51,819 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-b6d44e01-fd74-4b91-8162-02dc2d70e06c 2018-08-18 13:43:51,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.460333824158s 2018-08-18 13:43:51,819 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-b6d44e01-fd74-4b91-8162-02dc2d70e06c 2018-08-18 13:43:51,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:43:51,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:43:52,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-1a878bc1-53a6-4105-9963-bc52120e09a9 Date: Sat, 18 Aug 2018 13:43:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ee9a68fd-dee5-4a84-9a96-66f9a7925762","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2a8426df2b544f5ca83f00317e0e8432","l2_adjacency":true,"status":"ACTIVE","subnets":["b81f1e8d-2cad-4ed2-be45-53841c6d0fd9"],"description":"","tags":[],"updated_at":"2018-08-18T13:43:35Z","qos_policy_id":null,"name":"singlevm2-net_42d14ce8-027f-4758-9d2e-92c5cf692eb6","admin_state_up":true,"tenant_id":"2a8426df2b544f5ca83f00317e0e8432","created_at":"2018-08-18T13:43:34Z","mtu":1450}]} 2018-08-18 13:43:52,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1a878bc1-53a6-4105-9963-bc52120e09a9 2018-08-18 13:43:52,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.331387996674s 2018-08-18 13:43:52,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1a878bc1-53a6-4105-9963-bc52120e09a9 2018-08-18 13:43:52,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:43:52,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:43:52,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-b3d553a5-805c-4a00-b13b-712fab6d829f Date: Sat, 18 Aug 2018 13:43:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:43:47Z", "file": "/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/file", "owner": "2a8426df2b544f5ca83f00317e0e8432", "id": "0c8da318-e74f-4cc6-a230-ff3cc03dfb44", "size": 12716032, "self": "/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T13:43:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:43:52,947 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b3d553a5-805c-4a00-b13b-712fab6d829f 2018-08-18 13:43:52,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.789566993713s 2018-08-18 13:43:52,947 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b3d553a5-805c-4a00-b13b-712fab6d829f 2018-08-18 13:43:52,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 13:43:52,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:43:52,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43: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-cc40deb6-c1bd-4295-abc2-d0b49b1e613b x-compute-request-id: req-cc40deb6-c1bd-4295-abc2-d0b49b1e613b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fa759016-92e9-4507-a2ba-4813808c1948", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fa759016-92e9-4507-a2ba-4813808c1948", "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": "fa759016-92e9-4507-a2ba-4813808c1948"}]} 2018-08-18 13:43:52,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-cc40deb6-c1bd-4295-abc2-d0b49b1e613b 2018-08-18 13:43:52,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0271420478821s 2018-08-18 13:43:52,976 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-cc40deb6-c1bd-4295-abc2-d0b49b1e613b 2018-08-18 13:43:52,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-18 13:43:52,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" -d '{"server": {"name": "singlevm2-vm_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "imageRef": "0c8da318-e74f-4cc6-a230-ff3cc03dfb44", "key_name": "singlevm2-kp_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "flavorRef": "fa759016-92e9-4507-a2ba-4813808c1948", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ee9a68fd-dee5-4a84-9a96-66f9a7925762"}], "security_groups": [{"name": "4c28349b-5e35-49e1-a207-da680fcafc63"}]}}' 2018-08-18 13:43:58,271 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 13:43: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-4a99f2bd-f67c-4f7b-bae3-fcfa8bdbc609 x-compute-request-id: req-4a99f2bd-f67c-4f7b-bae3-fcfa8bdbc609 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/dc1258a8-3ebd-48c6-b79b-dc27e162f06c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4c28349b-5e35-49e1-a207-da680fcafc63"}], "OS-DCF:diskConfig": "MANUAL", "id": "dc1258a8-3ebd-48c6-b79b-dc27e162f06c", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/dc1258a8-3ebd-48c6-b79b-dc27e162f06c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/dc1258a8-3ebd-48c6-b79b-dc27e162f06c", "rel": "bookmark"}], "adminPass": "unDK5boCwLAv"}} 2018-08-18 13:43:58,271 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-4a99f2bd-f67c-4f7b-bae3-fcfa8bdbc609 2018-08-18 13:43:58,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.29313397408s 2018-08-18 13:43:58,272 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-4a99f2bd-f67c-4f7b-bae3-fcfa8bdbc609 2018-08-18 13:43:58,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 13:43:58,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:43:58,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:43: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-1216bc95-3018-4c9d-8629-67c49dd07a0f x-compute-request-id: req-1216bc95-3018-4c9d-8629-67c49dd07a0f Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/dc1258a8-3ebd-48c6-b79b-dc27e162f06c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/dc1258a8-3ebd-48c6-b79b-dc27e162f06c", "rel": "bookmark"}], "image": {"id": "0c8da318-e74f-4cc6-a230-ff3cc03dfb44", "links": [{"href": "http://172.30.9.22:8774/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fa759016-92e9-4507-a2ba-4813808c1948", "links": [{"href": "http://172.30.9.22:8774/flavors/fa759016-92e9-4507-a2ba-4813808c1948", "rel": "bookmark"}]}, "id": "dc1258a8-3ebd-48c6-b79b-dc27e162f06c", "user_id": "4b804141ac344faab55bb4f76ede4999", "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-18T13:43:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "name": "singlevm2-vm_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "created": "2018-08-18T13:43:58Z", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 13:43:58,720 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1216bc95-3018-4c9d-8629-67c49dd07a0f 2018-08-18 13:43:58,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.447880983353s 2018-08-18 13:43:58,721 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1216bc95-3018-4c9d-8629-67c49dd07a0f 2018-08-18 13:43:58,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:43:58,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:43:59,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-7ae70df5-0ec2-448b-8c46-e227d7ebe878 Date: Sat, 18 Aug 2018 13:43:59 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ee9a68fd-dee5-4a84-9a96-66f9a7925762","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2a8426df2b544f5ca83f00317e0e8432","l2_adjacency":true,"status":"ACTIVE","subnets":["b81f1e8d-2cad-4ed2-be45-53841c6d0fd9"],"description":"","tags":[],"updated_at":"2018-08-18T13:43:35Z","qos_policy_id":null,"name":"singlevm2-net_42d14ce8-027f-4758-9d2e-92c5cf692eb6","admin_state_up":true,"tenant_id":"2a8426df2b544f5ca83f00317e0e8432","created_at":"2018-08-18T13:43:34Z","mtu":1450}]} 2018-08-18 13:43:59,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7ae70df5-0ec2-448b-8c46-e227d7ebe878 2018-08-18 13:43:59,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.348340034485s 2018-08-18 13:43:59,076 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7ae70df5-0ec2-448b-8c46-e227d7ebe878 2018-08-18 13:43:59,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 13:43:59,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:43:59,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-a5842a5e-1aeb-46de-aa4b-b1c2c4dd0fb8 Date: Sat, 18 Aug 2018 13:43:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee9a68fd-dee5-4a84-9a96-66f9a7925762","tenant_id":"2a8426df2b544f5ca83f00317e0e8432","created_at":"2018-08-18T13:43:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T13:43: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":"2a8426df2b544f5ca83f00317e0e8432","id":"b81f1e8d-2cad-4ed2-be45-53841c6d0fd9","subnetpool_id":null,"name":"singlevm2-subnet_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}]} 2018-08-18 13:43:59,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a5842a5e-1aeb-46de-aa4b-b1c2c4dd0fb8 2018-08-18 13:43:59,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0417730808258s 2018-08-18 13:43:59,120 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a5842a5e-1aeb-46de-aa4b-b1c2c4dd0fb8 2018-08-18 13:43:59,120 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-18 13:44:01,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-18 13:44:01,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:44:01,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:44: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-ab4546f2-8c47-42ea-9140-872f2941298f x-compute-request-id: req-ab4546f2-8c47-42ea-9140-872f2941298f Content-Encoding: gzip Content-Length: 589 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/dc1258a8-3ebd-48c6-b79b-dc27e162f06c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/dc1258a8-3ebd-48c6-b79b-dc27e162f06c", "rel": "bookmark"}], "image": {"id": "0c8da318-e74f-4cc6-a230-ff3cc03dfb44", "links": [{"href": "http://172.30.9.22:8774/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fa759016-92e9-4507-a2ba-4813808c1948", "links": [{"href": "http://172.30.9.22:8774/flavors/fa759016-92e9-4507-a2ba-4813808c1948", "rel": "bookmark"}]}, "id": "dc1258a8-3ebd-48c6-b79b-dc27e162f06c", "user_id": "4b804141ac344faab55bb4f76ede4999", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-18T13:43:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "name": "singlevm2-vm_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "created": "2018-08-18T13:43:58Z", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-18 13:44:01,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ab4546f2-8c47-42ea-9140-872f2941298f 2018-08-18 13:44:01,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.760356903076s 2018-08-18 13:44:01,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ab4546f2-8c47-42ea-9140-872f2941298f 2018-08-18 13:44:01,888 - functest.core.singlevm - ERROR - Cannot run singlevm2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 427, in run key_name=self.keypair.id, security_groups=[self.sec.id]) 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 6936, in get_active_server "Error in creating the server", extra_data=dict(server=server)) OpenStackCloudException: ('Error in creating the server', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'0c8da318-e74f-4cc6-a230-ff3cc03dfb44'}), u'OS-EXT-AZ:availability_zone': u'', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'fa759016-92e9-4507-a2ba-4813808c1948'}), 'az': u'', 'id': u'dc1258a8-3ebd-48c6-b79b-dc27e162f06c', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4b804141ac344faab55bb4f76ede4999', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2a8426df2b544f5ca83f00317e0e8432', 'name': 'singlevm2-project_42d14ce8-027f-4758-9d2e-92c5cf692eb6', 'domain_name': 'Default'}), 'zone': u'', '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-18T13:43:58Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_42d14ce8-027f-4758-9d2e-92c5cf692eb6', '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'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''}), 'project_id': u'2a8426df2b544f5ca83f00317e0e8432', 'name': u'singlevm2-vm_42d14ce8-027f-4758-9d2e-92c5cf692eb6', 'adminPass': None, 'tenant_id': u'2a8426df2b544f5ca83f00317e0e8432', 'created_at': u'2018-08-18T13:43:58Z', 'created': u'2018-08-18T13:43:58Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})}") 2018-08-18 13:44:02,009 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-18 13:44:02,009 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:29 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-18 13:44:02,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-18 13:44:02,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:44:02,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-1a5e2b71-a0b2-4552-bf3b-49986ca31f21 Date: Sat, 18 Aug 2018 13:44:02 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "created_at": "2018-08-18T13:43:50Z", "updated_at": "2018-08-18T13:43:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-18T13:43:50Z", "revision_number": 0, "id": "2c06d7a1-a6da-445f-9768-d62737f263bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:50Z", "security_group_id": "4c28349b-5e35-49e1-a207-da680fcafc63", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:50Z", "revision_number": 0, "id": "3be7a143-56b1-430f-88af-f6159e35beaf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:50Z", "security_group_id": "4c28349b-5e35-49e1-a207-da680fcafc63", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:50Z", "revision_number": 0, "id": "4e34d3d4-fd15-4d41-8f93-e27177dc8963", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:50Z", "security_group_id": "4c28349b-5e35-49e1-a207-da680fcafc63", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:51Z", "revision_number": 0, "id": "8324f47c-d511-4d0c-9bed-d49d37be0880", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:51Z", "security_group_id": "4c28349b-5e35-49e1-a207-da680fcafc63", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}], "revision_number": 3, "project_id": "2a8426df2b544f5ca83f00317e0e8432", "id": "4c28349b-5e35-49e1-a207-da680fcafc63", "name": "singlevm2-sg_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}, {"description": "Default security group", "tags": [], "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "created_at": "2018-08-18T13:43:34Z", "updated_at": "2018-08-18T13:43:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:34Z", "revision_number": 0, "id": "547b8783-50c9-4301-9d45-029a339f9a81", "remote_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:34Z", "security_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:34Z", "revision_number": 0, "id": "855c72b3-d19f-4cf9-95a6-f5e6c8c793f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:34Z", "security_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:34Z", "revision_number": 0, "id": "8e6aebbc-f60c-4dc4-9edc-ca3e9cd86bcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:34Z", "security_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-18T13:43:34Z", "revision_number": 0, "id": "c68765b7-7222-49e4-80ac-c841d5694aab", "remote_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "remote_ip_prefix": null, "created_at": "2018-08-18T13:43:34Z", "security_group_id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a8426df2b544f5ca83f00317e0e8432"}], "revision_number": 1, "project_id": "2a8426df2b544f5ca83f00317e0e8432", "id": "d8dbd8c6-f976-42ba-a0c0-9b17aa2493b6", "name": "default"}]} 2018-08-18 13:44:02,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-1a5e2b71-a0b2-4552-bf3b-49986ca31f21 2018-08-18 13:44:02,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.329591989517s 2018-08-18 13:44:02,347 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-1a5e2b71-a0b2-4552-bf3b-49986ca31f21 2018-08-18 13:44:02,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-18 13:44:02,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/4c28349b-5e35-49e1-a207-da680fcafc63.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:44:02,496 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-378a8245-ce86-4772-aa72-9f837a46b3e1 Content-Length: 0 Date: Sat, 18 Aug 2018 13:44:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:44:02,496 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/4c28349b-5e35-49e1-a207-da680fcafc63.json used request id req-378a8245-ce86-4772-aa72-9f837a46b3e1 2018-08-18 13:44:02,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.146457910538s 2018-08-18 13:44:02,497 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/4c28349b-5e35-49e1-a207-da680fcafc63.json used request id req-378a8245-ce86-4772-aa72-9f837a46b3e1 2018-08-18 13:44:02,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-18 13:44:02,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_42d14ce8-027f-4758-9d2e-92c5cf692eb6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:44:02,671 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 13:44: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-7f4b39d1-a8a3-4a3b-b3d2-d39c8f6c53e4 x-compute-request-id: req-7f4b39d1-a8a3-4a3b-b3d2-d39c8f6c53e4 Content-Length: 0 Content-Type: application/json 2018-08-18 13:44:02,671 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_42d14ce8-027f-4758-9d2e-92c5cf692eb6 used request id req-7f4b39d1-a8a3-4a3b-b3d2-d39c8f6c53e4 2018-08-18 13:44:02,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.173697948456s 2018-08-18 13:44:02,671 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_42d14ce8-027f-4758-9d2e-92c5cf692eb6 used request id req-7f4b39d1-a8a3-4a3b-b3d2-d39c8f6c53e4 2018-08-18 13:44:02,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-18 13:44:02,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/f20c0007-7ae9-4e9c-8c89-1ed2894a7b23/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" -d '{"subnet_id": "b81f1e8d-2cad-4ed2-be45-53841c6d0fd9"}' 2018-08-18 13:44:05,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3782a8ef-0f90-42fd-bf87-d6277cd259e6 Date: Sat, 18 Aug 2018 13:44:05 GMT RESP BODY: {"network_id": "ee9a68fd-dee5-4a84-9a96-66f9a7925762", "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "subnet_id": "b81f1e8d-2cad-4ed2-be45-53841c6d0fd9", "subnet_ids": ["b81f1e8d-2cad-4ed2-be45-53841c6d0fd9"], "port_id": "527c287b-5b79-4b0e-9f2e-65ea908b4e71", "id": "f20c0007-7ae9-4e9c-8c89-1ed2894a7b23"} 2018-08-18 13:44:05,287 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f20c0007-7ae9-4e9c-8c89-1ed2894a7b23/remove_router_interface.json used request id req-3782a8ef-0f90-42fd-bf87-d6277cd259e6 2018-08-18 13:44:05,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.61532783508s 2018-08-18 13:44:05,287 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f20c0007-7ae9-4e9c-8c89-1ed2894a7b23/remove_router_interface.json used request id req-3782a8ef-0f90-42fd-bf87-d6277cd259e6 returning object f20c0007-7ae9-4e9c-8c89-1ed2894a7b23 2018-08-18 13:44:05,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-18 13:44:05,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:44:05,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-36f6abed-5183-466f-ab10-37a813994a7a Date: Sat, 18 Aug 2018 13:44:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ef07fb9-d683-46ee-95cb-f6b096b4cbe9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "66678964-0119-4909-9d6d-e80ca7df7b8b", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2a8426df2b544f5ca83f00317e0e8432", "created_at": "2018-08-18T13:43:36Z", "admin_state_up": true, "updated_at": "2018-08-18T13:44:03Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "2a8426df2b544f5ca83f00317e0e8432", "id": "f20c0007-7ae9-4e9c-8c89-1ed2894a7b23", "name": "singlevm2-router_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}]} 2018-08-18 13:44:05,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-36f6abed-5183-466f-ab10-37a813994a7a 2018-08-18 13:44:05,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116910219193s 2018-08-18 13:44:05,405 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-36f6abed-5183-466f-ab10-37a813994a7a 2018-08-18 13:44:05,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-18 13:44:05,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/f20c0007-7ae9-4e9c-8c89-1ed2894a7b23.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:44:09,616 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b5f1c72-2c42-4ecc-86a3-b8ff846b3328 Content-Length: 0 Date: Sat, 18 Aug 2018 13:44:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:44:09,616 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/f20c0007-7ae9-4e9c-8c89-1ed2894a7b23.json used request id req-1b5f1c72-2c42-4ecc-86a3-b8ff846b3328 2018-08-18 13:44:09,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.20944714546s 2018-08-18 13:44:09,616 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/f20c0007-7ae9-4e9c-8c89-1ed2894a7b23.json used request id req-1b5f1c72-2c42-4ecc-86a3-b8ff846b3328 2018-08-18 13:44:09,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-18 13:44:09,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:44:09,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-8b722c4a-03bd-48ea-b1ff-7a2915f3d434 Date: Sat, 18 Aug 2018 13:44:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee9a68fd-dee5-4a84-9a96-66f9a7925762","tenant_id":"2a8426df2b544f5ca83f00317e0e8432","created_at":"2018-08-18T13:43:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-18T13:43: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":"2a8426df2b544f5ca83f00317e0e8432","id":"b81f1e8d-2cad-4ed2-be45-53841c6d0fd9","subnetpool_id":null,"name":"singlevm2-subnet_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}]} 2018-08-18 13:44:09,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8b722c4a-03bd-48ea-b1ff-7a2915f3d434 2018-08-18 13:44:09,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.30757689476s 2018-08-18 13:44:09,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8b722c4a-03bd-48ea-b1ff-7a2915f3d434 2018-08-18 13:44:09,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-18 13:44:09,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/b81f1e8d-2cad-4ed2-be45-53841c6d0fd9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:44:12,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ecc38a58-e380-4a99-9274-0661471627d4 Date: Sat, 18 Aug 2018 13:44:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:44:12,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/b81f1e8d-2cad-4ed2-be45-53841c6d0fd9.json used request id req-ecc38a58-e380-4a99-9274-0661471627d4 2018-08-18 13:44:12,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.62079191208s 2018-08-18 13:44:12,547 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/b81f1e8d-2cad-4ed2-be45-53841c6d0fd9.json used request id req-ecc38a58-e380-4a99-9274-0661471627d4 2018-08-18 13:44:12,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-18 13:44:12,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:44:12,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-5961f7f5-05b0-4aeb-b066-05e15fafffbe Date: Sat, 18 Aug 2018 13:44:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1ef07fb9-d683-46ee-95cb-f6b096b4cbe9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","l2_adjacency":true,"status":"ACTIVE","subnets":["66678964-0119-4909-9d6d-e80ca7df7b8b"],"description":"","tags":[],"updated_at":"2018-08-18T13:35:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a8c9100c04e948f2a9b8f2fd2ecfdbe2","created_at":"2018-08-18T13:35:24Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"ee9a68fd-dee5-4a84-9a96-66f9a7925762","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2a8426df2b544f5ca83f00317e0e8432","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-18T13:44:12Z","qos_policy_id":null,"name":"singlevm2-net_42d14ce8-027f-4758-9d2e-92c5cf692eb6","admin_state_up":true,"tenant_id":"2a8426df2b544f5ca83f00317e0e8432","created_at":"2018-08-18T13:43:34Z","mtu":1450}]} 2018-08-18 13:44:12,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5961f7f5-05b0-4aeb-b066-05e15fafffbe 2018-08-18 13:44:12,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.406319141388s 2018-08-18 13:44:12,955 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5961f7f5-05b0-4aeb-b066-05e15fafffbe 2018-08-18 13:44:12,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-18 13:44:12,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/ee9a68fd-dee5-4a84-9a96-66f9a7925762.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:44:13,869 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a307c4b2-bf86-4f83-898a-64b69cf95d59 Date: Sat, 18 Aug 2018 13:44:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-18 13:44:13,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ee9a68fd-dee5-4a84-9a96-66f9a7925762.json used request id req-a307c4b2-bf86-4f83-898a-64b69cf95d59 2018-08-18 13:44:13,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.91320514679s 2018-08-18 13:44:13,869 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ee9a68fd-dee5-4a84-9a96-66f9a7925762.json used request id req-a307c4b2-bf86-4f83-898a-64b69cf95d59 2018-08-18 13:44:13,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-18 13:44:13,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:44:14,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-284bd4a3-c852-4409-b939-627b42b54c5d Date: Sat, 18 Aug 2018 13:44:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-18T13:43:47Z", "file": "/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/file", "owner": "2a8426df2b544f5ca83f00317e0e8432", "id": "0c8da318-e74f-4cc6-a230-ff3cc03dfb44", "size": 12716032, "self": "/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://0072dd80-8f70-4810-9731-b6187fbb0344/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-18T13:43:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-18 13:44:14,182 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-284bd4a3-c852-4409-b939-627b42b54c5d 2018-08-18 13:44:14,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.308734178543s 2018-08-18 13:44:14,183 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-284bd4a3-c852-4409-b939-627b42b54c5d 2018-08-18 13:44:14,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-18 13:44:14,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}128ee2e98952c7e1fc12bbc385bc6d1e980dcad0" 2018-08-18 13:44:14,775 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d76a8b7a-899c-4653-9791-9f5a3cbc8d19 Date: Sat, 18 Aug 2018 13:44:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-18 13:44:14,775 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44 used request id req-d76a8b7a-899c-4653-9791-9f5a3cbc8d19 2018-08-18 13:44:14,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.590900182724s 2018-08-18 13:44:14,775 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/0c8da318-e74f-4cc6-a230-ff3cc03dfb44 used request id req-d76a8b7a-899c-4653-9791-9f5a3cbc8d19 2018-08-18 13:44:14,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-18 13:44:14,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:44:14,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:44: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-3a94228c-0aa9-499c-86a0-9459bfaea35a x-compute-request-id: req-3a94228c-0aa9-499c-86a0-9459bfaea35a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fa759016-92e9-4507-a2ba-4813808c1948", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fa759016-92e9-4507-a2ba-4813808c1948", "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": "fa759016-92e9-4507-a2ba-4813808c1948"}]} 2018-08-18 13:44:14,915 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3a94228c-0aa9-499c-86a0-9459bfaea35a 2018-08-18 13:44:14,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.139236927032s 2018-08-18 13:44:14,916 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3a94228c-0aa9-499c-86a0-9459bfaea35a 2018-08-18 13:44:14,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-18 13:44:14,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/fa759016-92e9-4507-a2ba-4813808c1948 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:44:14,956 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 18 Aug 2018 13:44:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bb4e6a5a-4811-4a2b-b764-239e9a2f81b9 x-compute-request-id: req-bb4e6a5a-4811-4a2b-b764-239e9a2f81b9 Content-Length: 0 Content-Type: application/json 2018-08-18 13:44:14,956 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/fa759016-92e9-4507-a2ba-4813808c1948 used request id req-bb4e6a5a-4811-4a2b-b764-239e9a2f81b9 2018-08-18 13:44:14,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0393691062927s 2018-08-18 13:44:14,957 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/fa759016-92e9-4507-a2ba-4813808c1948 used request id req-bb4e6a5a-4811-4a2b-b764-239e9a2f81b9 2018-08-18 13:44:14,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 13:44:14,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:44:15,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12a4abb3-d7d9-404d-a470-a2e07f1e4e3c Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/026e2d7150dc44bca67399dff42580ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "026e2d7150dc44bca67399dff42580ef", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/22285bf24dec40198ccc535e3b822ede"}, "domain_id": "default", "enabled": true, "options": {}, "id": "22285bf24dec40198ccc535e3b822ede", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/3937444556d14f99a65959276f3a7f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3937444556d14f99a65959276f3a7f99", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/49d4ca01c397420593bf89aae3634a27"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49d4ca01c397420593bf89aae3634a27", "email": "swift@localhost", "password_expires_at": null}, {"name": "singlevm2-user_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "links": {"self": "http://172.30.9.22:5000/v3/users/4b804141ac344faab55bb4f76ede4999"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4b804141ac344faab55bb4f76ede4999", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/525ecc7269014f3ab145e44305b152bc"}, "domain_id": "89e5481c9c3b44639ca2364c7bae211a", "enabled": true, "options": {}, "id": "525ecc7269014f3ab145e44305b152bc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/5ef1416ec6e6424c934e1716695380e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ef1416ec6e6424c934e1716695380e8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/604402df99a64b8690b942620e874981"}, "domain_id": "default", "enabled": true, "options": {}, "id": "604402df99a64b8690b942620e874981", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/890d7d7293b4468287ea8a21c4c1afa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "890d7d7293b4468287ea8a21c4c1afa2", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/9026aaf5de2f4c7cb771c749da62f61b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9026aaf5de2f4c7cb771c749da62f61b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/9fa09f85c2654392807e556d58c36f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fa09f85c2654392807e556d58c36f75", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/a2972bdd8f804b8c97f2b1d1ba659726"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2972bdd8f804b8c97f2b1d1ba659726", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/d2301c9c146b43a99e83749ea88371fa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2301c9c146b43a99e83749ea88371fa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/d28c01f22f934222b719b7c2e3550d41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d28c01f22f934222b719b7c2e3550d41", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/f52a835c15b34579a8516e69a8f80135"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f52a835c15b34579a8516e69a8f80135", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-18 13:44:15,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-12a4abb3-d7d9-404d-a470-a2e07f1e4e3c 2018-08-18 13:44:15,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207932949066s 2018-08-18 13:44:15,166 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-12a4abb3-d7d9-404d-a470-a2e07f1e4e3c 2018-08-18 13:44:15,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-18 13:44:15,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/4b804141ac344faab55bb4f76ede4999 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:44:15,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605af5a8-3bc9-4db0-bccf-12dc2d1ddd1c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_42d14ce8-027f-4758-9d2e-92c5cf692eb6", "links": {"self": "http://172.30.9.22:5000/v3/users/4b804141ac344faab55bb4f76ede4999"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "4b804141ac344faab55bb4f76ede4999", "description": null}} 2018-08-18 13:44:15,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/4b804141ac344faab55bb4f76ede4999 used request id req-605af5a8-3bc9-4db0-bccf-12dc2d1ddd1c 2018-08-18 13:44:15,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210769176483s 2018-08-18 13:44:15,383 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/4b804141ac344faab55bb4f76ede4999 used request id req-605af5a8-3bc9-4db0-bccf-12dc2d1ddd1c 2018-08-18 13:44:15,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-18 13:44:15,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/4b804141ac344faab55bb4f76ede4999 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:44:15,843 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 13:44:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c1935d4-ee4e-40d2-ab02-dc917f80e0a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 13:44:15,843 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/4b804141ac344faab55bb4f76ede4999 used request id req-1c1935d4-ee4e-40d2-ab02-dc917f80e0a2 2018-08-18 13:44:15,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.459625959396s 2018-08-18 13:44:15,843 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/4b804141ac344faab55bb4f76ede4999 used request id req-1c1935d4-ee4e-40d2-ab02-dc917f80e0a2 2018-08-18 13:44:15,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-18 13:44:15,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:44:16,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 18 Aug 2018 13:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-217f9d93-0d06-4780-b7e9-74b2683d9bac Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/2a8426df2b544f5ca83f00317e0e8432"}, "tags": [], "enabled": true, "id": "2a8426df2b544f5ca83f00317e0e8432", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_42d14ce8-027f-4758-9d2e-92c5cf692eb6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/a8c9100c04e948f2a9b8f2fd2ecfdbe2"}, "tags": [], "enabled": true, "id": "a8c9100c04e948f2a9b8f2fd2ecfdbe2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/b6ce1aa05c2a45e9b662247aa24b2526"}, "tags": [], "enabled": true, "id": "b6ce1aa05c2a45e9b662247aa24b2526", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-18 13:44:16,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-217f9d93-0d06-4780-b7e9-74b2683d9bac 2018-08-18 13:44:16,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191459178925s 2018-08-18 13:44:16,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-217f9d93-0d06-4780-b7e9-74b2683d9bac 2018-08-18 13:44:16,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-18 13:44:16,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/2a8426df2b544f5ca83f00317e0e8432 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe6eb2ab7323efc77cb18220f416977b3fc7c783" 2018-08-18 13:44:16,371 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 18 Aug 2018 13:44:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fd78461-5924-4a92-85da-7eecdc4157c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-18 13:44:16,371 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/2a8426df2b544f5ca83f00317e0e8432 used request id req-8fd78461-5924-4a92-85da-7eecdc4157c7 2018-08-18 13:44:16,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.325350046158s 2018-08-18 13:44:16,371 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/2a8426df2b544f5ca83f00317e0e8432 used request id req-8fd78461-5924-4a92-85da-7eecdc4157c7 2018-08-18 13:44:16,371 - xtesting.ci.run_tests - ERROR - The test case 'singlevm2' failed. 2018-08-18 13:44:16,372 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | tenantnetwork1 | functest | healthcheck | 00:15 | PASS | | tenantnetwork2 | functest | healthcheck | 00:14 | PASS | | vmready1 | functest | healthcheck | 00:20 | PASS | | vmready2 | functest | healthcheck | 00:18 | PASS | | singlevm1 | functest | healthcheck | 00:47 | PASS | | singlevm2 | functest | healthcheck | 00:29 | FAIL | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-18 13:44:16,385 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-18 13:44:16,414 - paramiko.transport - DEBUG - EOF in transport thread